MeteorStudioASU / lcc

LCC (Localization Cue Correction) is a solution for spatialized audio through stereo speakers. LCC is a lightweight implementation of crosstalk cancellation so your left ear hears the left channel of audio, and your right ear hears the right channel of audio while ensuring unwanted audio signal coloration is mitigated.
MIT License
179 stars 13 forks source link

Stream over/underflow #14

Open grischard opened 4 years ago

grischard commented 4 years ago

When sound has been inactive for a while, I get many messages saying "Stream over/underflow" in the console. After this, sound output is broken, and I need to re-launch lcc_audio to make it work again.

This is the latest lcc commit, running on the latest macOS.

roblkw-asu commented 4 years ago

Looking into this.

Thanks for raising the concern.

grischard commented 4 years ago

Let me know if I can help reproduce this.

ionizer999 commented 4 years ago

Happens for me, too. Sometimes switching between audio sources can directly resolve this. I think it always happens when I plug in something via Bluetooth and it stops getting audio frames.

I'll see if I find an easier way to reproduce.