stunndard / goicy

AAC and MPEG (MP1, MP2, MP3) Icecast/Shoutcast source client written in Go
69 stars 15 forks source link

fix: stream format must be set to mpeg rather than mp3 #12

Closed rossb220 closed 2 years ago

rossb220 commented 2 years ago

Very minor type in the example config. If you would like to stream using mpeg the string mpeg must be added for the format otherwise aac would be the default

stunndard commented 2 years ago

thanks :)