sysaudio: correct latency comment
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
3d8c28a361
commit
c7f39f0dbe
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ const conv = @import("conv.zig");
|
|||
pub const Backend = backends.Backend;
|
||||
pub const Range = util.Range;
|
||||
|
||||
pub const default_latency = 30 * std.time.us_per_ms; // μs
|
||||
pub const default_latency = 30 * std.time.us_per_ms; // ms
|
||||
pub const min_sample_rate = 8_000; // Hz
|
||||
pub const max_sample_rate = 5_644_800; // Hz
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue