ladybird/Tests/LibAudio
Timothy Flynn 759e07579e LibAudio: Implement PlaybackStream for macOS using Audio Unit framework
https://developer.apple.com/documentation/audiounit

Apple has a number of audio frameworks we could use. This uses the Audio
Unit framework, as it gives us most control over the rendering of the
audio frames (such as being able to quickly pause / discard buffers).
From some reading, we could implement niceties such as fading playback
in and out while seeking over a short (10ms) period. This patch does not
implement such fancy features though.

Co-Authored-By: Andrew Kaster <akaster@serenityos.org>
2023-09-09 13:03:36 -04:00
..
CMakeLists.txt LibAudio: Add a test for creating and destructing a PlaybackStream 2023-08-07 10:40:34 -06:00
TestFLACSpec.cpp LibAudio: Extract loader stream creation from the plugins 2023-06-27 15:28:22 +01:00
TestPlaybackStream.cpp LibAudio: Implement PlaybackStream for macOS using Audio Unit framework 2023-09-09 13:03:36 -04:00