Is it possible to use sound(y,Fs) with MATLAB on iPad?
    7 visualizaciones (últimos 30 días)
  
       Mostrar comentarios más antiguos
    
    Jarle
 el 7 de Sept. de 2017
  
    
    
    
    
    Respondida: Walter Roberson
      
      
 el 13 de Sept. de 2017
            When i write:
clear
clc
load handel;
sound(y,Fs)
on my iPad i get a Warning: Unable to play audio because no audio outputs where found.
Is there any way to play audio with the iPad speakers?
0 comentarios
Respuesta aceptada
  Walter Roberson
      
      
 el 13 de Sept. de 2017
        You could use Simulink to create a model that used an iOS audio playback block, and you could Deploy that to the iPAD.
0 comentarios
Más respuestas (1)
  Ben Drebing
    
 el 13 de Sept. de 2017
        Unfortunately, MATLAB mobile does not support audio.
The reason for this is that the MATLAB Mobile application sends all commands to the cloud or to your computer for evaluation. So, commands will be executed on your PC or MATLAB cloud and the result will be sent back to MATLAB mobile. If you connected your MATLAB mobile to your Computer, the sound would be played on your Computer, and if you connected it to Cloud, you would receive the same error message as MATLAB cloud does not have any audio outputs.
0 comentarios
Ver también
Categorías
				Más información sobre Audio I/O and Waveform Generation 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!


