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

How can we record and save file as .wav ? #592

Open
krixs3112 opened this issue Feb 25, 2024 · 3 comments
Open

How can we record and save file as .wav ? #592

krixs3112 opened this issue Feb 25, 2024 · 3 comments

Comments

@krixs3112
Copy link

I'm reaching out to request a new feature for the project. We are currently working on a use case where we need to record audio and save the file in the .wav format.(Android)

Add a new option or method to the recording functionality that allows users to specify the desired output format, including .wav.
Ensure that the recorded audio is saved in the specified format, maintaining the quality and characteristics of the original recording.

@sravanvudem
Copy link

same requirement for me tooo
any patch or workaround highly appriciated

@NazarenkoAnna2021
Copy link

NazarenkoAnna2021 commented Mar 31, 2024

find it in another issue, maybe it can help:

const PATH = Platform.select({
ios: 'audio.VAW',
android: ${cacheDir}/audio.VAW,
});

audioRecorderPlayer.startRecorder(PATH);

find out that it cause problems on ios

@davidburson
Copy link

I found on Android I can save the file with a .wav extension by including it in the path that is passed to startRecorder, but the file is not actually saved in WAVE format. Is saving in WAVE format possible on Android yet?

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

4 participants