Bonjour

J'ai découvert avec joie la fonction audioplayer, car je cherchais à arrêter une lecture audio en cours.


Seulement ça ne marche pas chez moi.
Je suis sur mac os 10
Je vous met en fin de message le message d'erreur de matlab...

Des idées, suggestions ?

Merci beaucoup

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
>> player = audioplayer(song, sr);
??? Error using ==> audioplayer.audioplayer at 189
Failed to retrieve Exception Message
 
 
Exception in thread "Timer-1" Exception in thread "AWT-EventQueue-0" java.lang.OutOfMemoryError: Java heap space
java.lang.OutOfMemoryError: Java heap space
	at java.util.HashSet.<init>(HashSet.java:86)
	at com.mathworks.mde.explorer.control.DocumentNotifier.getListenedDirectories(DocumentNotifier.java:186)
	at com.mathworks.mde.explorer.control.DocumentNotifier.getActivelyListenedDirectories(DocumentNotifier.java:174)
	at com.mathworks.mde.explorer.control.RefreshDaemon$2.run(RefreshDaemon.java:73)
	at java.util.TimerThread.mainLoop(Timer.java:512)
	at java.util.TimerThread.run(Timer.java:462)