Skip to content

Commit

Permalink
Add known issue in Impulse Tracker to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
polpo committed Mar 19, 2024
1 parent 55850e3 commit 84839f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sw/CHANGELOG.md
Expand Up @@ -6,6 +6,7 @@
* Works around a hardware bug in the PCM510xA DAC that results in ~10% of chips to be silent at 22.05kHz sampling rate. This is the rate produced by the GUS at 28 channels, and is used by Doom and the demo "Dope". The workaround is to run the DAC at 44.1kHz, linearly interpolating the 22.05kHz output.
* Increased fractional precision of wave addresses to 10 bits from 9.
* New EXPERIMENTAL fixed 44.1kHz output. Normally the GF1 varies its output sample rate from 44.1kHz at 14 voices to 19.2kHz at 32 voices. Using this option enables 44.1kHz output for all numbers of voices, similar to the Interwave. This gives much higher quality output when playing lots of channels. This will result in stuttering in most games that use streaming DMA for sound effects like Doom, hence it is EXPERIMENTAL. It can be enabled with the `/4` switch in pgusinit. Thanks to [wbcbz7](https://github.com/wbcbz7) for contributing this support along with the increased wave address precision.
* Known issue: Impulse Tracker constantly re-inits the GUS to get the best sampling rate and if it passes through 28 channels rapidly, audio artifacts can be heard. To work around, run PicoGUS in fixed 44.1kHz output mode.

### pgusinit
* New `/4` switch when in GUS mode to enable fixed 44.1kHz output.
Expand Down

0 comments on commit 84839f5

Please sign in to comment.