TZP
03-13-2009, 05:05 PM
Good day to you.
Can anyone help me out with these problems?
1.
I m recording my own speech with a mic and publish it on FMS. In the next step I can replay my speech without problems.
Now I want to use a "SoundMixer.computeSpectrum" on my speech but it doesn´t work. Did I miss something? Local files are working great but recorded won´t.
2.
Then I thought "Ok...use a new Soundfile for the Soundmixer" and the code is:
mySound = new Sound(new URLRequest("rtmpt://localhost:80
/testtest/myAudio.flv"));
Looks easy but doesn´t work either. ^^ Is there anything I can do or is it just impossible?
Thx!
TZP
Can anyone help me out with these problems?
1.
I m recording my own speech with a mic and publish it on FMS. In the next step I can replay my speech without problems.
Now I want to use a "SoundMixer.computeSpectrum" on my speech but it doesn´t work. Did I miss something? Local files are working great but recorded won´t.
2.
Then I thought "Ok...use a new Soundfile for the Soundmixer" and the code is:
mySound = new Sound(new URLRequest("rtmpt://localhost:80
/testtest/myAudio.flv"));
Looks easy but doesn´t work either. ^^ Is there anything I can do or is it just impossible?
Thx!
TZP