-
Notifications
You must be signed in to change notification settings - Fork 49
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
After installing then running 'cliprecord.py' I get the following error: ValueError: No output device matching 'default' #93
Comments
|
Check Then try editing this line: https://github.com/pimoroni/pirate-audio/blob/d9d7cadf1686860dcbfe42b74d34454942cba2d4/clip-recorder/cliprecord.py#LL354C30-L354C30 To: recordamajig = Recordamajig(output_device="your_device") Might be that a Raspberry Pi OS update has changed the device names. |
|
If I list the devices with
|
@7sharp9 did you ever figure this out. I am having the same problem |
Any ideas on what to check?
The text was updated successfully, but these errors were encountered: