[Refactor] Add framework to allow for different audio backends #33

Closed
opened 2026-01-30 21:23:03 +00:00 by claunia · 1 comment
Owner

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.

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.
Author
Owner

@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?

@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?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: aaru-dps/RedBookPlayer#33