not record to a file
See original GitHub issueHi this is not an issue. I am wondering whether I can only listen to the mic but not save it to a file. Basically I want to use
AudioRecord.on('data', data => {
// base64-encoded audio data chunks
});
without save the file to my phone. Is it possible? Thanks
Issue Analytics
- State:
- Created 5 years ago
- Comments:7 (1 by maintainers)
Top Results From Across the Web
The Records of a File - IBM
A record of a file – also referred to as a logical record – is a collection of related fields of information. For...
Read more >Records in your Local Save File will not open or you can't ...
Go to File > Local File Manager > Make sure the file location that holds your record you are trying to open or...
Read more >Record steps to reproduce a problem - Microsoft Support
Steps Recorder doesn't record text that you type (such as a password), ... Select Save, name the .zip file, choose where to save...
Read more >How to Fix Can't Play Recorded Video? - Wondershare Repairit
How to fix can't play recorded video due to several reasons such as file system corruption, power failure, abrupt system shut down and...
Read more >Controlling File Movement for Filing and Archiving Purposes
It is given the same number as the missing file and its existence is recorded normally. If available, temporary file covers should be...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@maxckelly a colleague of mine implemented a circular buffer forked from this repo for an app we developed for this purpose. It was a while ago so I can’t remember exactly the specifics of the implementation, you’ll have to look through the commit history to figure it out as we didn’t document any of it but hopefully it’s enough to get you going. https://github.com/dreamwalk-os/react-native-audio-record
I could get not record to a file, commenting these lines in java file: RNAudioRecordModule.java //saveAsWav(); //stopRecordingPromise.resolve(outFile);