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

Adds TTS to announcements made by the Captain and silicons #72300

Closed
wants to merge 46 commits into from

Commits on Dec 27, 2022

  1. done-tts-stuff

    Watermelon914 authored and Watermelon914 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    6f4c8c1 View commit details
    Browse the repository at this point in the history
  2. Adds TTS

    Watermelon914 authored and Watermelon914 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    b97140b View commit details
    Browse the repository at this point in the history
  3. adds documentation + moves things over to config

    Watermelon914 authored and Watermelon914 committed Dec 27, 2022
    Configuration menu
    Copy the full SHA
    51ae564 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2022

  1. sanitize

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    a86a887 View commit details
    Browse the repository at this point in the history
  2. Changes

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    69a2139 View commit details
    Browse the repository at this point in the history
  3. Progress

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    44cca21 View commit details
    Browse the repository at this point in the history
  4. Config tweaks

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    9972a32 View commit details
    Browse the repository at this point in the history
  5. Removes ED

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    52b3d77 View commit details
    Browse the repository at this point in the history
  6. Fixes configs again

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0e1fd99 View commit details
    Browse the repository at this point in the history
  7. Bugfixes

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    77bc0c2 View commit details
    Browse the repository at this point in the history
  8. Adds caching

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    b41040c View commit details
    Browse the repository at this point in the history
  9. sort-of fixes stuttering

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    c72795a View commit details
    Browse the repository at this point in the history
  10. Changes how voices are cached

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    6d5290e View commit details
    Browse the repository at this point in the history
  11. performance fixes

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    7a75ebd View commit details
    Browse the repository at this point in the history
  12. Moves tts to be handled in preferences, also lowers the volume a bit

    Watermelon914 authored and Watermelon914 committed Dec 28, 2022
    Configuration menu
    Copy the full SHA
    0830e0a View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2022

  1. Adds TTS voice preferences, applies tts filters to borgs, makes langu…

    …ages matter when hearing tts messages and various other changes
    Watermelon914 authored and Watermelon914 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    a0668c6 View commit details
    Browse the repository at this point in the history
  2. Adds a voice to a mob if a client logs into it

    Watermelon914 authored and Watermelon914 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    d293333 View commit details
    Browse the repository at this point in the history
  3. Fixes CI

    Watermelon914 authored and Watermelon914 committed Dec 29, 2022
    Configuration menu
    Copy the full SHA
    37d8fad View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2022

  1. Uses torch.no_grad

    Watermelon914 authored and Watermelon914 committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    f74d7f8 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2022

  1. Intel accelerated python. Fileless python ffmpeg handling. misc other…

    … shit. (#12)
    
    * Update documentation.md
    
    * Intel accelerated python. Fileless python ffmpeg handling.
    MrStonedOne committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    6c9675a View commit details
    Browse the repository at this point in the history
  2. Changes the python library.

    Watermelon914 authored and Watermelon914 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    8b6f4d1 View commit details
    Browse the repository at this point in the history
  3. Implements priority queue

    Watermelon914 authored and Watermelon914 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    706060a View commit details
    Browse the repository at this point in the history
  4. Updates python serve function

    Watermelon914 authored and Watermelon914 committed Dec 31, 2022
    Configuration menu
    Copy the full SHA
    e772672 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2023

  1. Correctly removes cached voices

    Watermelon914 authored and Watermelon914 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    77d0452 View commit details
    Browse the repository at this point in the history
  2. Further cache fixes

    Watermelon914 authored and Watermelon914 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    0e5b692 View commit details
    Browse the repository at this point in the history
  3. Removes warning

    Watermelon914 authored and Watermelon914 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    7afb190 View commit details
    Browse the repository at this point in the history
  4. Sets max concurrent requests to 5

    Watermelon914 authored and Watermelon914 committed Jan 1, 2023
    Configuration menu
    Copy the full SHA
    7b56093 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2023

  1. Apply suggestions from code review

    Co-authored-by: Kyle Spier-Swenson <kyleshome@gmail.com>
    Watermelon914 and MrStonedOne committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    9811206 View commit details
    Browse the repository at this point in the history
  2. Changes

    Watermelon914 authored and Watermelon914 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    dc786ec View commit details
    Browse the repository at this point in the history
  3. Fixes config

    Watermelon914 authored and Watermelon914 committed Jan 2, 2023
    Configuration menu
    Copy the full SHA
    f83364f View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. [WIP] HTML audio subsystem (#11)

    * [WIP] HTML audio subsystem
    
    * updates
    
    * updates
    
    * updates
    Iamgoofball committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    90027e8 View commit details
    Browse the repository at this point in the history
  2. Bugfixes

    Watermelon914 authored and Watermelon914 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    63b6854 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'tts' of github.com:Watermelon914/tgstation into tts

    Watermelon914 authored and Watermelon914 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    b8fc282 View commit details
    Browse the repository at this point in the history
  4. Fixes

    Watermelon914 authored and Watermelon914 committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    d16026c View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2023

  1. Adds punctuation

    Watermelon914 authored and Watermelon914 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    d8308aa View commit details
    Browse the repository at this point in the history
  2. Updates the documentation

    Watermelon914 authored and Watermelon914 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    ae29825 View commit details
    Browse the repository at this point in the history
  3. Removes goof's radios

    Watermelon914 authored and Watermelon914 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    1652e07 View commit details
    Browse the repository at this point in the history
  4. Linter fixes

    Watermelon914 authored and Watermelon914 committed Jan 4, 2023
    Configuration menu
    Copy the full SHA
    bdd25a6 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2023

  1. Tts (#13)

    * [WIP] HTML audio subsystem
    
    * updates
    
    * updates
    
    * updates
    
    * TTS Test button
    
    * whoops
    
    * forgot to delete these
    
    * a
    Iamgoofball committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    715752a View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2023

  1. Removes vits library

    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    a041c62 View commit details
    Browse the repository at this point in the history
  2. Reverts back to coqui library, reworks so that TTS is only applied to…

    … announcements
    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    04b8276 View commit details
    Browse the repository at this point in the history
  3. Fixes conflicts

    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    2217d11 View commit details
    Browse the repository at this point in the history
  4. TTS disabled by default

    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    0c2e87c View commit details
    Browse the repository at this point in the history
  5. Fixes TTS being off by default

    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    07b7f2c View commit details
    Browse the repository at this point in the history
  6. Triples the word limit on TTS

    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    9bd4b87 View commit details
    Browse the repository at this point in the history
  7. Pushes timeout a little bit back

    Watermelon914 authored and Watermelon914 committed Mar 12, 2023
    Configuration menu
    Copy the full SHA
    c363b7a View commit details
    Browse the repository at this point in the history