SolarLiner/interflow

Null audio backend

Open

#39 opened on Mar 17, 2025

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Rust (4 forks)auto 404
apifeaturegood first issue

Repository metrics

Stars
 (64 stars)
PR merge metrics
 (PR metrics pending)

Description

Provide a dummy audio backend that syncs to the system high-resolution clock but otherwise does not require any drivers present. This will be used as a last-resort when the running machine has no audio hardware and software at all.

Note that this is different from #38, the Null backend is not synced at all and can run as fast as possible. It can also use existing audio data for inputs and write to output buffers.

EDIT: Renamed Dummy to Null (confusingly) because I think that's a better name and is the name I ended up using in #111.

Contributor guide