Recording using a bluetooth module

6 views (last 30 days)
vish
vish on 8 Apr 2012
I have a circuit which has a microphone and is capable of transmitting the audio using bluetooth. Currently, I have programmed it using the Headset profile of bluetooth which will let me transmit voice signal to the receiver. In my computer, after pairing my bluetooth device, I have set the default microphone source as my bluetooth module. I have tested this using skype and I am able to transmit voice signals. My main question is that if I need to record the voice data using matlab, will audiorecorder() help me with that ? I have to ask because I dont have matlab in my developement PC at the moment. Also, a snippet will be highly appreciated.
Regards, Vish

Answers (1)

Daniel Shub
Daniel Shub on 8 Apr 2012
I think if your OS recognizes the bluetooth device as a soundcard, which it seems to since you can set it as your default device, then MATLAB and audirecorder should be able to use it. If the bluetooth device is the default than the demo from
doc audiorecorder
should be all you need.

Categories

Find more on Communications Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!