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

12 Ansichten (letzte 30 Tage)
Jaswandi
Jaswandi am 12 Jul. 2013
Beantwortet: Walter Roberson am 8 Dez. 2015
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 Kommentare
jeffery Young
jeffery Young am 8 Dez. 2015
It's a interesting question. Like to hear the solution as well
Daniel LaCroix
Daniel LaCroix am 8 Dez. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Walter Roberson
Walter Roberson am 8 Dez. 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.

Communitys

Weitere Antworten in  Distance Learning Community

Kategorien

Mehr zu MATLAB Mobile finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by