Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed summary when dismissing NPCs, several smaller TTS issues and more #334

Conversation

Leidtier
Copy link
Contributor

@Leidtier Leidtier commented Jul 30, 2024

  • If an NPC is dismissed from a conversation, a summary is created and every NPC including the dismissed one will get it
  • fixed potential type error with APIConnectionError in output_manager.py
  • fixed typo on skyrim.py that caused the weather classification to crash when the weather ID was unknown.
  • added class SynthesizationOptions in synthesization_options.py.
    • simple data holding class for additional information that can influence the synthesization of a voice line
    • contains the aggro information now that was missing after the tts rework
    • is passed to ttsable.tts_synthesize in place of the old aggro bool
  • fixed typo that caused the start of the xVASynth server from MantellaSoftware to fail
  • attempted fix of the samplerate error xVASynth Error with samplerate #335 by wrapping it into a try/catch
  • fixed typo in float config values written to config.ini
  • added additional cleanups to the keyword_extraction in output_manager.py to fix cases of keywords not being recognised if there are * or " right before it
  • Fixed weather, location and time update events not adding correctly.
  • Added conversion method from Skyrim decimal ID to Skyrim hexadecimal ID
  • Weather now uses hex ID
  • skyrim_weather.csv updated to use hex ID

Leidtier added 2 commits July 30, 2024 23:55
- If an NPC is dismissed from a conversation, a summary is created and every NPC including the dismisses one will get it
- fixed potential type error with `APIConnectionError` in `output_manager.py`
- fixed typo on `skyrim.py` that caused the weather classification to crash when the weather ID was unknown.
- added class `SynthesizationOptions` in `synthesization_options.py`.
  - simple data holding class for additional information that can influence the synthesization of a voice line
  - contains the `aggro` information now that was missing after the tts rework
  - is passed to `ttsable.tts_synthesize` in place of the old aggro bool
- fixed typo that caused the start of the xVASynth server from MantellaSoftware to fail
- attempted fix of the `samplerate` error by wrapping it into a try/catch
- fixed typo in float config values written to ``config.ini`
- added additional cleanups to the `keyword_extraction` in `output_manager.py` to fix cases of keywords not being recognised if there are `*` or `"` right before it
@Leidtier Leidtier changed the title Fixed no summary when dismissing NPCs from conversation + 2 more fixes Fixed summary when dismissing NPCs, several smaller TTS issues and more Aug 1, 2024
Leidtier and others added 2 commits August 1, 2024 17:08
- Fixed weather, location and time update events not adding correctly.
- Added conversion method from Skyrim decimal ID to Skyrim hexadecimal ID
- Weather now uses hex ID
- `skyrim_weather.csv` updated to use hex ID
@art-from-the-machine art-from-the-machine merged commit 1d80bd1 into art-from-the-machine:main Aug 2, 2024
@Leidtier Leidtier deleted the different-fixes-and-improvements branch August 9, 2024 10:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants