fixed description typo on id3v2 (#3288)

* fixed description typo on id3v2
fixed: #3249

Signed-off-by: Avelino <t@avelino.xxx>

* fixed TestSeparator to id3v2

Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
Avelino 2020-10-09 10:10:58 -03:00 committed by GitHub
parent 3e7feb6738
commit b4fa5fd8bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -122,7 +122,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [go_mediainfo](https://github.com/zhulik/go_mediainfo) - libmediainfo bindings for go.
* [GoAudio](https://github.com/DylanMeeus/GoAudio) - Native Go Audio Processing Library.
* [gosamplerate](https://github.com/dh1tw/gosamplerate) - libsamplerate bindings for go.
* [id3v2](https://github.com/bogem/id3v2) - Fast and powerful ID3 decoding and encodung library written completely in Go.
* [id3v2](https://github.com/bogem/id3v2) - ID3 decoding and encoding library for Go.
* [malgo](https://github.com/gen2brain/malgo) - Mini audio library.
* [minimp3](https://github.com/tosone/minimp3) - Lightweight MP3 decoder library.
* [mix](https://github.com/go-mix/mix) - Sequence-based Go-native audio mixer for music apps.