Documentation ¶
Overview ¶
Package recording manages recording radio streams to files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMismatchWrite = errors.New("recording: did not write the same number of bytes that were read")
)
Functions ¶
This section is empty.
Types ¶
type Recording ¶
Recording ...
func (*Recording) Done ¶
func (r *Recording) Done() <-chan struct{}
Done returns the done channel of the recording.
func (*Recording) OutputFilename ¶
OutputFilename gets the output filename originally passed into New.
Click to show internal directories.
Click to hide internal directories.