David Howden
964345f10f
fix const declarations
2018-04-02 08:17:25 +10:00
David Howden
6df4e78d96
Remove non-relative Seek calls from all functions.
...
Previously we would seek to the beginning of the io.ReadSeeker. It is much more
flexible to assume that the caller passes the ReadSeeker in an appropriate state.
2015-06-07 12:58:58 +10:00
David Howden
4d2e737694
Remove old TODO comment.
2015-06-06 16:35:44 +10:00
David Howden
4c2b34fa94
Reorganised Vorbis Comment parsing into own type
...
- Added FileType to Metadata to distinguish between FLAC and OGG
- TODO: fix ALAC files being identified as AAC
2015-05-24 10:44:45 +10:00
Simon L
01fd433fb4
Added comments and links to ogg spec. Clarified code with const
2015-05-24 09:08:23 +10:00
Simon L
109d54c374
Adding slightly tested support for OGG, using VorbisComment parsing from flac.go
2015-05-19 21:56:05 +02:00