|
|||
|
it show the garbage value in the save diablog box. i attach the picture with this post check it also
var fname ="hi" var f = "Wave files(*.wav)"; var res = Dialogs.fileSave(f,"",fname); m = new MCI; m.deviceType = "waveaudio"; m.fileName = ""; m.wait = true; m.recordMode = false m.command = "open"; //set the time format to milliseconds m.timeFormat = 0; //Set the record length to 10 seconds m.to = 0x8FFFFFFF; m.wait = false; m.notify = true; m.onNotify = saveFile; m.command = "record"; function saveFile() { m.notify = false; //save the recording to file m.fileName = res+".wav"; m.command = "save"; m.command = "close"; } m.notify = false; //save the recording to file m.fileName = res+".wav"; m.command = "save"; m.command = "close"; Dialogs.msgBox("file saved","Save...",80) |
|
|||
|
thankxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxxxxxxxxx ;D |
|
|||
|
hi.... i am back again
please help me i am getting a new problem i want to control save file of sound recording this is problem suppose . when i click record button and after one hour of recording then i stop recording then it save all at once but if in between some problem or error came then nothing saved like i start and only 5 min left in completion of one hour then surdenly light gone then all of the recorded sound removed.. and i got nothing i want it ll save on each time intrevel and give in a one file no more than one file i want it save as well as record so if any error arise then i got recorded data eg:..like Download Accelerator Plus software do ... when it start download file from internet it save in same file but in segments and in the end give one file or data regards js |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|