Documentation ¶
Overview ¶
Implementation for a replay device. In this case, replays an audio file to stream into a listener
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidInput required input was not found ErrInvalidInput = errors.New("required input was not found") )
errors
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
Client is a replay device. In this case, an audio stream.
Click to show internal directories.
Click to hide internal directories.