Link to home
Start Free TrialLog in
Avatar of trigger-happy
trigger-happyFlag for Philippines

asked on

Music/sound and a series of numbers

Does any body have a clue on how to read in let's say a wav file, then output a text file of numbers that represent the sound file. I intend to use this for creating a kind of music graph in flash.

--trigger-happy
ASKER CERTIFIED SOLUTION
Avatar of Jaime Olivares
Jaime Olivares
Flag of Peru image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of furqanchandio
furqanchandio

Avatar of trigger-happy

ASKER

Let mew be clear, I'm not trying to play the sound file, i just need to parse it so that i can convert the data into a seriese of numbers that can be used for creating a graph in flash (i can handle the graphs part, but getting the numbers is the main problem)

--trigger-happy
In my example, several wave files are read for concatenating, so there are file parsing functions.
You have to notices that a wave file is not a plain file: it can have different frecuencies, resolutions and channels.
I did a little bit of research and experimentations and i've managed to come up with a program that does what i want. Now all i have to do is make it support other file formats like mp3 ;)

The link that jaime_olivares helped a bit, but not that much so i did a little bit of research and i got what i want. Thanks for  the help :D

--trigger-happy