Wav -> Dsp -> Components, Using DSP to take components from a .wav |
Sat 10 Apr 2004, 17:33
Post
#1
|
|
Newbie Group: Members Posts: 5 Joined: 10-Apr 04 From: Reading - UK Member No.: 40,670 |
Hi,
I am developing an MLP Artifical Neural Network application (www.etingley.com/uni), but am now at the stage of using a DSP toolkit to remove certain traits (components) of a .wav file. I am developing in C++ in XCode on Panther. Can anyone suggest a decent toolkit to use that will easily allow me to give it a wav and extract numerical components? Best Regards, Chris Tingley www.etingley.com/uni |
|
|
Replies
Mon 12 Apr 2004, 19:08
Post
#2
|
|
Advanced Member Group: Members Posts: 351 Joined: 12-Aug 02 From: London - UK Member No.: 6,795 |
You can get information on AudioUnits on apple website, also in the /Developer/Examples folder if you have installed the Dev tools. There are various samples on how to setup audiounits chains, it's not complicated.
My suggestion is that you work with MIDI files, there you have the polyphony already in a digestable form (notes, separated by instruments). However, even with MIDI, I can't really see how you will be able to feed that in a neural net; a neural net is good at learning static patterns like a retina, but music is primarily time based so you can't make a reliable and discriminative "pattern" to show to your network. To do that you would have to make a massive work of 1) extracting "signature" bits of the music, and 2) represent these in a discriminant form. For info I worked on a musical search engine a few years back, where you could sorta whisle a tune and the program would try to get you a match. The problem we had was not really finding matches, but diggesting "relevant" traits of the tunes to index to then do pattern matching. -------------------- |
|
|
Posts in this topic
tingleychris Wav -> Dsp -> Components Sat 10 Apr 2004, 17:33
BusError What do you define as "numerical components... Sun 11 Apr 2004, 15:08
tingleychris Hey, I am after numerical values for things such ... Sun 11 Apr 2004, 15:51
BusError Being not only a musician, but also a developer wi... Mon 12 Apr 2004, 00:12
tingleychris Well, I must say that that doesnt sound too positi... Mon 12 Apr 2004, 12:04
tingleychris I was always expecting the 'time domain' p... Tue 13 Apr 2004, 18:00
BusError FFTing won't help you much, FFT is an amazing ... Wed 14 Apr 2004, 02:18
tingleychris Hey, Unfort. I only have a G3, so wont be able t... Wed 14 Apr 2004, 12:35
BusError What do you define as "numerical components... Sun 11 Apr 2004, 15:08
tingleychris Hey, I am after numerical values for things such ... Sun 11 Apr 2004, 15:51
BusError Being not only a musician, but also a developer wi... Mon 12 Apr 2004, 00:12
tingleychris Well, I must say that that doesnt sound too positi... Mon 12 Apr 2004, 12:04
tingleychris I was always expecting the 'time domain' p... Tue 13 Apr 2004, 18:00
BusError FFTing won't help you much, FFT is an amazing ... Wed 14 Apr 2004, 02:18
tingleychris Hey, Unfort. I only have a G3, so wont be able t... Wed 14 Apr 2004, 12:35
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: