This website requires JavaScript.
Explore
Help
Sign In
Arav
/
dwelling-radio
Watch
1
Star
0
Fork
0
You've already forked dwelling-radio
Code
Releases
26
Activity
dwelling-radio
/
pkg
/
oggtag
History
Alexander "Arav" Andreev
b9288c0084
There is a periodic panic because of out of bounds in GetDuration. Let's catch it and see what songs cause it. Also let's use a little bigger buffer of 6200, but I believe it doesn't fix this panic.
2025-01-05 19:05:58 +04:00
..
oggtag_test.go
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
oggtag.go
There is a periodic panic because of out of bounds in GetDuration. Let's catch it and see what songs cause it. Also let's use a little bigger buffer of 6200, but I believe it doesn't fix this panic.
2025-01-05 19:05:58 +04:00