Skip to content
conceptualspace edited this page May 22, 2017 · 9 revisions

"music is only expressed through sound"

references:

https://developer.mozilla.org/en-US/docs/Web/API/Web_Audio_API
http://chimera.labs.oreilly.com/books/1234000001552/pr01.html
http://wiki.hydrogenaud.io/index.php?title=Gapless

https://electron.atom.io/docs/api
https://vuejs.org/v2/guide
https://pouchdb.com/api.html

ffmpeg binaries:

https://github.com/iteufel/nwjs-ffmpeg-prebuilt/releases

EQ parameters:

  • wide Q for cut, narrow Q for boost

  • Lo shelving @ 250Hz

  • Mid1 Bell @ 350Hz

  • Mid2 Bell @ 2KHz

  • Hi Shelving @ 2.5Khz

  • Lo & Hi are full cut/+6

  • Mids are -30/+6

  • app needs to define:

  • center frequency

  • gain

  • Q (width)

Clone this wiki locally