]> Repos - nodeaudio/commit
v1
authorAndrew Gundersen <gundersena@xavier.edu>
Fri, 13 Aug 2021 19:55:14 +0000 (14:55 -0500)
committerAndrew Gundersen <gundersena@xavier.edu>
Fri, 13 Aug 2021 19:55:14 +0000 (14:55 -0500)
commitd32989cc810798fff43cece89d1385ce8bfd1236
treea2a63a607cee59f4e0111a68b362eaa81185d0b3
parent1d75db5bdefa782fc2e62cdd387ebd1de9c8cc59
v1
135 files changed:
.DS_Store
.gitignore [new file with mode: 0644]
binding.gyp
binding.js [deleted file]
build/Makefile
build/Release/.deps/Release/nodeaudio.node.d
build/Release/.deps/Release/obj.target/nodeAudio/src/na_buffer.o.d [new file with mode: 0644]
build/Release/.deps/Release/obj.target/nodeAudio/src/na_callbacks.o.d [new file with mode: 0644]
build/Release/.deps/Release/obj.target/nodeAudio/src/na_core.o.d [new file with mode: 0644]
build/Release/.deps/Release/obj.target/nodeAudio/src/na_front.o.d [new file with mode: 0644]
build/Release/.deps/Release/obj.target/nodeAudio/src/na_utils.o.d [new file with mode: 0644]
build/Release/.deps/Release/obj.target/nodeAudio/src/pa_ringbuffer.o.d [new file with mode: 0644]
build/Release/.deps/Release/obj.target/nodeaudio/src/audio_handler.o.d [deleted file]
build/Release/.deps/Release/obj.target/nodeaudio/src/frame_buffer.o.d [deleted file]
build/Release/.deps/Release/obj.target/nodeaudio/src/nodeaudio.o.d [deleted file]
build/Release/build/Release/libportaudio.dylib.d [new file with mode: 0644]
build/Release/libportaudio.dylib [new file with mode: 0755]
build/Release/nodeaudio.node
build/Release/obj.target/nodeAudio/src/na_buffer.o [new file with mode: 0644]
build/Release/obj.target/nodeAudio/src/na_callbacks.o [new file with mode: 0644]
build/Release/obj.target/nodeAudio/src/na_core.o [new file with mode: 0644]
build/Release/obj.target/nodeAudio/src/na_front.o [new file with mode: 0644]
build/Release/obj.target/nodeAudio/src/na_utils.o [new file with mode: 0644]
build/Release/obj.target/nodeAudio/src/pa_ringbuffer.o [new file with mode: 0644]
build/Release/obj.target/nodeaudio/src/audio_handler.o [deleted file]
build/Release/obj.target/nodeaudio/src/frame_buffer.o [deleted file]
build/Release/obj.target/nodeaudio/src/nodeaudio.o [deleted file]
build/binding.Makefile
build/nodeaudio.target.mk
index.js [new file with mode: 0644]
node_modules/nan/CHANGELOG.md [new file with mode: 0644]
node_modules/nan/LICENSE.md [new file with mode: 0644]
node_modules/nan/README.md [new file with mode: 0644]
node_modules/nan/doc/asyncworker.md [new file with mode: 0644]
node_modules/nan/doc/buffers.md [new file with mode: 0644]
node_modules/nan/doc/callback.md [new file with mode: 0644]
node_modules/nan/doc/converters.md [new file with mode: 0644]
node_modules/nan/doc/errors.md [new file with mode: 0644]
node_modules/nan/doc/json.md [new file with mode: 0644]
node_modules/nan/doc/maybe_types.md [new file with mode: 0644]
node_modules/nan/doc/methods.md [new file with mode: 0644]
node_modules/nan/doc/new.md [new file with mode: 0644]
node_modules/nan/doc/node_misc.md [new file with mode: 0644]
node_modules/nan/doc/object_wrappers.md [new file with mode: 0644]
node_modules/nan/doc/persistent.md [new file with mode: 0644]
node_modules/nan/doc/scopes.md [new file with mode: 0644]
node_modules/nan/doc/script.md [new file with mode: 0644]
node_modules/nan/doc/string_bytes.md [new file with mode: 0644]
node_modules/nan/doc/v8_internals.md [new file with mode: 0644]
node_modules/nan/doc/v8_misc.md [new file with mode: 0644]
node_modules/nan/include_dirs.js [new file with mode: 0644]
node_modules/nan/nan.h [new file with mode: 0644]
node_modules/nan/nan_callbacks.h [new file with mode: 0644]
node_modules/nan/nan_callbacks_12_inl.h [new file with mode: 0644]
node_modules/nan/nan_callbacks_pre_12_inl.h [new file with mode: 0644]
node_modules/nan/nan_converters.h [new file with mode: 0644]
node_modules/nan/nan_converters_43_inl.h [new file with mode: 0644]
node_modules/nan/nan_converters_pre_43_inl.h [new file with mode: 0644]
node_modules/nan/nan_define_own_property_helper.h [new file with mode: 0644]
node_modules/nan/nan_implementation_12_inl.h [new file with mode: 0644]
node_modules/nan/nan_implementation_pre_12_inl.h [new file with mode: 0644]
node_modules/nan/nan_json.h [new file with mode: 0644]
node_modules/nan/nan_maybe_43_inl.h [new file with mode: 0644]
node_modules/nan/nan_maybe_pre_43_inl.h [new file with mode: 0644]
node_modules/nan/nan_new.h [new file with mode: 0644]
node_modules/nan/nan_object_wrap.h [new file with mode: 0644]
node_modules/nan/nan_persistent_12_inl.h [new file with mode: 0644]
node_modules/nan/nan_persistent_pre_12_inl.h [new file with mode: 0644]
node_modules/nan/nan_private.h [new file with mode: 0644]
node_modules/nan/nan_scriptorigin.h [new file with mode: 0644]
node_modules/nan/nan_string_bytes.h [new file with mode: 0644]
node_modules/nan/nan_typedarray_contents.h [new file with mode: 0644]
node_modules/nan/nan_weak.h [new file with mode: 0644]
node_modules/nan/package.json [new file with mode: 0644]
node_modules/nan/tools/1to2.js [new file with mode: 0755]
node_modules/nan/tools/README.md [new file with mode: 0644]
node_modules/nan/tools/package.json [new file with mode: 0644]
node_modules/sleep/.travis.yml [new file with mode: 0644]
node_modules/sleep/LICENSE.txt [new file with mode: 0644]
node_modules/sleep/README.md [new file with mode: 0644]
node_modules/sleep/appveyor.yml [new file with mode: 0644]
node_modules/sleep/binding.gyp [new file with mode: 0644]
node_modules/sleep/build/Makefile [new file with mode: 0644]
node_modules/sleep/build/Release/.deps/Release/node_sleep.node.d [new file with mode: 0644]
node_modules/sleep/build/Release/.deps/Release/obj.target/node_sleep/module_init.o.d [new file with mode: 0644]
node_modules/sleep/build/Release/.deps/Release/obj.target/node_sleep/sleep_cpp11.o.d [new file with mode: 0644]
node_modules/sleep/build/Release/.deps/Release/obj.target/node_sleep/sleep_posix.o.d [new file with mode: 0644]
node_modules/sleep/build/Release/.deps/Release/obj.target/node_sleep/sleep_win.o.d [new file with mode: 0644]
node_modules/sleep/build/Release/node_sleep.node [moved from src/a.out with 58% similarity]
node_modules/sleep/build/Release/obj.target/node_sleep/module_init.o [new file with mode: 0644]
node_modules/sleep/build/Release/obj.target/node_sleep/sleep_cpp11.o [new file with mode: 0644]
node_modules/sleep/build/Release/obj.target/node_sleep/sleep_posix.o [new file with mode: 0644]
node_modules/sleep/build/Release/obj.target/node_sleep/sleep_win.o [new file with mode: 0644]
node_modules/sleep/build/binding.Makefile [new file with mode: 0644]
node_modules/sleep/build/config.gypi [new file with mode: 0644]
node_modules/sleep/build/gyp-mac-tool [new file with mode: 0755]
node_modules/sleep/build/node_sleep.target.mk [new file with mode: 0644]
node_modules/sleep/index.js [new file with mode: 0644]
node_modules/sleep/module_init.cc [new file with mode: 0644]
node_modules/sleep/package.json [new file with mode: 0644]
node_modules/sleep/sleep.h [new file with mode: 0644]
node_modules/sleep/sleep_cpp11.cc [new file with mode: 0644]
node_modules/sleep/sleep_posix.cc [new file with mode: 0644]
node_modules/sleep/sleep_win.cc [new file with mode: 0644]
node_modules/sleep/test.js [new file with mode: 0644]
package-lock.json
package.json
portaudio/bin/libportaudio.dylib [new file with mode: 0755]
portaudio/include/portaudio.h [new file with mode: 0644]
src/.DS_Store
src/audio_handler.c [deleted file]
src/audio_handler.h [deleted file]
src/audio_handler.o
src/frame_buffer.c [deleted file]
src/frame_buffer.h [deleted file]
src/makefile [deleted file]
src/na_audio_buffer.c [new file with mode: 0644]
src/na_buffer.c [new file with mode: 0644]
src/na_buffer.h [new file with mode: 0644]
src/na_callbacks.c [new file with mode: 0644]
src/na_callbacks.h [new file with mode: 0644]
src/na_core.c [new file with mode: 0644]
src/na_core.h [new file with mode: 0644]
src/na_front.c [new file with mode: 0644]
src/na_utils.c [new file with mode: 0644]
src/na_utils.h [new file with mode: 0644]
src/nodeaudio [deleted file]
src/nodeaudio.c [deleted file]
src/pa_memorybarrier.h [new file with mode: 0644]
src/pa_ringbuffer.c [new file with mode: 0644]
src/pa_ringbuffer.h [new file with mode: 0644]
src/pa_types.h [new file with mode: 0644]
src/test.c [deleted file]
src/test.o [new file with mode: 0644]
test.js [new file with mode: 0644]