Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileDevice ¶
type FileDevice struct {
// contains filtered or unexported fields
}
func NewFileDevice ¶
func (*FileDevice) MaxSampleRate ¶
func (f *FileDevice) MaxSampleRate() int
func (*FileDevice) Start ¶
func (f *FileDevice) Start(ctx context.Context, centerFreq int, sampleRate int, complexSamples chan *types.SegmentComplex64) error
func (*FileDevice) Stop ¶
func (f *FileDevice) Stop() error
Click to show internal directories.
Click to hide internal directories.