1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 02:47:35 +00:00
serenity/Libraries/LibAudio
Andreas Kling ae4a9e017a LibAudio+aplay: Make the aplay output look a little funner.
Show some information about the file we're playing, and display how many
samples we've played out of how many total.

This might be a bit buggy as I haven't tested it with many different files,
but it's a start. :^)
2019-07-28 21:52:30 +02:00
..
ABuffer.h LibAudio: Remove an unnecessary copy of sample buffers before sending them. 2019-07-27 21:28:45 +02:00
AClientConnection.cpp AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
AClientConnection.h AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
ASAPI.h AudioServer+LibAudio: Make mixing queue-based instead of buffer-based. 2019-07-28 21:34:47 +02:00
AWavLoader.cpp LibAudio+aplay: Make the aplay output look a little funner. 2019-07-28 21:52:30 +02:00
AWavLoader.h LibAudio+aplay: Make the aplay output look a little funner. 2019-07-28 21:52:30 +02:00
Makefile Libraries: Remove unused "install" targets. 2019-07-21 21:28:48 +02:00