make it work (1s, 440Hz tone)

This commit is contained in:
Loic Nageleisen 2016-03-21 12:23:11 +01:00
parent 55975b0e5f
commit 24c48a1782
3 changed files with 61 additions and 4 deletions

View file

@ -1,6 +1,6 @@
all: example
example:
example: *.h *.cc
clang++ -std=c++11 -stdlib=libc++ -Wl,-framework,CoreAudio -Wl,-framework,AudioUnit coreaudio_example.cc coreaudio_example_main.cc -o example
clean: