RPCSX / rpcsx

GNU General Public License v2.0
1.26k stars 60 forks source link

Basic audio output implementation #47

Closed ga2mer closed 1 year ago

ga2mer commented 1 year ago

Need the sox library for sound playback apt install sox for ubuntu pacman -S sox for Arch

The -a or --enable-audio flag must be set to enable sound in the game.

This implementation works only if the application uses one audio port, it has not been tested with two, but it is likely to crash.