user:rolf001:agx_orin:start
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| user:rolf001:agx_orin:start [2024/05/19 16:37] – [ReSpeaker USB Microphone Array] rolf.becker | user:rolf001:agx_orin:start [2024/05/19 19:21] (current) – [llamaspeak] rolf.becker | ||
|---|---|---|---|
| Line 10: | Line 10: | ||
| Flashing new firmware according to https:// | Flashing new firmware according to https:// | ||
| + | |||
| + | I am flashing the **"1 channel firmware" | ||
| <code bash> | <code bash> | ||
| sudo apt-get update | sudo apt-get update | ||
| sudo pip install pyusb click | sudo pip install pyusb click | ||
| + | |||
| git clone https:// | git clone https:// | ||
| cd usb_4_mic_array | cd usb_4_mic_array | ||
| - | sudo python dfu.py --download 6_channels_firmware.bin | ||
| # if you want to use 1 channel, | # if you want to use 1 channel, | ||
| - | |||
| sudo python dfu.py --download 1_channel_firmware.bin | sudo python dfu.py --download 1_channel_firmware.bin | ||
| + | |||
| + | # Alternative, | ||
| + | # sudo python dfu.py --download 6_channels_firmware.bin | ||
| + | |||
| + | |||
| </ | </ | ||
| + | Then disconnect ReSpeaker from USB and reconnect. The mircophone occurs in the GNOME audio settings menu. | ||
| - | * https:// | + | === More ReSpeaker Info from SeeedStudio Wiki === |
| + | |||
| + | * https:// | ||
| * https:// | * https:// | ||
| + | ===== Install Audacity ===== | ||
| + | |||
| + | To test the microphone and to record audios for training the LLM and ASR. | ||
| + | |||
| + | Buggy or weird behavior of Audacity on Linux. | ||
| + | |||
| + | **Don' | ||
| + | |||
| + | Don't use the button " | ||
| + | |||
| + | **Rather click on button "Start and do not ask again" | ||
| + | |||
| + | ===== Whisper by Dusty-NV ===== | ||
| + | |||
| + | **I am following https:// | ||
| + | |||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | bash jetson-containers/ | ||
| + | </ | ||
| + | |||
| + | <code bash> | ||
| + | jetson-containers run $(autotag whisper) | ||
| + | </ | ||
| + | |||
| + | Open ... | ||
| + | |||
| + | ===== Whisper by Seeed Studio ===== | ||
| + | |||
| + | <code bash> | ||
| + | git clone https:// | ||
| + | cd Deploy-Whisper-on-NVIDIA-Jetson-Orin-for-Real-time-Speech-to-Text | ||
| + | pip install -r requirements.txt | ||
| + | sudo apt update && sudo apt install ffmpeg | ||
| + | arecord -D hw:2,0 --dump-hw-params #set microphone rate to 16000 | ||
| + | </ | ||
| + | |||
| + | PyAudio missing. Requires trouble shooting ... On hold ... | ||
| + | |||
| + | |||
| + | ===== llamaspeak ===== | ||
| + | |||
| + | **I am following https:// | ||
user/rolf001/agx_orin/start.1716129473.txt.gz · Last modified: 2024/05/19 16:37 by rolf.becker