mirror of
https://github.com/lloeki/coreaudio_example.git
synced 2025-12-06 03:04:38 +01:00
make it work (1s, 440Hz tone)
This commit is contained in:
parent
55975b0e5f
commit
24c48a1782
3 changed files with 61 additions and 4 deletions
2
Makefile
2
Makefile
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue