diff --git a/screenpipe-audio/Cargo.toml b/screenpipe-audio/Cargo.toml index f7227d034..da64ec14c 100644 --- a/screenpipe-audio/Cargo.toml +++ b/screenpipe-audio/Cargo.toml @@ -17,7 +17,8 @@ serde_json = "1.0" # Cross-platform audio capture # cpal = "0.15.2" # Temporary hack check https://github.com/RustAudio/cpal/pull/894 -cpal = { git = "https://github.com/louis030195/cpal-d.git", rev = "6751589" } +# cpal = { git = "https://github.com/louis030195/cpal-d.git", rev = "6751589" } +cpal = { git = "https://github.com/mediar-ai/cpal.git" } # Wav encoding hound = "3.5"