-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
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
apulse with firefox 68.6.esr (devuan) #109
Comments
|
As error message said,
In your case, custom ALSA configuration wires "default" device to the hw device without plug and dmix plugins. So when apulse, which is an ALSA client, tries to open "default" device with some parameters, hardware driver says that these parameters are not supported. It's typical for the simple embedded audio adapters to support, say, only 48000 Hz. It relies on the host software to resample audio to fit supported sampling rates. Same with sample formats. As far as I know, Firefox likes to output FLOAT32LE, while simple audio adapters usually support only 16-bit signed (S16LE). As for the fixing it, you have several options:
Any of the three should suffice. |
Thank you very much for your help! Could resolve this by deleting |
then there was no need for apulse for my use-case anymore. |
As far as I know, it's not possible. Flatpak and other containerized app technologies tend to isolate apps. Moreover, they run in a different file tree, so even if one manages to pass LD_LIBRARY_PATH into the container itself, there are no However, if one bundles apulse libraries when application is packaged, it may work. But then, if you are building application anyway, why not to enable ALSA in it directly? |
I am also having an issue. When I updated from Firefox 60.x-esr to 68.6.0-esr, Firefox is not detecting the sound input device. This worked fine before updating. Did not update anything else. Sound input device is still detected by Audacity and works. When I tried https://www.onlinemictest.com/ Firefox did not ask me for permission to access the input device. Also, the test claimed there was no input device. A Mozilla person says this must be an incompatibility in apulse. Is there a way to make this work or do I need to install PulseAudio? Installed apulse is 0.1.12 |
I've just tried to run Firefox 68.6.0-esr (binary from https://ftp.mozilla.org) with apulse 0.1.12, and found no issues with audio playback. Microphone on https://www.onlinemictest.com/ is also detected, and I can clearly see waveforms appear in the sample box when I speak to the microphone. So, can't reproduce.
Sorry, can't say anything definite about that. If PulseAudio works, why not? |
Hello ,
i am trying to use the site
www.gaia.com
on my desktop computer with devuan linux.
i have uninstalled pulseaudio and the distro should now be alsa-only.
when invoking
i get the following outcome
when trying to visit the site for video/audio playback
The text was updated successfully, but these errors were encountered: