audiorecorder fails to open (Invalid type of input arguments (should be uint64))
2 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Audiorecorder fails to open:
Error using audiorecorder/initialize (line 241)
Invalid type of input arguments (should be uint64)
Error in audiorecorder (line 193)
obj.initialize();
I'm using rev 2015b on MacOSX 10.11.5.
Any ideas?
7 Commenti
jeancola
il 21 Lug 2016
When I write audiorecorder or audiorecorder(441000,24,1) I have then the error:
>> audiorecorder(44100,24,1)
Error using audiorecorder/initialize (line 241) Invalid type of input arguments (should be uint64)
Error in audiorecorder (line 193) obj.initialize();
Risposta accettata
jeancola
il 25 Lug 2016
I solved it! (for my computer) The problem was caused by the fact that I added in Path the folder of a toolbox (spm) with its subfolders. When I removed the subfolders from Path, audiorecorder worked again, and the toolbox still worked fine.
2 Commenti
JustinL
il 16 Ago 2016
Thanks, Alain! It was FieldTrip for me as well. I never would have guessed it without your comment.
Più risposte (0)
Vedere anche
Categorie
Scopri di più su File Operations in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!