Emerick Herve
Emerick Herve
Well unlike the old API, it seems this one does allow to filter directly with characteristics, example with a request like this: ```JSON { "currentPage": 1, "pageSize": 10, "componentSpecification": "0603",...
Hello, check that your NanoKontrol2 has the correct midi layout (the default one). Your layout probably have the buttons set as toogle buttons and the slider adresses were probably changed....
Hello, Alsa can't handle multiples applications using a device at the same time. Try to : * Use `dmix` PCM: ``` output_device: "dmix" ``` in */etc/opt/AlexaPi/config.yaml* (You must also change...
Seems to be a PyAudio bug, try to update it: ``` sudo pip install pyaudio ``` If it's not working, check the version with: ``` pip show pyaudio ``` source:...
I think `dmix` is using rates that are not supported by PyAudio, try to [setup PulseAudio](https://emerickh.github.io/AlexaPi-config/setup/pulse.html) instead with SoX if you are on Raspberry Pi or some ARM devices.
I'm running PA on an old Raspberry Pi B that is less performant than a Pi Zero without any problem so I think you'll not have any problem.
Hello, Your audio is not well configured (for audio output at least), please follow: https://emerickh.github.io/AlexaPi-config/setup/alsa.html
Are you on a RPI Zero? They have the same issue here https://github.com/Kitt-AI/snowboy/issues/430 Try using PulseAudio: https://emerickh.github.io/AlexaPi-config/setup/pulse.html (you may have to [run it in system-wide mode](https://github.com/alexa-pi/AlexaPi/wiki/Audio-setup-&-debugging#running-pa-in-system-wide-mode-recommended))
@WeirdlyChosen I don't know how works MM but I think you also have to setup your audio devices. @best303 you have to setup your audio PCMs: List them with `aplay...
Very good idea, I think there's no problems to do that. If you have done it, you can push your local git to Github and make a pull request. Emerick