mirror of
https://github.com/make-42/hayai.git
synced 2025-01-19 02:47:35 +01:00
5 lines
124 B
Go
5 lines
124 B
Go
|
// Package flac implements audio data decoding in FLAC format.
|
||
|
//
|
||
|
// Note: Seek method is still unimplemented.
|
||
|
package flac
|