This commit is contained in:
snt 2024-05-07 20:57:13 +02:00
parent 7a9c0cd0ac
commit 0979c3608e
5 changed files with 5 additions and 15 deletions

View file

@ -6,12 +6,7 @@ https://git.criptomart.net/libremediaserver
Libre Media Server ChangeLog
v 0.2.0 Antígona (24/04/2024)
v 0.2.0 Antígona (26/05/2024)
+ Change audio engine to miniaudio because is imposible pan in SFML and it has not access to low API and audio processing.
+ Refactor all audio methods to MiniAudioEngine class.
+ Select sound device output.
@ -29,6 +24,7 @@ v 0.2.0 Antígona (24/04/2024)
+ New DMX personality version, better sort for audio needs (first load media, set vol, pan, etc, last playback order);
+ Refresh layer values when it loads a new sound file.
+ No QtSignals for sending data, better performance about 20% in my machine. Now, libremediaserver only updates values in AudioWidget, ui refresh is doing with a timer in audiowidget, so there is not problems between graphical and ola thread (the callback).
+ Load media files from ui clicking in the media labels.
v 0.1.3 Leúcade (19/04/2024)