You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: