From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

to filter parts of a sound

hello together,

 

is it possible to filter parts of sounds like to cut drums or maybe a voice so that I have just the instrumental left?

 

king regards

0 Kudos
Message 1 of 5
(2,893 Views)

To do that would require much more sophisticated signal processing than just filtering. 

 

For example an impact sound like the drums has a very broad frequency spectrum which would certainly overlap with that of a voice.   Similarly, most tonal instruments operate in the same frequency range as voices.

 

Lynn

0 Kudos
Message 2 of 5
(2,871 Views)

To expand a bit on Lynn's excellent (and very relevant) response, if you have a sound signal sampled at an appropriate rate and have sufficient expertise in sound analysis algorithms, I'm pretty sure that you would be able to implement a (complex) sound waveform analysis system using LabVIEW.  The problem isn't LabVIEW's problem, but rather the complex "pulling apart" of the various sound waveforms (which are simply added together when the sound is recorded).

 

Bob Schor

0 Kudos
Message 3 of 5
(2,859 Views)

Both good points have been mentioned. A really simple "algorithm", if you can call it that, is to take the left and right tracks, invert one, and mix them back together. Usually this deadens the sound a little bit, but vocals get reduced well. IMO LabVIEW is not the best software to use for this. Try Audacity.

 

Source: http://stackoverflow.com/questions/3673042/algorithm-to-remove-vocal-from-sound-track

0 Kudos
Message 4 of 5
(2,855 Views)

there's this LabView Add-On "Vocal Remover for myRIO by Altenbach" http://sine.ni.com/nips/cds/view/p/lang/en/nid/212774

 

[...] The algorithm is simple: typical studio recordings have the vocal track centered (in other words, identical in the left and right channel) while all other tracks are not. Taking the difference between the two channels eliminates the vocal track while retaining all others.[...]

0 Kudos
Message 5 of 5
(2,842 Views)