question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

not record to a file

See original GitHub issue

Hi 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:open
  • Created 5 years ago
  • Comments:7 (1 by maintainers)

github_iconTop GitHub Comments

1reaction
brycepaveycommented, Oct 23, 2020

@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

0reactions
jecs89commented, Oct 18, 2022

I could get not record to a file, commenting these lines in java file: RNAudioRecordModule.java //saveAsWav(); //stopRecordingPromise.resolve(outFile);

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found