Jonas Sunde Valfridsson
Jonas Sunde Valfridsson
I am on ubuntu 18.04 and encountered the same exception. I encountered this issue trying to record audio from a usb microphone: https://www.amazon.com/Newest-YOUMI-Microphone-Laptop-desktop/dp/B01MQ2AA0X/ref=sr_1_2?dchild=1&keywords=raspberry+pi+usb+microphone&qid=1603452930&sr=8-2. Recording with alsa works fine, but using...
Using a sample rate of 8000 -
I figured out the issue, the sample rate was supported by the device, but the period length was not. Had to use a different period length.
Oddly enough it only supported a period rate of 170, I guess this is what you get when you buy the cheap stuff xD
Yes mediation effect is what i was looking for. This was just an example. I am looking forward for that feature!
Hey, I tried to combine this project with the authentication project for airplaying desktop. But for some reason using "PUT /photo" currently returns ```bash HTTP/1.1 501 Not Implemented Content-Length: 0...
I have this issue as well. Did you manage to resolve it?
I am having the same issue, did you manage to resolve it?
I manged to solve it in a very hacky way.. dmenu works on xmonad and dmenu uses xlib. It is possible to have a xlib + xcb connection open at...
I made a fork, https://github.com/JonasRSV/lighthouse with the fix. Don't know if it is worthy of a PR.. If it is im happy to make it, otherwise I'll just leave it...