audiorecorder fails to open (Invalid type of input arguments (should be uint64))

5 ビュー (過去 30 日間)
Alain
Alain 2016 年 6 月 20 日
編集済み: Walter Roberson 2016 年 8 月 17 日
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 件のコメント
jeancola
jeancola 2016 年 7 月 21 日
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
jeancola 2016 年 7 月 21 日
It happens even when I just call the fonction audiorecorder alone.

サインインしてコメントする。

採用された回答

jeancola
jeancola 2016 年 7 月 25 日
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 件のコメント
Alain
Alain 2016 年 7 月 25 日
Thanks! It seems it's due to a @uint64 class folder in either FieldTrip or EEGlab that are included in the SPM distribution. This sort of fragility is really annoying.
JustinL
JustinL 2016 年 8 月 16 日
Thanks, Alain! It was FieldTrip for me as well. I never would have guessed it without your comment.

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDownloads についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by