|
Daniel Skinner |
at Apr 19, 2016 at 8:18 pm
|
⇧ |
| |
nice work, I'll have to check it out some time.
Something I noticed, why is there this:
https://github.com/jfreymuth/go-vorbis/blob/master/ogg/crc.go#L10 with a
sync.Once instead of simply an `init`?
It only appears to be called in NewReader which itself isn't called in any
other init code and the size of the array itself seems trivially small (1kb
of memory).
On Tue, Apr 19, 2016 at 8:27 AM Johann Freymuth wrote:https://github.com/jfreymuth/go-vorbisThis is a decoder for the ogg vorbis format that does not require cgo.
Some features, e.g. seeking, are not yet added, but I plan to do so in the
future.
Feedback would be very appreciated.
Thanks,
Johann
--
You received this message because you are subscribed to the Google Groups
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout. --
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscribe@googlegroups.com.
For more options, visit
https://groups.google.com/d/optout.