psmokotnin / osm

Open sound meter. FFT based application for tuning sound systems.
GNU General Public License v3.0
233 stars 37 forks source link

Set periods and period size for alsa plugin #96

Closed jeromelebleu closed 3 months ago

jeromelebleu commented 3 months ago

I was not able to generate noise on a GNU/Linux system - Debian Bookworm. I had the same error as #70 when activating the generator.

Setting the period size and the periods fixes this issue.

psmokotnin commented 3 months ago

Thank you.

It's not a complete fix for Alsa device and I already have another fix locally, that I'm testing currently. After the test, the fix will be included pushed in 1-2 weeks, then you could try it and test with your hardware

jeromelebleu commented 1 week ago

I believe https://github.com/psmokotnin/osm/commit/e3e15b2c657a130917833e9644eec8b780edd0f9 is your fix you were talking about. I give a quick try and it seems to work with my hardware, thanks!