I’m working on a home assistant project with the Orin Nano. Most of my development is done. I’ve chosen to make my home assistant offline, for that reason I’ll be using the Orin Nano to speed up Whisper.cpp STT, and I’m using AI generated sound bytes for speech rather than a bland local TTS.
My Orin Nano runs Ubuntu 22.04.5 and pulseaudio 15.99.1 with libsndfile-1.0.31, so it cannot play MP3 format files.
I’ve compiled and installed libsndfile1.22 but it still comes up as libsndfile-1.0.31and will not play MP3.
Any suggestions on how I can get libsndfile1.22 to work or upgrade to Ubuntu 24.04?
I’ve made a lot of progress so far, getting a string into my assistant written in C++ in 2 seconds with Whisper.cpp so I’d hate to lose my progress. Simply upgrading libsndfile is the best case scenario I think…
Thank you, Tom