Skip to content
New issue

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

No longer able to record with wav encoding on mobile web (Chrome or Safari on iOS) #424

Closed
drdevinhopkins opened this issue Oct 28, 2024 · 2 comments

Comments

@drdevinhopkins
Copy link

Package version
record 5.1.2

Environment

  • Chrome & Safari browsers on iOS

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!

@AhmedAbogameel
Copy link

AhmedAbogameel commented Nov 6, 2024

i am facing the same error
any updates ?

@drdevinhopkins
Copy link
Author

i am facing the same error any updates ?

Seems to be fixed in 1.1.4

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants