Ayush Goel
Ayush Goel

Reputation: 21

How to implement functionality in Android Such that i can record through bluetooth mic and play it on the phones speaker/headphones

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

Answers (1)

Ayush Goel
Ayush Goel

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

Related Questions