mirror of
https://github.com/aaru-dps/RedBookPlayer.git
synced 2026-02-11 21:22:08 +00:00
[Refactor] Add framework to allow for different audio backends #33
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mnadareski on GitHub (Jul 10, 2021).
Currently, everything is played through CSCore, since only CD audio is loaded. Either an interface or an abstract class should be created to capture the basics of what a DAC would do.
@mnadareski commented on GitHub (Jul 10, 2021):
Open question: should each sound output be intrinsically linked to a particular disc format? Or is it possible for the future that something like ffmpeg could be used instead of CSCore?