Skip to content

Releases: thetwom/toc2

Don't restart player if reported device does not change

12 Nov 22:12
Compare
Choose a tag to compare
Try harder to avoid restarting the player when audio routing changes …

…are reported.

Write audio device info after pressing play to logs

10 Nov 19:49
Compare
Choose a tag to compare
v4.6.0-instrumented6

Print routed device after play to log.

Write audio device info to logs

09 Nov 19:30
Compare
Choose a tag to compare
Pre-release
v4.6.0-instrumented5

Write audio device info to logs

Fix bug that sometimes audio was started multiple times

24 Oct 18:30
Compare
Choose a tag to compare
Don't decrease buffer size while metronome is playing

- This should fix issues, when the AudioTrack buffer size is
  larger the buffer size reported from the system.

Instrumented version with audio routing logs

24 Oct 18:22
Compare
Choose a tag to compare
v4.6.0-instrumented4

Updated French translation

Instrumented version with even more logs

23 Oct 20:51
Compare
Choose a tag to compare

Write logs on audiorouting changes

Instrumented version with more logs

17 Oct 20:02
Compare
Choose a tag to compare
Pre-release

Instrument PlayerService with several logs.

Instrumented version with logs

12 Oct 19:03
Compare
Choose a tag to compare
Pre-release

Write several log messages.

Reduced press-play-to-start-playing latency, fixes

17 Aug 18:58
Compare
Choose a tag to compare
  • Reduce latency between pressing play and playing the first note
  • Faster scene switch while playing
  • Refactored tap-in logic
  • Fix for correct overwriting of scenes files
  • Allow reading incomplete scenes files

Latency improvements and tap-in refactor

13 Aug 18:50
Compare
Choose a tag to compare

Reduce time span between pressing play and playing the first note
After changing scenes while playing, the new scene starts playing immediately
Refactors tap-in logic (maybe it's better ...)