andrewrk / libsoundio

C library for cross-platform real-time audio input and output
http://libsound.io/
MIT License
1.92k stars 229 forks source link

Can't hear two channels on headphones #223

Closed sevagh closed 4 years ago

sevagh commented 4 years ago

When I compile any of the examples, or write my own code - even when I verify the channel layout/number of channels is 2/stereo, and I'm using a write_callback which populates both channels with valid frame data - I can only hear sound from one side of my headphones.

Any suggestions on how I can test my audio backends? I'm on Fedora 30 - libsoundio compiled from master branch with ALSA and Pulse backends.

sevagh commented 4 years ago

Using speaker-test, I can hear out of the left and right correctly.

sevagh commented 4 years ago

Disregard. PEBKAC