Laurent van Dommelen
Laurent van Dommelen
Agreed. I think encouraging users to protect their credentials is a good thing. Maybe even suggest to put the default `config.json` in `.gitignore` and add a `config.example.json` to the VCS.
@joacub You've probably solved this by now, but I ran into the same issue and fixed it. In my case the IP failed had a trailing space. When hitting the...
Hi @ytmsuhsff, to be fair, I haven't touched this repo in years. Additionally, I don't think there's much need for a Flash fallback of wavesurfer.js anymore. Are you sure the...
Sure, totally understand, but are you certain you want to use the Flash version (this repo)? Also, I won't be working on this repository anymore. I hardly remember any ActionScript...
Not at the moment, but I guess it would be possible to build this. Is this something the HTML variant does support?
Alright, I just added support for passing your own waveform! Let me know if it works for you.
You're welcome! About the zoom and region functionalities; I feel the functionalities should never have been added to the .js version. I guess they could be implemented, but for now...
It is certainly possible, but I'm not sure it is the expected behaviour. I mean, if I look at the .js example at [https://wavesurfer-js.org/example/audio-element/main.js](https://wavesurfer-js.org/example/audio-element/main.js) there are no negative values and...
I see. I haven't touched Waveform.js in a while, so wasn't aware of the new cool features it adds. Apparently it *scales* the values by default, but *normalize* scales to...
Definitely possible, I'll have a look at it later this week. Also ActionScript is not my day-to-day language so it always take a bit of time ;-)