I want to write a PCM byte array in the RecognizerIntent so that it gets processed by it. Therefore I need an additional HAL that accepts byte arrays and writes them into a new AudioSource. As stated here Redirecting audio / creating alternate sound paths in Android this is hardware-dependent but could someone provide one example how to create this additional audio source?
Asked
Active
Viewed 668 times
1 Answers
3
Its not possible without another hardware, as RecognizerIntent is basically a blackbox. But you could try to simulate a second microphone

user3521269
- 458
- 3
- 9
-
1is that possible? How would I simulate a mic in Android? – user2212461 Jul 25 '14 at 21:32