pkalogiros / AudioMass

Free full-featured web-based audio & waveform editing tool
1.94k stars 226 forks source link

Feature Request: Would love an API of this #29

Closed adityakrshnn closed 3 years ago

adityakrshnn commented 4 years ago

Hi,

It would be totally awesome if you could provide the tool's features as an API served from a single JS file!

pkalogiros commented 4 years ago

Hello! Thanks so much for your suggestion. Do you mean that you 'd like a library that can be invoked programatically, so let's say, for setting the volume in a piece of audio, running something like

AudioEngine.Effects.SetVolume (audio_buffer, volume_levels);

?

It would certainly be possible, but it would be quite some work before it's ready :) In the meantime you can check out libraries like howler (https://howlerjs.com/). But I would be happy to investigate this more of course