Open ntpincus opened 6 years ago
Hello @ntpincus Did you follow the steps in the README. You need to use the kernel modules instead of MALOS approach.
Let me know if you have any doubt or trouble. I could help you to set up this demo :smile:
Best Regards,
Kevin Patino
Hello @kdpatino !
I am also having the same issue. I installed it according to the readme file using kernel modules.
I attached the Matrix Voice microphone system and ran the odaslive app for that (works). I am trying to connect the Odas Studio on a personal computer and connect via IP addresses.
This was the code I ran when I received same error:
~/odas/bin/odaslive -vc ~/odas/config/odaslive/matrix_voice.cfg
Any experience with this? Or insight?
Thank you.
I had the same problem but with aplay
, I just run
sudo killall -9 aplay
I think may work with arecord
instead.
sudo killall -9 arecord works.
my device is listening. Then I stopped the recording. And if I again wish to record, it was shoowing this error: arecord: main:828: audio open error: Device or resource busy
So the above command worked fine.
when running this command:
I get the following error:
It's interesting that you aren't specifying the --device flag, what would it be in this case? I'm used to seeing "mic_channel1" or another channel. I also ran
To make sure that wasn't the cause. Any help would be greatly appreciated