PlayrecForMatlab / playrec

A Matlab and Octave utility (MEX file) that provides simple yet versatile access to soundcards using PortAudio
http://www.playrec.co.uk/
Other
25 stars 15 forks source link

Compile on macos with portaudio 19.7.0 #12

Open alastairhmoore opened 2 years ago

alastairhmoore commented 2 years ago

The latest version of portaudio has changed some of the files. It also relies on the frameworks. As far as I can tell, there is no way to tell mex to link against these, so the linking stage fails with missing symbols.

The changes here correct the list of source files to compile and document an easy workaround to link with the correct frameworks.