kcat
kcat
Try a newer build of DSOAL. That log is showing an older one that's using EFX instead of the EAX extensions.
Muting just turns down the input gain to 0, but the device is left running. From OpenAL and ALSA's perspective, the device is still there producing samples, it's just being...
Possibly because the device doesn't have a feature to signal an unplugged input. The device is still physically present, but the wires that would transmit the analog signal aren't connected...
> so I think it has the refresh function; > but , dose the openal has refresh device interface ? Not explicitly. OpenAL Soft refreshes the device list when querying...
Try updating to 1.22.2, and if it still happens, try getting a log file (set the `ALSOFT_LOGLEVEL` environment variable to `3`, and the `ALSOFT_LOGFILE` environment variable to a path+filename, ensuring...
The way OpenAL Soft does panning was changed with 1.17. Previously with 1.16, it would just do simple pair-wise mixing between the two closest speakers to the intended sound position....
> If anything it should be louder in the center than the front left and right pair when something is directly in front of you. Otherwise it defeats the purpose...
> Also, actually.. the "rear" speakers in 5.1 shouldn't be to the rear instead they should be to the sides. According to [Dolby's guide](https://www.dolby.com/us/en/guide/surround-sound-speaker-setup/5-1-setup.html), the surround speakers can be between...
In regards to better utilizing the front-center speaker, I recently ran across [this](https://www.stereophile.com/content/upward-mobility-2-channels-surround-page-2). A module to take stereo input and process it to create a clean 3-channel output. It's actually...
The latest Git commit adds an option to this effect. The default 5.1 decoder configuration now excludes the front-center channel from positional sounds (the preexisting ```itu5.1.ambdec``` preset is still there...