https://github.com/rumpl/naudio
Audio player for nodejs
https://github.com/rumpl/naudio
Last synced: about 1 year ago
JSON representation
Audio player for nodejs
- Host: GitHub
- URL: https://github.com/rumpl/naudio
- Owner: rumpl
- License: mit
- Created: 2011-05-10T12:16:50.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2012-01-29T23:56:44.000Z (over 14 years ago)
- Last Synced: 2025-03-25T07:22:37.636Z (over 1 year ago)
- Language: C++
- Homepage:
- Size: 428 KB
- Stars: 14
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: MIT-LICENSE.txt
Awesome Lists containing this project
README
# Naudio
Play sounds or streams with nodejs.
____
This is just an experiment to see how hard is it to make an audio player with nodejs. It uses the libvlc so it can read pretty much any kind of sound file/stream.
See test.js for usage example.
## Compiling
For now (since I'm new to this wscript thing) you need to edit manually the wscript and add paths your to the libvlc.
On Mac OS X you will need to do this too :
install_name_tool -change @loader_path/lib/libvlc.5.dylib /libvlc.5.dy
## ATTENTION
Anyone interested in helping me out is welcome, fork, push, pull and all that jazz.
Help with the wscript would be great.