-
Notifications
You must be signed in to change notification settings - Fork 28
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
crackling microphone #10
Comments
with some more plug-plugins (/etc/asound.conf) it works nicely... giggle :) w00t |
oops... in the log file i found this:
seems like the period_size is funny... -arne |
when I change the rate value in pcm.micnat from 48000 to 44100 plug:micnat sounds much better... |
how can i fix it without using pulseaudio, which twinkle does not support? -arne |
is it possible, that pcm.micnat crackles, because: if yes: how can i fix it without writing my own program, that reads from hw:Generic,0,0 at its native rate and injects at system-clock-48kHz to pcm.outmic? -arne |
Hi!
When I send a 800Hz sine wave with rate 12345 to pcm.outmic and
when I arecord from pcm.micend at rate 8000 with 1 channel (/etc/asound.conf),
then I get a lot of tiny little gaps (see attachment) and a lot of messages like "overrun!!! (at least 0.014 ms long)" (the "ms" vary from 0.008 to 0.043; and arecord continues to record) and sometimes even this error: "arecord: xrun:1672: read/write error, state = RUNNING" (it causes arecord to terminate).
twinkle makes even bigger gaps, when I let it use pcm.micend as microphone...
But with hw:Generic,0,0 as mic device twinkle works fine...
LubosD/twinkle#207
"samplerate_best" and "samplerate_order" seems to make it worse...
How can I fix that?
Thx.
Bye.
The text was updated successfully, but these errors were encountered: