Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rumpl/naudio
Audio player for nodejs
https://github.com/rumpl/naudio
Last synced: 4 months 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 (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-01-29T23:56:44.000Z (about 13 years ago)
- Last Synced: 2024-04-15T03:09:27.499Z (10 months ago)
- Language: C++
- Homepage:
- Size: 428 KB
- Stars: 14
- Watchers: 4
- Forks: 3
- 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.