Deployed audioplayer object(function) does not work on the target machine due to failure in loading intervaltimer.dll
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hooman Sedghamiz
el 14 de Jun. de 2015
Comentada: Hooman Sedghamiz
el 15 de Jun. de 2015
I have created a standalone application from my GUI that uses audioplayer object and has some abilities such as stop, resume and pause of audio files and also shows a pointer on the plot which part of the data is being played that is why I used audioplayer object. The GUI works fine on my own PC where I created the standalone and the intervaltimer.dll is loaded in asyncio.Channel object, however, when I install the standalone on the target machines which use the matlab MCR, I get the error message ' Failure to load the converter plug-in'. The MCR version installed on the target machines is v85 and I also checked and made sure that the called dll files exist in the corresponding path in the MCR. Interestingly, all the other dll files required for my standalone are correctly being executed even the ones to initiate the audioplayer but as soon as that play(audioplayer) is called this error occurs.
It seems to be a path issue in IntervalTimer.m class.
Has anyone ever used successfully audioplayer in a standalone? I appreciate any help and suggestion.
0 comentarios
Respuesta aceptada
Andrew Schenk
el 15 de Jun. de 2015
I believe this issue is the same as described in this bug report: http://www.mathworks.com/support/bugreports/1205811
The workaround and patch provided in the bug report should resolve this error.
Más respuestas (0)
Ver también
Categorías
Más información sobre Audio and Video Data 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!