Displaying 2 results from an estimated 2 matches for "opennextfil".
Did you mean:
opennextfile
2012 Feb 25
0
Speex-with-header-byte and Google ASR
...jects:dataToSend, [defs objectForKey:@"inLang"], nil];
NSLog(@"WriteToFile -> dataToSend: [%d]", [dataToSend length]);
[mAudioStreamer performSelectorOnMainThread:@selector(sendDataToServer:) withObject:array waitUntilDone:YES];
}
[pool drain];
}
void SpeexRecorder::OpenNextFile()
{
mFileCount++;
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSUserDefaults *defs = [NSUserDefaults standardUserDefaults];
if (mAudioStreamer)
{
// send 0 bytes to stream to signify the end
// stream will be closed, causing http chunking to end and google to respond
NSD...
2012 Feb 25
0
Speex-with-header-byte and Google ASR
...bjects:dataToSend, [defs objectForKey:@"inLang"], nil];
NSLog(@"WriteToFile -> dataToSend: [%d]", [dataToSend length]);
[mAudioStreamer performSelectorOnMainThread:@selector(sendDataToServer:) withObject:array waitUntilDone:YES];
}
[pool drain];
}
void SpeexRecorder::OpenNextFile()
{
mFileCount++;
NSAutoreleasePool *pool = [[NSAutoreleasePool alloc] init];
NSUserDefaults *defs = [NSUserDefaults standardUserDefaults];
if (mAudioStreamer)
{
// send 0 bytes to stream to signify the end
// stream will be closed, causing http chunking to end and google to respond
NSD...