audioflinger Questions
2
Solved
After some research, I find out this is possible to capture the audio data in libaudioflinger of Android.
I think the audio data is being written to HAL in here:
ssize_t framesWritten = mNormalSi...
Rockefeller asked 6/10, 2019 at 5:30
2
Solved
I have an Android app with single button. When the button is clicked, the app starts playing (looping) sound loaded with SoundPool. When the button is clicked again, the sound is stopped, and then ...
Jamisonjammal asked 25/3, 2017 at 14:45
2
Sending audio to the speaker for playback on Android is easy, but is it possible to get a copy of the actual final digital signal? Let's say I have 2 apps running "MyApp" and "SomeOtherApp". My app...
Charade asked 15/7, 2016 at 18:23
2
In my application I issue the following statement:
toneGenerator.startTone(ToneGenerator.TONE_PROP_ACK, 600);
Which works very well on a cheap LG LS670 running Android 2.3.3 but doesn't sound at...
Canaster asked 27/6, 2012 at 3:18
2
Solved
When using Android soundpool/audioTrack, I keep getting the following error:
AudioFlinger could not create track, status: -12
Error creating AudioTrack
Can anyone explain what -12 is? Is it the ...
Scandian asked 18/9, 2012 at 7:6
1
© 2022 - 2024 — McMap. All rights reserved.