File tree Expand file tree Collapse file tree 3 files changed +26
-26
lines changed
Expand file tree Collapse file tree 3 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 11[package ]
2- name = " vrchat_osc_llm "
3- version = " 0.1 .0"
2+ name = " babble_boop "
3+ version = " 0.3 .0"
44edition = " 2021"
55
66[dependencies ]
Original file line number Diff line number Diff line change 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
1010use std:: error:: Error ;
1111use std:: fs;
You can’t perform that action at this time.
0 commit comments