Files
ladybird/Kernel
Andreas Kling 1188a036e9 SoundPlayer: Start working on a GUI sound player application
This can play anything that AWavLoader can load (so obviously only WAV
files at the moment.)

It works by having a timer that wakes up every 100ms and tries to send
a sample buffer to the AudioServer. If our server-side queue is full
then we wait until the next timer iteration and try again.

We display the most recently enqueued sample buffer in a nice little
widget that just plots the samples in green-on-black. :^)
2019-09-04 20:18:41 +02:00
..
2019-07-13 08:00:24 +02:00
2019-07-29 11:19:04 +02:00
2019-08-29 20:57:02 +02:00
2019-05-28 17:31:20 +02:00
2019-08-11 16:30:43 +02:00
2019-08-11 16:30:43 +02:00
2019-08-25 19:47:37 +02:00