Skip to content

Commit

Permalink
fix: revert default audio duration
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Sep 4, 2024
1 parent 33b20dd commit 30f56ec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resolver = "2"


[workspace.package]
version = "0.1.74"
version = "0.1.75"
authors = ["louis030195 <hi@louis030195.com>"]
description = ""
repository = "https://github.com/mediar-ai/screenpipe"
Expand Down
2 changes: 1 addition & 1 deletion examples/apps/screenpipe-app-tauri/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "screenpipe-app"
version = "0.1.82"
version = "0.1.83"
description = ""
authors = ["you"]
license = ""
Expand Down
2 changes: 1 addition & 1 deletion screenpipe-server/src/cli.rs
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ pub struct Cli {
pub fps: f64, // ! not crazy about this (unconsistent behaviour across platforms) see https://github.com/mediar-ai/screenpipe/issues/173

/// Audio chunk duration in seconds
#[arg(short = 'd', long, default_value_t = 120)]
#[arg(short = 'd', long, default_value_t = 30)]
pub audio_chunk_duration: u64,

/// Port to run the server on
Expand Down

0 comments on commit 30f56ec

Please sign in to comment.