You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The audio processing method in the README reads as this:
STEP 3.1 - Audio Input Using An Array
In the processing loop, fill a double precision array with one frame of audio samples:
double frame[frameSize];
// !
// do something here to fill the frame with audio samples
// !
Is the audio frame something arbitrary, consisting of 512 samples (out of, for example, 44100) of audio data?
The text was updated successfully, but these errors were encountered:
The audio processing method in the README reads as this:
Is the audio frame something arbitrary, consisting of 512 samples (out of, for example, 44100) of audio data?
The text was updated successfully, but these errors were encountered: