Wav Problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • handsomer100
    Forum Member
    • Dec 2003
    • 59

    Wav Problem

    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!!!!!
  • handsomer100
    Forum Member
    • Dec 2003
    • 59

    #3
    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

    Comment

    • handsomer100
      Forum Member
      • Dec 2003
      • 59

      #4
      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?
      Attached Files
      Last edited by handsomer100; 03-31-2005, 06:50 AM.

      Comment

      • Worm
        Indigo Rose Customer
        • Jul 2002
        • 3971

        #5
        add this line to the stop button
        Code:
        Wave.Save(_TempFolder .. "\\MyWaveFile.wav")
        The WAV is recorded in memory, using Wave.Save will write it out as a file that you specify.

        Comment

        • handsomer100
          Forum Member
          • Dec 2003
          • 59

          #6
          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~~~~~
          Attached Files

          Comment

          • handsomer100
            Forum Member
            • Dec 2003
            • 59

            #7
            no one can help me out the DLL problem~~~~~~~?


            555~~~~~

            Comment

            • Worm
              Indigo Rose Customer
              • Jul 2002
              • 3971

              #8
              From what I saw in the file you uploaded, that uses a commercial activex control to do the job.

              Comment

              • handsomer100
                Forum Member
                • Dec 2003
                • 59

                #9
                i don`t know you men,you say my code (download VC++ code) is ActiveX

                or my problem can use ActiveX to do it?

                Comment

                • Worm
                  Indigo Rose Customer
                  • Jul 2002
                  • 3971

                  #10
                  The code you posted uses a activex control to do what you want.

                  Comment

                  • handsomer100
                    Forum Member
                    • Dec 2003
                    • 59

                    #11
                    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?

                    Comment

                    Working...
                    X