We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The volume pops like a foam bubble during a loud bit of Beethoven's fifth piano concerto.
How to reproduce:
lcc_audio
/lcc_audio ./lcc_audio {inputgain} {centergain} {endgain} {LCC_Decaygain} {LCC_Delay_in_microseconds} ./lcc_audio {inputdevice_num} {outputdevice_num} {sample_rate} {inputgain} {centergain} {endgain} {LCC_Decaygain} {LCC_Delay_in_microseconds} version 0.8 Did not receive 6 arguments. Using defaults: ./lcc -3 -3 3 -2.5 32 0:Apple Inc.: Built-in Microphone, rates:44100,48000,88200,96000 1:Apple Inc.: Built-in Output, rates:44100,48000,96000 2:ma++ ingalls for Cycling '74: Soundflower (2ch), rates:44100,48000,88200,96000,176400,192000 3:ma++ ingalls for Cycling '74: Soundflower (64ch), rates:44100,48000,88200,96000,176400,192000 Select Input Device: 2 Select Output Device: 1 Select Sample Rate: 96000 input gain: 0.700000 center channel gain: 0.700000 LCC decay gain: 0.749894 LCC delay in us: 32.000000 LCC delay in samples: 3.072000 Debug only: bufferframes: 2048 LCC ON... press 1 to turn LCC on, 2 to turn LCC off, 3 to change settings, 4 to quit.
Expected result:
Music keeps playing at a constant volume
Actual result:
Volume collapses in the middle of a loud note
Workaround:
Turning the volume down a bit seems to prevent this. Is this some kind of saturation?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The volume pops like a foam bubble during a loud bit of Beethoven's fifth piano concerto.
How to reproduce:
lcc_audio
on macOS, to internal speakers, rate 96k:Expected result:
Music keeps playing at a constant volume
Actual result:
Volume collapses in the middle of a loud note
Workaround:
Turning the volume down a bit seems to prevent this. Is this some kind of saturation?
The text was updated successfully, but these errors were encountered: