-
Notifications
You must be signed in to change notification settings - Fork 39
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
Audio pitch instability with PC Speaker Game on Apple Silicon #23
Comments
If you set [speaker]
pcrate = 44100 Does that help? |
@kcgen , I tried both 48000 and 44100. I found no difference; however, I noticed that [mixer] wasn't defined in the Dosbox conf that boxer creates inside the package it makes for the dos games. Maybe I'm still missing something. |
Thanks @schmingy, If your window reports
|
Thanks @kcgen, I had been increasing the cycles from the starting point of 3000 to 6000 to see if any of that made a difference. The game is particular sensitive to CPU cycles as it gets too fast to play as the cycles get too high in that the controls become quite twitchy; however the audio and the tracking of the shots, for the particular game in example, all continues to do the same weird audio glitches. Is it possible something is strange with the way Apple Silicon runs the x86 core VM causing this behavior? |
Mac mini, 16 GB Ram, 1 TB SSD, Big Sur 11.1/2
After installing the Boxer binary build, we fired up some old games to give them a try. Games, such as Tank Wars, that ramp up and down the pitch on the PC Speaker during game play experience strange behavior of what I can only think to describe as wow and flutter like old cassettes.
Prior builds on an Intel machine did not have this behavior and performed the operation without problem. We've tried speeding up and slowing down the VM, optimizing for new games, and the like. It seems that the game actually slows down while trying to play the audio because the game play slows with the pitches warbling.
The text was updated successfully, but these errors were encountered: