LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read Sound of PC

Solved!
Go to solution

Hi!

Is possible read the audio from PC? For example, I'm listening a song in the player or from youtube and I want process this sound in LabView. Any idea?

0 Kudos
Message 1 of 3
(1,215 Views)
Solution
Accepted by topic author Dcampu90

Reading audio from a PC application is known as loopback recording. You'll need a third party audio library for LabVIEW such as G-Audio (I'm the author) or WaveIO, which both support loopback recording.

 

If you want to use G-Audio, loopback support is available on the dev branch as a VIPM package. The included example Audio Device Loopback Example (G-Audio).vi demonstrates how to perform loopback recording:

 

Dataflow_G_0-1633497673558.png

 

Message 2 of 3
(1,165 Views)

Very Thanks!! It's great!

Message 3 of 3
(1,136 Views)