Lee Fernandes

Results 16 comments of Lee Fernandes

This resolved the issue on my end. https://github.com/bazelbuild/bazel-gazelle/issues/678#issuecomment-615319010

Can confirm in Chrome, .dat files generated from CBR or VBR only work with CBR audio source... if audio source is assigned to a VBR encoded mp3 the playback is...

I'm seeing a similar result where the waveform extends beyond the end of the audio in Safari, Chrome, but works fine in Firefox. ![example](https://i.imgur.com/eUHDtRT.png)

@chrisn Here are the args used to generate the .dat file: ```sh audiowaveform -i 05f95bd8-402e-4f6b-bb4f-b1e64033c76f.mp3 -o 05f95bd8-402e-4f6b-bb4f-b1e64033c76f.mp3.dat -z 256 -b 8 ``` and the options provided to peaks: ``` "peaks.js":...

The issue appears to be with VBR encoded mp3s. If I bounce the same audio from Logic Pro X using the CBR setting; waveforms drawn with waveform-data.js are in sync...

How does wiring-pi implement interrupts? This package claims to be using interrupts: https://github.com/fivdi/onoff

I'm not seeing many go implementations that support negation syntax. https://github.com/gobwas/glob doesn't directly implement filesystem search. https://godoc.org/gopkg.in/godo.v2/glob appears to support negation, but is a bit stale.

also, perhaps another approach is an explicit exclusion glob similar to `CompileDaemon` https://github.com/githubnemo/CompileDaemon/blob/master/daemon.go#L45

https://github.com/sass/libsass/releases/tag/3.6.1 I forked node-sass to integrate the latest libsass 3.6.1 commit #2b8a17a, mocha tests fail, but it does build successfully, and I'm able to use new libsass features like @content...

Or allowing the named parameter prefix character/s to be specified at compile time, allowing alternatives to `:`