goodatlas / react-native-audio-record

Audio record buffers for React Native (iOS and Android)
MIT License
176 stars 100 forks source link

file size 0 if bitPerSample is 8 #2

Closed diwu86 closed 6 years ago

diwu86 commented 6 years ago

Here are my options: sampleRate: 11025, channels: 1,
bitsPerSample: 8,
wavFile: 'test.wav'

After recording the test.wav size is 0. If I set bitsPerSample as 16, it works fine. Can anyone take a look at this issue? Thanks

vinayr commented 6 years ago

@diwu86 could you test with the latest version?

diwu86 commented 6 years ago

Yes, it's working! Thank you very much!