-
1. Re: record microphone modify in realtime bytearray
calmchessplayer Sep 16, 2011 8:46 AM (in response to oeann)Not with FMS....... maybe with sound object on client side look in flash AS3.0 livedocs in the index under Sound
-
2. Re: record microphone modify in realtime bytearray
oeann Sep 16, 2011 9:01 AM (in response to calmchessplayer)thanks for your response.
i attempt to change my method for not use fms... i have the microphone and music in background.
my code is ok to mix microphone and my music with bytearray.
i can save my file to desktop... but is not that i want.
i want to send my bytearray to php
and with php save bytearrayto text file in my server...
but the problem is that is a large bytearray and is very long to save and the script crash......
i know that im not in good section of this forum to tell this, but do you have a method to save bytearray to file quickly.
excuse me for my english i speak french...
thanks a lot again
Oeann
-
3. Re: record microphone modify in realtime bytearray
calmchessplayer Sep 16, 2011 9:49 AM (in response to oeann)well I would have to think on this awhile but if you can save your file to destop successfully then why don't you save it to a folder on say C:\ then use PHP FTP function to put it on the webserver? This seems a little dirty to me but hey if it works you could do that untill you figure out how to make your scripts run efficently.
-
4. Re: record microphone modify in realtime bytearray
oeann Sep 16, 2011 11:12 AM (in response to calmchessplayer)ok thanks for your solution. if i dont have choice i will make this.
but excuse me i have another question.
do you think its possible to save file on computer without popup save as and save to temporary file in computer and after upload to my server?
else if not possible, can you think ia can save to disk with the popup is already ok for this but when upload to server i dont want another popup to select file
then can i simply keep the link to where the user save the file and use this link to upload?
thanks a lot i appreciate your help.
Oeann
EDIT: ok i found solution for this and i not need to save to desktop because i convert my file with flash in mp3 then the bytearray is not big
BUT i make in flash convert bytearray to wav and after to mp3 with alchemy... but it is possible toconvert directly byteArray to mp3? i found only solution to wav to mp3.......
thanks again
Message was edited by: oeann

