Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
xasopheno committed Aug 8, 2023
1 parent 3eee40f commit bbcd6b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion shared/src/settings.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ pub const fn default_settings() -> Settings {
mic: false,
sample_rate: 48_000.0,
yin_buffer_size: 2048,
buffer_size: 1024 * 12,
buffer_size: 1024,
crossfade_period: 1024 * 4,
probability_threshold: 0.3,
gain_threshold_min: 0.0,
Expand Down
1 change: 1 addition & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
// clippy::cargo,
)]

pub use crate::manager::RenderManager;
pub use weresocool_ast as ast;
pub use weresocool_core::generation::*;
pub use weresocool_core::interpretable::*;
Expand Down

0 comments on commit bbcd6b3

Please sign in to comment.