Use Oboe to create clean audio and forward to other devices #2113
Unanswered
sarahachem
asked this question in
Q&A
Replies: 1 comment
-
You have a low-latency stream calling Java through reverse JNI. I recommend either passing the data from the recording callback to Java through a FIFO. Similarly, use a FIFO or use non-blocking writes. Is low-latency a requirement? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
is it possible to use oboe to clean audio and forward it to other devices using bluetooth? I hear audio going through but it s noisy and with interruptions.
here is my code so far but i am missing the enhancing part
Beta Was this translation helpful? Give feedback.
All reactions