Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
21 views

I have been assigned to develop an Android application for real-time call translation. The application requires access to the audio streams of phone calls (both incoming and outgoing) to process and ...
ali shair's user avatar
1 vote
0 answers
220 views

https://webrtc.googlesource.com/src/+/0f50cc284949f225f663408e7d467f39d549d3dc/sdk/android/src/java/org/webrtc/audio/WebRtcAudioTrack.java I want to disable AudioTrack and get audio data to handle it ...
sysescool's user avatar
2 votes
0 answers
156 views

I'm trying to compile a library that uses a Rust crate tinyaudio, and I'm getting a linking error: ld: error: unable to find library -laaudio I have Android studio installed and: Android SDK ...
Dan S.'s user avatar
  • 109