David Brouwer
David Brouwer
I managed to get the following to work to decode to wav ```go package audio import ( "bytes" "encoding/binary" "errors" "io" "gopkg.in/hraban/opus.v2" ) func DecodeOpus(data []byte) ([]byte, error) { //...
@DeryabinSergey yeah pure Go would be better, and tried to make it work but libs but couldn't quickly get it working
Exactly... still no response though. Think I'll look for a tab suspender without this issue
Regarding the trailing comments, I have found myself commenting out the last line of a function/ block sometimes and as a result wsl complained. Moving the comments wouldn't make sense...
@bombsimon hey hey, absolutely love the progress on https://github.com/bombsimon/wsl/pull/72. My only other issue with the linter has been this one. From a quick glance at the discussion above `defer` should...
@zepatrik > Maybe we could collect some definitions here to see if it makes sense? It would be very nice to have a complete (and more complex, real life use...
Closing as it has become stale.
@gdgrc did you manage to track something down, or learn more about the issue?
Great to hear!! I will close this issue then.
@arsenetar thanks for the example above. It would be nice to have the options better documented. There are a lot of options and its a bit overwhelming when just getting...