Replies: 8 comments 6 replies
|
Can you record a wav so I understand what kind of noise do you mean |
|
I can recall 2 issues caused by quite unexpected causes.
|
|
Oh, interesting. Thanks for explaining that!
That sound is straight from DAC to headphones, so I plan to try replacing
the last 0 byte(s) with the smallest val.
…On Thu, Nov 20, 2025 at 2:31 PM copych ***@***.***> wrote:
I can recall 2 issues caused by quite unexpected causes.
1. Some DACs have silence detection and produce some kind of clicks
and noise when the sound ends. So lately I add 01 LSB to the output data,
thit way it never outputs long series of zeros.
2. Some audio systems like beatsaudio has crazy compression which
turns itself on whenever it wants no matter if you turn it off in the
settings menu. This would amplify line noise even if your output was
crystal clear.
—
Reply to this email directly, view it on GitHub
<#62 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJ7JDURUVB4NQ7RMPELLLD35VN2ZAVCNFSM6AAAAACMU7QD2WVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTKMBSGEYDQMI>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
|
Actually, tried it with byte and raw, and that seems better. However, it seems that maybe something in ears (one ear has tinnitus) may be causing that buzz sound (it may not actually be a sound) at the end. Maybe anyway. When I switched headphones, the buzz at end was mainly only heard through the ear that doesn't have the tinnitus "tone". |
|
Can you record dac playback to make sure the noise is recorded and seen , not just perceptual. Also this may suggest the place to search for the bug. |
|
Surprisingly it doesn't play properly at all without the header bytes. So RAW headerless didn't seem to function. This code is from at least as early as March of 2025, so maybe it has that wav loader issue? |
|
By the way, every long once in a while (seems random) it misses a bass drum hit. That happens about the same amount at 120 BPM as it does at 170 BPM. That may only happen on longer bass drum samples though. Don't remember it happening on the original shorter drum sound. |

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
I tried various ways to get it to play a 909 style bass drum sound WITHOUT any annoying noisy tail, but it sadly seems to add noise to every sample. Tried smooth faded drum sound and also tried a drum sound that is immediately silent after a zero crossing.
Both sound good in Ableton and Audacity and when previewed from Finder.
Tried doing a smooth fade in both Ableton and Audacity.
I suspect that it's maybe because of the compressor, so that is why made a sample with a silence after a zero crossing. Sadly that didn't eliminate that issue yet though.
Using Audacity to export the sound as a MONO 16 BIT PCM file, and then converting with this converter: https://notisrac.github.io/FileToCArray/
Recommendations on how to eliminate that noisy tail? (Maybe that converter is adding that?)
Thanks in advance.
All reactions