So I realize this is probably one of those things where you'll either be like meh, or ooh cool, but here's another thing I've been working on, mainly for my own personal use and a group of friends than anything, but I figured wtf, someone else here might enjoy this. This is #FastPlay, a little media player that I've been working on. It's not and will never be a full replacement for Foobar2000, and thus lacks things such as a converter and a media library, but has enough features I think for it to still be useful. It supports being able to be set as the default for formats, for example. I'll paste a bit from the readme here which explains what's unique about FastPlay: At the core of Fastplay are what we will call virtual sliders. Right now, there are two of these virtual sliders.
The first one adjusts things like your volume and any effects you choose to enable/add. You choose what this slider adjusts by using left and right brackets, and then adjust the value itself with up or down arrows.
The second slider allows you to do things such as seek and move between tracks. You adjust what this slider does by using comma and period, and you adjust the slider with left and right arrows.
You can choose what shows up in these sliders by heading to the options dialog, control comma.
More and download: masonasons.me/softs/FastPlay.z…

reshared this

in reply to Bri🥰

Well, I didn't think anything could replace Winamp for me, but this could well be on the way to doing so.
You've even got elapsed time in there. I want to thank you first for including that in the status bar. I need to get that information on the clipboard for use in my audio cue sheets. I can get a script to do that. That's not an issue. You've included it there and that is what matters. The responsiveness when moving through files is excellent.
I was just going to write and tell you how wonderful I thought it was, but I've hit a major issue.
Often, I just cannot access it.
So if I minimise all apps and go to the desktop, it is no longer in the ALT tab order. That's a strange one.
If I go to File, Open URL, it doesn't play the stream. In fact, I cannot focus upon the app at all after that.
Audio playback of regular files works absolutely fine, and please remember I've only been using it for a short time. But those are the immediate problems.
One suggestion people are going to want: bookmarks in files.
in reply to Bri🥰

Right, I will check the system tray, but yes I think you ought to put a setting in there not to do that. As for bookmarks, I don't use them myself but a lot of people do. So you would want the ability to set a number of bookmarks on a file by file basis, or even one bookmark would do for a start. Have a keystroke to set a bookmark and another for a list of bookmarks to move to a specific one or remove them.
in reply to Tech Singer

look, I don't want to go on and on, and this is just me being ignorant, but what's up with the speed of your stuff compared to other code which is being worked on by large groups? Something's very strange and I don't get it. I thought more people working on something made it better, at least up to a point! If you don't touch FP again, I'm going to use it here instead of VLC. VLC has been available for years and is extremely popular. FP has been available for days and is actually faster on Windows. I may still use FB2k, but maybe FP will become my only player, not sure yet.
in reply to Bri🥰

#FastPlay 0.4.0: Add speedy as another tempo/pitch algorithm.
Add reverb algorithm adjustment.
Correctly show midi format in the file formats tab
Add option to have FastPlay not automatically hide to tray.
Add new bookmarks option. Press M to place a bookmark at the current position in the file. Press control M to open the list of bookmarks. Press enter on a bookmark to jump to it, or press delete to remove it.
Attempt to fix internet streaming crashes.
Add the ability to record the player's direct output. Useful in many applications, recording internet radio streams, recording affected audio, etc. Press R to toggle recording. Set up options in the recording tab.
Add a radio dialog, for saving and quickly playing internet radio streams. Search tab coming soon.
Thread youtube search, so NVDA doesn't freeze.

masonasons.me/softs/FastPlay.z…

This entry was edited (3 days ago)
in reply to Bri🥰

#FastPlay 0.4.1: Add toggle record and speak now playing as an available global hotkey assignment
Add new speech tab, with some new settings for verbosity.
Fix volume over 100 setting
Add shuffle
Fix a bug with tags where they were getting cutoff in some cases.
Adjust volume curve and step.
Fix flac playback by actually including the proper version of bassflac.
Add home to jump to the beginning of the file.
Add J for jump to time.

masonasons.me/softs/FastPlay.z…

in reply to Bri🥰

#FastPlay 0.4.2: Add convolution reverb.
Add all files option to the open file dialog.
Add chapter seeking option.
in the speak now playing key, remove the now playing: text
Make it so shift numbers show a text field in a dialog with the tag that that number key would speak.
Add open folder option
Add playlist manager dialog, control P. Allows you to modify the current playlist. You can add files to it by pasting them, move them with alt up and down arrows, delete them with delete.

masonasons.me/softs/FastPlay.z…

in reply to Bri🥰

#FastPlay 0.4.3: Add scheduler for scheduling playback/recording from within the app!
Fix a bug report where now playing song titles didn't continue parsing past an apostrophe character.
Add a keystroke, u, to mute the player. This works in such a way where recording the player would still work but you wouldn't hear the player output.
Add backspace to reset the current effect slider to it's default value.
Adjust it so that player volume does not affect recording volume.
More adjustments to volume curve.
Add volume step setting to options/playback.

masonasons.me/softs/FastPlay.z…

in reply to Bri🥰

#FastPlay 0.4.4: Add an option to make playback rate adjust by semitones instead of .01X
Add a use legacy volume adjustment checkbox to advanced, for those who don't care about volume affecting recordings and want it to respond quickly.
Add an option to not show track filenames in the window title.
In addition to this, improve window title display so that it shows much more useful track information than before.
Fix the scheduler so that when set to both playback and recording, the audio is now correctly muted.
Add an import button to the radio dialog, for importing M3U or pls streams.
Add the promised search tab to the radio dialog, which lets you search RadioBrowser, TuneIn, iHeart Radio.
Adjust rate feature to not rely on the tempo algorithm being BassFX/Sound Touch.
Fix pasting into the playlist view.
Load folders from m3u's.

masonasons.me/softs/FastPlay.z…

Jonathan reshared this.

in reply to Bri🥰

joke

Sensitive content

This entry was edited (2 days ago)
in reply to Quin

@TheQuinbox I don't think you're wrong on the merits, but sqlite is just right there and easier to implement. Especially in Python, where it has been optimized to hell and back. If you wanted a specialized KV format and wanted it to actually be fast, you'd have to pull in a dependency (which means C/C++ libraries and more build weirdness). I'd probably also opt for Sqlite unless this was a specific performance bottleneck, just because it's right there and it's simple.

Agree on the version point though.

@Quin
in reply to Bri🥰

So tell me to get lost it #FastPlay can do this already, but I’m wondering if I could use this to play audio elements in on my show? I use Farrago on the Mac which is fine but I can’t get it announce how long an item has left to play and I know your app can do this. However I’d ideally like to be able to line up a playlist of items, then play them one by one but not continuously - so I hit a hotkey to start item 1, then it plays and then pauses, then i hit said hotkey and it plays item 2. Am I hoping for too much here??
in reply to Bri🥰

This is a much better release, really nice. Streaming works now especially when adding stations to the Radio dialog. Love the recording feature. I never expected that for a minimal player but a great idea. If you add the ability to schedule recordings to be made at specific times you have one hell of a player there. But if not, it's still wonderful. One suggestion. In Playback tab, where you have the ability to suppress speech output for track changes, can you apply that same setting to the volume level with up and down arrow so it doesn't tell us the volume percentage? I'll be using it a lot throughout the day.
⇧