reuniware / OboeAudioRecorder

This is a sample project that uses Google Oboe Library for recording the MIC input of an Android device and write the recorded data to a .WAV file (works also in background).
24 stars 7 forks source link

[LiveEffect] Recording sound and produce a new audio file. #2

Open ghost opened 3 years ago

ghost commented 3 years ago

Hello, I've tested LiveEffect example app and try to understand what it's working. Basically, we have inBuilder and outBuilder to make a voice from input device(mic) transfer to output device(speaker). Currently, I want to record those stream to produce into a new audio file. The question is that necessary to create a new another AudioStreamBuilder to make the recording? Your example is working fine and I try to integrate your code with LiveEffect example but not working. Can you help me to get this approach?

reuniware commented 3 years ago

Hello. Sorry I don't have time to do tests. Let me know if you find a solution.