Reputation: 21
I am trying to implement an IOT project for which I need to hear sound from a Bluetooth mic and play it on headphones paired to phone how could i achieve this functionality in Android Studio, also I need to save the media to perform an algorithmic research on it
Upvotes: 0
Views: 64
Reputation: 21
[Solved] This functionality could easily be achieved using Android libraries AudioRecord and AudioTrack as they work on raw data, These libraries are mostly used for analysing real time data of audiostreams.
Upvotes: 1