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
Hi,
I try to play adlib at 44KHz, but I it play at a lower pitch (normal)
But whatever I put here as parameter, nothing change... emu8950_opl = OPL_new(OPL_CLOCK, PICO_SOUND_SAMPLE_FREQ);
Do you know what we should do ?
The text was updated successfully, but these errors were encountered:
Is OPL_CLOCK 3579545Hz and PICO_SOUND_SAMPLE_FREQ 44100Hz? If so, please make sure the playback audio rate is 44100Hz in your environment.
Sorry, something went wrong.
No branches or pull requests
Hi,
I try to play adlib at 44KHz, but I it play at a lower pitch (normal)
But whatever I put here as parameter, nothing change...
emu8950_opl = OPL_new(OPL_CLOCK, PICO_SOUND_SAMPLE_FREQ);
Do you know what we should do ?
The text was updated successfully, but these errors were encountered: