Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CoreAudio not detected (OS X 10.11.4) #5

Open
martinweiss opened this issue Apr 28, 2016 · 1 comment
Open

CoreAudio not detected (OS X 10.11.4) #5

martinweiss opened this issue Apr 28, 2016 · 1 comment

Comments

@martinweiss
Copy link

I am having a strange issue, where the CoreAudio option is greyed out when i run compile_playrec.m on a machine running OS X 10.11.4 and MATLAB 2016a.

If anyone has an idea for a solution I'd be happy to hear about it.

@et2345
Copy link

et2345 commented Jul 20, 2016

I ran into the same problem on OS X 10.11.6 with MATLAB 2015b. It looks like the problem is that ismac does not show up as a builtin, so the line exist('ismac','builtin') in is_os.m returns a 0. Changing this line to exist('ismac','file') fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants