Skip to content

Commit ff0b620

Browse files
author
Danielle Jenkins
committed
Rename to BabbleBoop
1 parent 1765001 commit ff0b620

File tree

3 files changed

+26
-26
lines changed

3 files changed

+26
-26
lines changed

Cargo.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
2-
name = "vrchat_osc_llm"
3-
version = "0.1.0"
2+
name = "babble_boop"
3+
version = "0.3.0"
44
edition = "2021"
55

66
[dependencies]

src/main.rs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
use vrchat_osc_llm::audio_processing::process_audio;
2-
use vrchat_osc_llm::audio_recording::start_audio_recording;
3-
use vrchat_osc_llm::config::Config;
4-
use vrchat_osc_llm::price_estimator::PriceEstimator;
5-
use vrchat_osc_llm::rate_limiter::RateLimiter;
6-
use vrchat_osc_llm::recording_manager::RecordingManager;
7-
use vrchat_osc_llm::types::AudioEvent;
8-
use vrchat_osc_llm::typing_indicator::TypingIndicator;
1+
use babble_boop::audio_processing::process_audio;
2+
use babble_boop::audio_recording::start_audio_recording;
3+
use babble_boop::config::Config;
4+
use babble_boop::price_estimator::PriceEstimator;
5+
use babble_boop::rate_limiter::RateLimiter;
6+
use babble_boop::recording_manager::RecordingManager;
7+
use babble_boop::types::AudioEvent;
8+
use babble_boop::typing_indicator::TypingIndicator;
99

1010
use std::error::Error;
1111
use std::fs;

0 commit comments

Comments
 (0)