Skip to content

Commit

Permalink
release workflow and readme typo
Browse files Browse the repository at this point in the history
  • Loading branch information
samtupy committed Jan 1, 2025
1 parent 83c58f9 commit 9007a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ jobs:
- uses: ghalactic/github-release-from-tag@v5
with:
draft: "true"
checksumGenerateAssets: "false"
assets: |
- path: STAR_win64.zip
name: STAR_win64_${{github.ref_name}}.zip
2 changes: 1 addition & 1 deletion user/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ This dialog contains several options you can configure to customize the client,

* host (alt+h): This field denotes the remote coagulator address that the client should connect to. Other than the special string "local" which runs all the STAR components on your local computer if possible, it is expected to be invalid URI form and the STAR system uses websockets. A valid uri might therefor look like "ws://user:password@samtupy.com:7774" without the quotes, for example. Ws:// denotes a websocket connection, user:password is the authentication info, followed by the server's host and port. This is a combo box that also lets you select from previously connected hosts. When a previously connected host is selected, a delete saved host (alt+d) button will appear next to the host control which allows you to keep your saved hosts list clean.
* default render location (alt+r): Where should rendered output files be saved? The directory you specify will be created upon the first render if it does not already exist. You can use the browse button next to the text field to search your filesystem without typing or pasting a path.
* render filename template (alt+f): This field allows you to control the filenames used for rendered output. A .wav wxtension is automatically added to the filename so the template should not include that. Further documentation on this setting is included in the dialog in the render filename template tokens information field.
* render filename template (alt+f): This field allows you to control the filenames used for rendered output. A .wav extension is automatically added to the filename so the template should not include that. Further documentation on this setting is included in the dialog in the render filename template tokens information field.
* amount of silence (in milliseconds) to insert between consolidated speech clips (alt+e): This spin control allows you to customize the amount of silence that seperates speech clips from each other when the option of creating a single long running file rather than individual audio clips is used.
* voice preview text (alt+p): The text that should be spoken when previewing an available voice, `{voice}` will be replaced with the name of the voice being previewed.
* output_device (alt+o): This control allows you to select the sound output device that the client will play sound and speech through. At this time any currently playing audio will not switch to the new device, but any future audio will use it.
Expand Down

0 comments on commit 9007a0d

Please sign in to comment.