PDA

View Full Version : Wav Problem



handsomer100
03-31-2005, 02:16 AM
help,help~~~~~~~~

I want do a project like Recorder some one `s voice,and anlysler it , just like a wave pic(just like you see in CoolEdit),the Recorder function i have,but wo can help me the another?

first to anlysler the wav document and draw the pic,and use image object rto load it~~~~~~~~

Thx!!!!!

JimS
03-31-2005, 04:30 AM
Check out these threads:

http://www.indigorose.com/forums/showthread.php?t=9815&highlight=spectrum


http://www.indigorose.com/forums/showthread.php?t=1758&highlight=spectrum

handsomer100
03-31-2005, 04:55 AM
thx Jims

i think i want to dynamic to recode the voice,so i can`t transfer to the flash

and i `m not good at flash....

i have seen some one finished the recorde part!

i think who (Worm?hehe) can write a dll or function to analyer it and save it as bmp or gif,and i can image object to use it

thx everybody

handsomer100
03-31-2005, 07:46 AM
when i click the stop botton,i want to recode user`s voice to a temp place,but the code is use dll,it will open a diloge,nut i think it is do in the memory,who can help me?

Worm
03-31-2005, 08:04 AM
add this line to the stop button


Wave.Save(_TempFolder .. "\\MyWaveFile.wav")


The WAV is recorded in memory, using Wave.Save will write it out as a file that you specify.

handsomer100
03-31-2005, 08:33 AM
thx Worm~~~~~~~~~

Can u give me some addvice to DLL anlisyer the wav2BMP???

there some VC++ code anlisyer the wav,could u give me some help?

My VC++ is so poor~~~~~

handsomer100
04-01-2005, 07:30 AM
no one can help me out the DLL problem~~~~~~~?


555~~~~~

Worm
04-01-2005, 08:04 AM
From what I saw in the file you uploaded, that uses a commercial activex control to do the job.

handsomer100
04-01-2005, 08:42 AM
i don`t know you men,you say my code (download VC++ code) is ActiveX

or my problem can use ActiveX to do it?

Worm
04-01-2005, 08:47 AM
The code you posted uses a activex control to do what you want.

handsomer100
04-01-2005, 08:55 AM
you mean that code can`t write to a DLL?

Oh,my god~~~~i don`t know more about the DLL and ActiveX.

That mean`s i only turn to find anthor idea?