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

How to change the output to 44KHz #4

Open
FreddyVRetro opened this issue Sep 20, 2024 · 1 comment
Open

How to change the output to 44KHz #4

FreddyVRetro opened this issue Sep 20, 2024 · 1 comment
Labels

Comments

@FreddyVRetro
Copy link

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 ?

@okaxaki
Copy link
Member

okaxaki commented Sep 21, 2024

Is OPL_CLOCK 3579545Hz and PICO_SOUND_SAMPLE_FREQ 44100Hz?
If so, please make sure the playback audio rate is 44100Hz in your environment.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants