diff options
author | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 20:41:20 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2025-01-17 20:41:20 +0100 |
commit | a56ecb83c70e57144a4b01153aab21656c97e366 (patch) | |
tree | 6951efbfa4e89969452b097acb7531d6162de6a6 /src/config.rs | |
parent | c6dcfcfe833c28fec288918965fc31cd86199fb1 (diff) |
Sound as binary string
Diffstat (limited to 'src/config.rs')
-rw-r--r-- | src/config.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/config.rs b/src/config.rs index 11c46e8..763b852 100644 --- a/src/config.rs +++ b/src/config.rs @@ -22,9 +22,6 @@ pub struct Configuration { /// Token used for text-to-speach API pub unrealspeech_token: String, - - /// Audio folder path - pub audio_path: String, } impl Configuration { |