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:59] – [More ReSpeaker Info from SeeedStudio Wiki] rolf.becker | user:rolf001:agx_orin:start [2024/05/19 19:21] (current) – [llamaspeak] rolf.becker | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| Flashing new firmware according to https:// | Flashing new firmware according to https:// | ||
| - | I am using the **"1 channel firmware" | + | I am flashing |
| <code bash> | <code bash> | ||
| Line 19: | Line 19: | ||
| 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 | ||
| + | |||
| + | |||
| </ | </ | ||
| Line 34: | Line 37: | ||
| * 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.1716130789.txt.gz · Last modified: 2024/05/19 16:59 by rolf.becker