https://github.com/kchapelier/aural.js
An attempt at aggregating all my previous work on audio in a single library.
https://github.com/kchapelier/aural.js
Last synced: 14 days ago
JSON representation
An attempt at aggregating all my previous work on audio in a single library.
- Host: GitHub
- URL: https://github.com/kchapelier/aural.js
- Owner: kchapelier
- License: mit
- Created: 2013-10-21T22:33:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-16T22:58:25.000Z (over 11 years ago)
- Last Synced: 2025-04-08T19:52:17.995Z (6 months ago)
- Language: JavaScript
- Size: 2.76 MB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Aural.js
========An attempt at aggregating all my previous work on audio in a single library.
The library is divided in two major namespaces : Music and Sound.
Aural.Music operates at the macro level and handles things like Notes, Intervals, Chords and Scales.
Aural.Sound operates at the micro level and handles things like synthesis, samples, granularization, etc.