[erlang-questions] live audio output from erlang on mac

Max Lapshin max.lapshin@REDACTED
Thu Feb 18 21:29:03 CET 2016


I would write a small C program around libao and use it via port.

forget about nif and drivers, because Mac + erlang + hardware access is
something like broken: many of OSX API require to be run strictly from main
thread which is used by erlang and nif will not get there.

libao is good, if you need, I can share working example of code.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20160218/c195312e/attachment.htm>


More information about the erlang-questions mailing list