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
Package version record 5.1.2
Environment
Describe the bug
Ever since record_web 1.1.0, recording in wav on mobile browser in iOS sends an empty file to the transcription API I'm using.
const RecordConfig({ this.encoder = AudioEncoder.wav, this.bitRate = 128000, this.sampleRate = 44100, this.numChannels = 2, this.device, this.autoGain = false, this.echoCancel = false, this.noiseSuppress = false, });
Downgrading to record_web 1.0.5 seems to fix the problem
Thanks!
The text was updated successfully, but these errors were encountered:
a68501e
i am facing the same error any updates ?
Sorry, something went wrong.
Seems to be fixed in 1.1.4
No branches or pull requests
Package version
record 5.1.2
Environment
Describe the bug
Ever since record_web 1.1.0, recording in wav on mobile browser in iOS sends an empty file to the transcription API I'm using.
const RecordConfig({
this.encoder = AudioEncoder.wav,
this.bitRate = 128000,
this.sampleRate = 44100,
this.numChannels = 2,
this.device,
this.autoGain = false,
this.echoCancel = false,
this.noiseSuppress = false,
});
Downgrading to record_web 1.0.5 seems to fix the problem
Thanks!
The text was updated successfully, but these errors were encountered: