|
6ae8a40493
|
In oggtag.go a struct named OggFIle was created, ReadFile turned into a constructor NewOggFile. And GetTag and GetDuration turned into methods.
|
2023-10-05 17:26:13 +04:00 |
|
|
a741e3eb9a
|
In oggtag a prefix Ogg was removed from funtions and consts. Also added the consts that hold len of sequences.
|
2023-10-02 01:25:43 +04:00 |
|
|
17eeebf1f3
|
Implemented OggReadFile() func to get raw data from an OGG file. Also a func OggGetDuration() was implemented that returns duration of a song.
|
2023-10-02 01:08:24 +04:00 |
|
|
10b817df2e
|
In oggtag handle a case when tag name are in upper case.
|
2023-10-01 06:36:47 +04:00 |
|
|
18bd1fb12d
|
Implementation of a simple OGG tag reader.
|
2023-10-01 03:34:16 +04:00 |
|