zevv / bucklespring

Nostalgia bucklespring keyboard sound
GNU General Public License v2.0
1.39k stars 82 forks source link

Disable stereo effect. #93

Closed codesoverhill closed 3 years ago

codesoverhill commented 3 years ago

This is more of a query than an issue. How do I disable stereo effect in buckle? I have tried various numbers from 0 to 99 to '-s' option but I don't get mono effect.

I had to do this sudo ln -s libfluidsynth.so.2 libfluidsynth.so.1 to disable startup error of not finding libfluidsynth.so.1. Are stereo option and this related? I am using Linux Mint 20 Mate DE with Available audio devices: "OpenAL Soft".

Thank you.

mcilrain commented 3 years ago

I use the following command to make it mono (or close enough): buckle -g 3000 -s 10000.

codesoverhill commented 3 years ago

Thank you @mcilrain. That worked.