How can I get audio output on iphone while using matlab mobile.

12 views (last 30 days)
I have a script which reads an audiofile and then plays it. I was interested in running the script on matlab mobile since I want the user to be able to hear the sound on the smart phone. For trial I tried loading the exmaple file, chirp.mat but when I try playing the audio it gives me error saying that there is no audio output hardware available. I was connected on cloud network.
Now when I try connecting through computer, the script runs fine but then the sound I hear through computer speakers.
  2 Comments
jeffery Young
jeffery Young on 8 Dec 2015
It's a interesting question. Like to hear the solution as well
Daniel LaCroix
Daniel LaCroix on 8 Dec 2015
From what I've gathered from my use of MATLAB mobile, this isn't possible. When you run something on the app, it isn't actually running on your phone, but on a Mathworks computer, and it sends you the result back. Since your speaker is not directly connected to the computer running the command, it can't play the sound. Maybe it's possible, but I'm not sure how.

Sign in to comment.

Answers (1)

Walter Roberson
Walter Roberson on 8 Dec 2015
You would need to use tcp() or udp() to transfer the audio data to the iphone in a way that an application on the iphone would be willing to play. The facilities in MATLAB mobile are not able to do this.
There is also no means to transfer files using MATLAB Mobile.

Communities

More Answers in the  Distance Learning Community

Categories

Find more on MATLAB Mobile in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!