-
-
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
I'm unable to use any audio input devices on linux despite them being available #272
Comments
I tried to debug this by running the code locally and give Suitable permissions to the program. But I wasn't able to. I tried two things. Firstly I ran the script in both a normal browser and the inspect console of the app:
I got no devices in whisperring, but multiple in firefox + chrome. Secondly - I added my user to the 'audio' group. |
@braden-w I was finally able to get Whispering to launch on Ubuntu 22.04, by installing the .deb of version 5.1.1, but I have the same issue described here, unfortunately. Also, the window for Whispering's settings can't be moved around. But seems at least like we're getting closer to a working Linux version :D |
I've made some progress on this. Seems to be an Ubuntu issue where the permissions for the gstreamer plugins are messed up. The autoaudiosink plugin should be standard and available to all users but it looks like it's exclusive to the root user for some reason. I'll let you know if I make any breakthroughs. |
Did you figure anything out? |
OS: popos 22.04 (an ubuntu flavour).
Whispering version: v4.8.0
Installed using .deb package.
When I start whispering and click record (or press shortcut) I get a message like this:
In the terminal I get the following:
No devices show in the dropdown menu either:
Side note: I was unable to run this using the AppImage. I get a white screen and the following in the terminal:
Thank you very much for your effort on this app, I'm eager to try it out and get it working 🫶
The text was updated successfully, but these errors were encountered: