audiorecorder fails to open (Invalid type of input arguments (should be uint64))
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
Steven
il 30 Giu 2016
Same problem here! Could anyone help us? Thank you so much!
Walter Roberson
il 30 Giu 2016
When I test with R2016a on OS-X 10.11.5 it works for me. It takes a fair while to set up the recording session, though.
Walter Roberson
il 30 Giu 2016
I installed R2015a on OS-X 10.11.5 and had no difficulty, and the recording started quickly. Going back to R2016a the recording started quickly as well; perhaps something I had done previously in the session slowed down the initial attempt.
jeancola
il 21 Lug 2016
I have the same problem. I have R2014a on Mac 10.10. For 6 months audiorecorder have worked well and since today it hasn't worked anymore displaying the same error message. Did you find why it didn't work for you?
Geoff Hayes
il 21 Lug 2016
Modificato: Geoff Hayes
il 21 Lug 2016
How are you calling audiorecorder? Please show the code that is generating the error.
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();
jeancola
il 21 Lug 2016
It happens even when I just call the fonction audiorecorder alone.
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Audio and Video Data in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!