Cao Jun
Cao Jun
Did you make the firmware with config.respeaker (cp it to .config)? I succeeded in the make process. However, there're other issues waiting for me. My platform is LinkIt 7688, but...
I tried to pip install pyaudio on LinkIt, but got a result like: unable to execute 'mipsel-openwrt-linux-uclibc-gcc' . I noticed a makefile here:https://github.com/respeaker/respeaker-feed/tree/master/python-pyaudio . How can I take a check...
hmm, thanks a lot! LinkIt has no WM8960 for audio features, so do you know any workaround to use pyaudio on LinkIt?
Big thanks for the perfect answer.
Hello, I flash the firmware made with the latest config.respeaker file to LinkIt7688. The behavior is a little different with LinkIt original firmware: 1. The wifi led lights on forever....
Ok, I gave a try with your built[ firmware](https://s3-us-west-2.amazonaws.com/respeaker.io/firmware/ramips-openwrt-latest-LinkIt7688-squashfs-sysupgrade.bin) , but still failed in opening 192.168.100.1 in web browser. However, ssh works with root user. So is the juci web...
yes. I copy config.respeaker to .config and then make the firmware directly. Is that correct ?
Another question for audio, I didn't get a Seeed USB breadboard in hand. But I have a mini [USB microphone](https://item.taobao.com/item.htm?spm=a1z09.2.0.0.u1XLMN&id=530831829755&_u=d7mkrm15703), could I connect it to LinkIt via a USB OTG...
Still , fail when log in as root user, password with root. ➜ mbp telnet 192.168.100.1 Trying 192.168.100.1... telnet: connect to address 192.168.100.1: Connection refused telnet: Unable to connect to...
``` Type "help", "copyright", "credits" or "license" for more information. >>> import pyaudio >>> pyaudio.PyAudio() ``` Expression 'ioctl( devHandle, SNDCTL_DSP_SPEED, &sr )' failed in 'src/hostapi/oss/pa_unix_oss.c', line: 421 Expression 'ioctl( devHandle,...