MCPcopy Create free account
hub / github.com/BillyDM/Firewheel / default

Method default

crates/firewheel-nodes/src/convolution.rs:53–59  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51pub const DEFAULT_PARTITION_SIZE: usize = 1024;
52
53impl Default for ConvolutionNodeConfig {
54 fn default() -> Self {
55 Self {
56 channels: NonZeroChannelCount::STEREO,
57 max_impulse_length_seconds: 4.0,
58 partition_size: DEFAULT_PARTITION_SIZE,
59 }
60 }
61}
62

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected