Versions in this module Expand all Collapse all v0 v0.2.0 Aug 2, 2026 Changes in this version + type Driver struct — windows/amd64 + func New() *Driver + func (d *Driver) Close() error + func (d *Driver) Open(sampleRate, channels, bufferSizeMs int) error + func (d *Driver) SetSource(src Source) + func (d *Driver) Start() error + func (d *Driver) Stop() error + type Source interface — windows/amd64 + ReadFloat32s func(buf []float32) (int, error)