6 questions
0
votes
0
answers
21
views
Access Call Audio Streams for a Call Translation Application on Android?
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 ...
1
vote
0
answers
220
views
How to get WebRTC remote audio data and disable audiotrack on Android?
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 ...
2
votes
0
answers
156
views
Linking error when compiling Rust crate tinyaudio for Android
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 ...