Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basic audio output implementation #47

Merged
merged 1 commit into from
Aug 13, 2023
Merged

Basic audio output implementation #47

merged 1 commit into from
Aug 13, 2023

Conversation

ga2mer
Copy link
Contributor

@ga2mer ga2mer commented Aug 13, 2023

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.

@DHrpcs3 DHrpcs3 merged commit d1a3381 into RPCSX:master Aug 13, 2023
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants