Documentation ¶
Overview ¶
Implementation for a replay device. In this case, replays an audio file to stream into a mic
Implementation for a replay device. In this case, replays an audio file to stream into a mic
Implementation for a replay device. In this case, replays an audio file to stream into a mic
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrInvalidInput required input was not found ErrInvalidInput = errors.New("required input was not found") )
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.
type ReplayOpts ¶
type ReplayOpts struct {
FullFilename string
}
ReplayOpts defines options for this device
Directories ¶
Path | Synopsis |
---|---|
Defines an implementation to replay audio
|
Defines an implementation to replay audio |
Click to show internal directories.
Click to hide internal directories.