initial commit
This commit is contained in:
commit
1d75db5bde
33 changed files with 2327 additions and 0 deletions
16
binding.gyp
Normal file
16
binding.gyp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
{
|
||||
"targets": [
|
||||
{
|
||||
"target_name": "nodeaudio",
|
||||
"sources": [ "src/nodeaudio.c", "src/audio_handler.c", "src/frame_buffer.c" ],
|
||||
"include_dirs": [
|
||||
"/usr/local/include"
|
||||
],
|
||||
"link_settings": {
|
||||
"libraries": [
|
||||
"-lportaudio"
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue