Opened 11 years ago
Closed 8 months ago
#9951 closed bug (fixed)
Recorded sound is slow and crackle
Reported by: | diger | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1/beta5 |
Component: | Drivers/Audio/USB | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Look on the attached wav sample to hear the problem. Audio hardware is the same as in ticket #9950
Attachments (1)
Change History (7)
by , 11 years ago
comment:2 by , 10 years ago
I think this could be rechecked, since both tickets mentioned are solved now.
comment:3 by , 9 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:5 by , 9 months ago
I have an assumption that the problem with the recording may be related to the Media Kit (more precisely, the multi audio addon). Does it really support mono (one channel)? It seems that the MediaAudioNode internal buffer size is always calculated for 2 channels. And when copying data from the driver buffer (after BUFFER_EXCHANGE), it takes up half of the internal buffer.
If you open the file attached above in an audio editor, you can see that blocks of samples alternate with blocks of silence of equal length. And from the sound you can hear that it is slowed down and stretched twice, but the sample data is not lost during transmission.
comment:6 by , 8 months ago
Milestone: | R1 → R1/beta5 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Indeed, it was MultiAudioNode that was the problem. Fixed in hrev57599.
Maybe it's a dupe of #9438?