|
From: <sba...@us...> - 2023-09-19 03:50:57
|
This is an automated email from the git hooks/post-receive-user script. sbaldovi pushed a commit to branch patches-142-currah-uspeech in repository fuse. View the commit online: https://sourceforge.net/p/fuse-emulator/fuse/ci/efffc4008488bdb9357d00a2c52215e2ea2f9dd2/ commit efffc4008488bdb9357d00a2c52215e2ea2f9dd2 Author: Sergio Baldoví <ser...@gm...> AuthorDate: Wed Aug 30 23:08:44 2023 +0200 Document uSpeech volume option and add new options to shell completion --- data/shell-completion/bash/fuse | 14 ++++++++------ man/fuse.1 | 9 +++++++++ 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/data/shell-completion/bash/fuse b/data/shell-completion/bash/fuse index 7c710184..f0f1f013 100644 --- a/data/shell-completion/bash/fuse +++ b/data/shell-completion/bash/fuse @@ -172,7 +172,7 @@ _fuse() --sdl-fullscreen-mode|--snet|--sound-device|-d| \ --sound-freq|-f|--speccyboot-tap|--speed| \ --teletext-addr-[1-4]|--teletext-port-[1-4]|--volume-ay| \ - --volume-beeper|--volume-covox|--volume-specdrum) + --volume-beeper|--volume-covox|--volume-specdrum|--volume-uspeech) # argument required but no completions available return 0 ;; @@ -244,7 +244,8 @@ _fuse() --no-sound-force-8bit --no-speccyboot --no-specdrum --no-spectranet --no-spectranet-disable --no-statusbar --no-strict-aspect-hint --no-traps --no-ttx2000s --no-unittests - --no-usource --no-writable-roms --no-zxatasp --no-zxatasp-upload + --no-usource --no-uspeech --no-writable-roms + --no-zxatasp --no-zxatasp-upload --no-zxatasp-write-protect --no-zxcf --no-zxcf-upload --no-zxmmc --no-zxprinter --opus --opusdisk --pal-tv2x --phantom-typist-mode --playback --plus3-detect-speedlock --plus3disk --plusd --plusddisk @@ -261,10 +262,10 @@ _fuse() --rom-plus2a-2 --rom-plus2a-3 --rom-plus3-0 --rom-plus3-1 --rom-plus3-2 --rom-plus3-3 --rom-plus3e-0 --rom-plus3e-1 --rom-plus3e-2 --rom-plus3e-3 --rom-plusd --rom-scorpion-0 - --rom-scorpion-1 --rom-scorpion-2 --rom-scorpion-3 + --rom-scorpion-1 --rom-scorpion-2 --rom-scorpion-3 --rom-sp0256 --rom-speccyboot --rom-spec-se-0 --rom-spec-se-1 --rom-tc2048 --rom-tc2068-0 --rom-tc2068-1 --rom-ts2068-0 - --rom-ts2068-1 --rom-ttx2000s --rom-usource + --rom-ts2068-1 --rom-ttx2000s --rom-usource --rom-uspeech --rs232-handshake --rs232-rx --rs232-tx --rzx-autosaves --sdl-fullscreen-mode --separation --simpleide --simpleide-masterfile --simpleide-slavefile --slt @@ -275,8 +276,9 @@ _fuse() --teletext-addr-1 --teletext-addr-2 --teletext-addr-3 --teletext-addr-4 --teletext-port-1 --teletext-port-2 --teletext-port-3 --teletext-port-4 --textfile --traps --ttx2000s - --unittests --usource --version --volume-ay - --volume-beeper --volume-covox --volume-specdrum --writable-roms + --unittests --usource --uspeech --version --volume-ay + --volume-beeper --volume-covox --volume-specdrum --volume-uspeech + --writable-roms --zxatasp --zxatasp-masterfile --zxatasp-slavefile --zxatasp-upload --zxatasp-write-protect --zxcf --zxcf-cffile --zxcf-upload --zxmmc --zxmmc-file --zxprinter' -- "$cur" ) ) diff --git a/man/fuse.1 b/man/fuse.1 index af4a14e7..8a9bb025 100644 --- a/man/fuse.1 +++ b/man/fuse.1 @@ -1979,6 +1979,15 @@ Same as the Sound Options dialog's option. .RE .PP +.B \-\-volume\-uspeech +.I volume +.RS +Sets the relative volume of the \(mcSpeech from a range of 0\(en100%. +Same as the Sound Options dialog's +.I "uSpeech volume" +option. +.RE +.PP .B \-\-writable\-roms .RS Allow Spectrum programs to overwrite the ROM(s). The same as the |