====== Setup Respeaker Evaluation Board ====== Reference [[https://wiki.seeedstudio.com/ReSpeaker_6-Mic_Circular_Array_kit_for_Raspberry_Pi/|ReSpeaker 6-Mic Circular Array Kit for Raspberry Pi]] ====== - Make base system run ====== ===== - Installing PyAudio ===== ==== - 安装portaudio ==== # 1 手动下载portudio wget http://portaudio.com/archives/pa_stable_v190600_20161030.tgz # 2 解压 tar -zxvf pa_stable_v190600_20161030.tgz # 3 切换到portaudio cd portaudio # 4 执行配置文件,编译,安装 ./configure make sudo make install ==== - 修改~/.bashrc ==== vim ~/.bashrc \\ # 在文件最后一行加入 \\ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib ==== - 执行sudo ldconfig ==== ==== - sudo pip install pyaudio ==== Looking in indexes: https://pypi.org/simple, https://www.piwheels.org/simple Collecting pyaudio Downloading https://files.pythonhosted.org/packages/26/1d/8878c7752febb0f6716a7e1a52cb92ac98871c5aa522cba181878091607c/PyAudio-0.2.14.tar.gz (47kB) 100% |████████████████████████████████| 51kB 196kB/s Installing build dependencies ... done Building wheels for collected packages: pyaudio Running setup.py bdist_wheel for pyaudio ... done Stored in directory: /home/pi/.cache/pip/wheels/fd/0a/1f/7188251cc9c934c7b224017082ee804b79e0f886b9ff703245 Successfully built pyaudio Installing collected packages: pyaudio Successfully installed pyaudio-0.2.14