banan-os/userspace/programs/AudioServer
Bananymous e7d644b874 AudioServer: Fix rounding the number of samples when resampling
If client tried to play a single sample at lower frequency as the
kenrel, audio server would never play it leading to the client hanging

This makes calculations round the number of samples always up to fix
this
2025-12-18 16:05:28 +02:00
..
AudioServer.cpp AudioServer: Fix rounding the number of samples when resampling 2025-12-18 16:05:28 +02:00
AudioServer.h AudioServer: Fix resampling math 2025-12-18 14:59:55 +02:00
CMakeLists.txt Userspace: Add simple AudioServer and LibAudio 2025-07-15 16:12:03 +03:00
main.cpp LibAudio/AudioServer: Add support for playing real time audio 2025-08-07 16:43:05 +03:00