Skip to content

Commit

Permalink
update(audio): use audio via arie
Browse files Browse the repository at this point in the history
  • Loading branch information
dcvz committed Jun 24, 2023
1 parent 8a817e7 commit 8943980
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 321 deletions.
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,7 @@ glutin = { version = "0.29.1", optional = true }
wgpu = "0.16"
spin_sleep = "1.1.1"
bytemuck = { version = "1.13.1", features = ["derive"] }
cpal = "0.15.1"
ringbuf = "0.3.3"
rubato = "0.14.0"
arie = "0.2.0"

[patch.crates-io]
glium = { git = "https://github.com/retrofoundry/glium", branch = "helix" }
317 changes: 0 additions & 317 deletions src/audio.rs

This file was deleted.

3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
pub mod audio;
use env_logger::Builder;
mod extensions;
pub mod fast3d;
Expand All @@ -9,6 +8,8 @@ pub mod network;
#[cfg(feature = "speech")]
pub mod speech;

pub use arie;

// Check for invalid feature combinations
#[cfg(all(feature = "opengl", feature = "wgpu"))]
compile_error!("Cannot enable both OpenGL and WGPU rendering");
Expand Down

0 comments on commit 8943980

Please sign in to comment.