fixed syntax
syntax error from TFLite Micro — Internal CI build
This commit is contained in:
parent
d92db38427
commit
a55498ce38
@ -61,7 +61,7 @@ void OnAudioBufferFilledCallback(
|
||||
// device on MacOS.
|
||||
TfLiteStatus InitAudioRecording(tflite::ErrorReporter* error_reporter) {
|
||||
// Set up the format of the audio - single channel, 32-bit float at 16KHz.
|
||||
AudioStreamBasicDescription recordFormat = { };
|
||||
AudioStreamBasicDescription recordFormat = {};
|
||||
recordFormat.mSampleRate = kAudioSampleFrequency;
|
||||
recordFormat.mFormatID = kAudioFormatLinearPCM;
|
||||
recordFormat.mFormatFlags =
|
||||
|
Loading…
x
Reference in New Issue
Block a user