Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make actively playing text editable (#24)
Fixes #5 Enhancements for real time workflows Allow editing text while audio is playing. Highlights should now show correctly, and when the track reaches the updated text, it should read the new text Show a "playing" icon in the tab that has audio playing Significant refactor to better support updates of text: Split apart (the badly named) PewPewQueue into TrackLoader and TrackSwitcher. TrackLoader is a fancy audio cache with background audio loading features. This makes the TrackSwitchers job easier. TrackSwitcher is mostly just the exact PewPewQueue, but without its complicated internal background queue.
- Loading branch information