LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do Raspberry PI install the sound driver in labview

I want to use the Raspberry PI audio interface to collect the sound and send the sound to other devices through UDP. How can I download the labview Sound driver on Raspberry PI
0 Kudos
Message 1 of 2
(978 Views)

Hi,

 

The Raspberry Pi board doesn't have any sound input hardware by itself, so the first thing you'll need is an external audio input device such as an audio hat or USB soundcard.

 

LabVIEW's sound API doesn't support Raspberry Pi as a target. I've written an audio library for LabVIEW called G-Audio which includes Raspberry Pi support in the latest v0.4 release. Instructions on installing it to the Raspberry Pi can be found here.

 

I've only been able to test and verify audio playback on a Raspberry Pi with LabVIEW + G-Audio, but not audio capture. In theory it should work, but there may be some additional configuration you need to do on the Pi in order for LabVIEW's chroot environment to detect the audio input device. If you do try it and run into issues, please post a comment in the G-Audio / Raspberry Pi thread in the Hobbyist Tookit sub-forum and I can try help.

 

Another option might be to do the audio capture using a Python script running on the Pi, called from LabVIEW using the chroot trick.

0 Kudos
Message 2 of 2
(966 Views)