audiojs / audio

Class for high-level audio manipulations [NOT MAINTAINED]
MIT License
240 stars 9 forks source link

Minimal duration of exported file #27

Open dy opened 7 years ago

dy commented 7 years ago

Turns out some players, like winapm, can't reproduce 1-sample wav. Hence we may decide on whether we need force min-length file for save method.

dy commented 7 years ago

Some insight on how to implement that: https://github.com/mohayonao/promise-decode-audio-data/blob/master/index.js#L9