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

Use completely Free audio files #4

Open
shaunagm opened this issue Sep 13, 2014 · 0 comments
Open

Use completely Free audio files #4

shaunagm opened this issue Sep 13, 2014 · 0 comments

Comments

@shaunagm
Copy link

Update the program to use completely Free audio files, rather than MP3 and WAV (neither is completely Free - see wikipedia). This would require finding new audio files to replace the MP3 and WAV files, perhaps in AU or OGG. Here are the instances of PlaySound (1 file):

$ fgrep -i playsound *java */*java

Senet.java: standard.PlaySound("data\\sound\\Touching Moments.mp3");

Senet.java: standard.PlaySound("data\\sound\\Alchemists Tower.mp3");

Senet.java: public void PlaySound(String s)

Senet.java: standard.PlaySound("data\\sound\\throwSound.wav");

Senet.java: standard.PlaySound("data\\sound\\illegalTurn.wav");

Senet.java: standard.PlaySound("data\\sound\\swapSound.wav");

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

No branches or pull requests

1 participant