Skip to content

Commit

Permalink
adds
Browse files Browse the repository at this point in the history
  • Loading branch information
lbormann committed Apr 29, 2024
1 parent d868c64 commit 96f877c
Show file tree
Hide file tree
Showing 8 changed files with 89 additions and 102 deletions.
17 changes: 17 additions & 0 deletions BACKLOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
- add argument -DOVP --delete_old_voice_packs (default '0') (will automatically delete old voice-packs, based on its version-number)
- add argument -CBA --call_bot_actions (default '1')
- reintroduce murf.ai high-quality voice-packs (without playernames):
- add voice-pack 'alicia-f-english-us-canada'
- add voice-pack 'ava-f-english-us-canada'
- add voice-pack 'charles-m-english-us-canada'
- add voice-pack 'clint-m-english-us-canada'
- add voice-pack 'emily-f-english-scottish'
- add voice-pack 'ethan-m-english-us-canada'
- add voice-pack 'kushal-m-english-india'
- add voice-pack 'kylie-f-english-australia'
- add voice-pack 'mitch-m-english-australia'
- add voice-pack 'ruby-f-english-uk'
- add voice-pack 'theo-m-english-uk'
- add voice-pack 'TODO'
- add voice-pack 'TODO'
- add voice-pack 'TODO'
- improve web-caller compatibility for ios, especially IPhone15 Pro (iOS 17.2.1)
- remove deleted sounds from web-caller cache
- stop grabbing every audio file if -M is /home
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## 2.12.5

- improve README

- simplify README (argument section)
- remove argument -DLL (it is now covered by -DL)
- remove argument -PCCSF (from now it will automatically fallback to "single-files" when sound-file-key 'you_require' is not available)
- add sound-file-keys for particular checkout-numbers: 'c_2-c_170'
- add sound-file-keys for particular bogey-numbers: 'ambient_bogey_number_{bogey_number}'


## 2.12.4
Expand Down
29 changes: 13 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ Disclaimer: For uninterrupted calling experience on mobile devices, ensure that

**MAIN:**

- {playername} (-CCP > 0)
- bulling_start
- bulling_end
- gameon
Expand All @@ -156,9 +157,9 @@ Disclaimer: For uninterrupted calling experience on mobile devices, ensure that
- set_{x}
- busted
- 0-180
- {playername} (-CCP > 0)
- you_require (-PCC = 1 and -PCCSF = 0)
- yr_2-yr_170 (-PCC = 1 and -PCCSF = 1)
- c_2-c_170 (-PCC > 0)
- you_require (-PCC > 0)
- yr_2-yr_170 (-PCC > 0) [fallback for 'you_require']

**LOBBY**

Expand Down Expand Up @@ -195,7 +196,6 @@ Disclaimer: For uninterrupted calling experience on mobile devices, ensure that
- ambient_setshot_{playername} [overrides: ambient_setshot]
- ambient_matchshot
- ambient_matchshot_{playername} [overrides: ambient_matchshot]
- ambient_bogey_number
- ambient_noscore
- ambient_1more
- ambient_50more
Expand All @@ -210,6 +210,8 @@ Disclaimer: For uninterrupted calling experience on mobile devices, ensure that
- ambient_group_good
- ambient_group_normal
- ambient_checkout_call_limit
- ambient_bogey_number
- ambient_bogey_number_{bogey_number} [overrides: ambient_bogey_number]
- ambient_lobby_in
- ambient_lobby_out

Expand Down Expand Up @@ -405,20 +407,15 @@ Default: '1'

#### *`-PCC / --possible_checkout_call`*

The application will call possible checkout every turn until given value is reached.
The application will call and repeat 'x' times a particular checkout until configured value 'x' is reached.
If configured value 'x' is reached it will playback sound-file-key 'ambient_checkout_call_limit' instead.
If possible-checkout`s remaining value changes it will call and repeat 'x' times a particular checkout until configured value 'x' is reached.

Default: '1'
For playback the application uses two sound-file-keys: 'you_require' and 'c_2-c_170' (fallback to '2-170'). If 'you_require' is not available it will fallback to single sound-file-key: 'yr_2 to yr_170'.

Side note: You can change that option anytime in the web-caller.
Default: '1' (x = 1 => call a particular possible checkout one time)

#### *`-PCCSF / --possible_checkout_call_single_file`*

Specify which sound-file-keys should be used for "you require"-event.

- '0' = The application uses two separated sound-file-keys: 'you_require' and 'x' (score-value)
- '1' = The application uses one sound-file-key: 'yr_2 to yr_170'

Default: '0'
Side note: You can change that option anytime in the web-caller.

#### *`-PCCYO / --possible_checkout_call_yourself_only`*

Expand Down Expand Up @@ -666,7 +663,7 @@ EVERY sound-file is optional! If you don't like a specific sound just delete it!

There are multiple ways to ban an undesired voice-pack:

- Option 1) Visist web-caller and press "Ban Caller!"
- Option 1) Visit web-caller and press "Ban Caller!"
- Option 2) Delete ALL audio-files of voice-pack-folder.
- Option 3) use [autodarts-voice](https://github.com/lbormann/autodarts-voice).

Expand Down
Loading

0 comments on commit 96f877c

Please sign in to comment.