We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Audio recognition model I use requires 16khz sample rate. I try to add sink of remote audio:
AudioTrackSink { override fun onData( audioData: ByteBuffer?, bitsPerSample: Int, sampleRate: Int, numberOfChannels: Int, numberOfFrames: Int, absoluteCaptureTimestampMs: Long ) {}
and callback of local audio:
override fun onBuffer( buffer: ByteBuffer, audioFormat: Int, channelCount: Int, sampleRate: Int, bytesRead: Int, captureTimeNs: Long )
but 'sampleRate' I got is all 48khz. Is there any way to config the SAMPLE RATE?
Device Info:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Audio recognition model I use requires 16khz sample rate. I try to add sink of remote audio:
and callback of local audio:
but 'sampleRate' I got is all 48khz. Is there any way to config the SAMPLE RATE?
Device Info:
The text was updated successfully, but these errors were encountered: