How to connect aux out to Raspberrry Pi using Rpi matlab package
2 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I need to connect aux as an output for the ANC model while integrating RPi with matlab. The port for aux cable is not available when i run
a = listAudioDevices(r,'capture') on matlab.
2 commentaires
Prasanth Sunkara
le 24 Sep 2024
If it is an audio output(plyaback) device, you would have to use the below function to get the list of playback devices
a = listAudioDevices(r,'playback')
Réponses (1)
Sivsankar
le 1 Oct 2024
I can see that there is an error in the MATLAB support package directory. I suggest you reinstall the MATLAB Support Package for Raspberry Pi Hardware. You can download this add on from here:
Also make sure that your Raspberry Pi Model falls under the supported hardware for this package.
After that you can initialise the connection between the audio output and Raspberry Pi using the ‘audioplayer’ object and use the ‘play’ function to play audio. You can leverage the following documentation to setup your audio output for your raspberry pi:
Hope these troubleshooting steps solve your query
Thanks.
0 commentaires
Voir également
Catégories
En savoir plus sur Simulink Functions dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!