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

12 visualizaciones (últimos 30 días)
Jaswandi
Jaswandi el 12 de Jul. de 2013
Respondida: Walter Roberson el 8 de Dic. de 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 comentarios
jeffery Young
jeffery Young el 8 de Dic. de 2015
It's a interesting question. Like to hear the solution as well
Daniel LaCroix
Daniel LaCroix el 8 de Dic. de 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.

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 8 de Dic. de 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.

Comunidades de usuarios

Más respuestas en  Distance Learning Community

Categorías

Más información sobre MATLAB Mobile en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by