We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I load wav files in ofApp.cpp, but when I run the program, there is no sound.
The text was updated successfully, but these errors were encountered:
Hey! Thanks for the interest :)
It's hard to tell, since many things could be happening, but I know how to help.
Run the program from command line. It's going to tell you where it is looking for the files. An example of failure:
An example of the file being in the right place:
[notice ] Reading file /home/user/openFrameworks/apps/myApps/openFrameworks-Granular-1/bin/data/336679__gregstermatic__jazz-bass-a-7.wav
in a folder named "data", which is on the same folder as the executable file.
Namely, PCM wav. If you have the file in a wrong format you would get something like:
[ error ] File format should be PCM, sample file failed to load.
If that's the case, open the wav file on audacity and export it to PCM wav. (probably 16 bits, but I'm not sure)
Let me know how it goes!
Sorry, something went wrong.
No branches or pull requests
I load wav files in ofApp.cpp, but when I run the program, there is no sound.
The text was updated successfully, but these errors were encountered: