puzzlescript icon indicating copy to clipboard operation
puzzlescript copied to clipboard

Improve the sound effect quality

Open philschatz opened this issue 7 years ago • 0 comments

Currently the sound effects are very scratchy. This is likely because the web-based PuzzleScript code uses a BiquadFilterNode to smoothe out the audio.

This likely needs an implementation of BiquadFilter in NodeJS.

philschatz avatar Oct 01 '18 20:10 philschatz