Це відео не доступне.
Перепрошуємо.

Official S-Tech Forum Is Now Open For EVERYONE!!!

Поділитися
Вставка
  • Опубліковано 13 сер 2023
  • The official website and community forum for S-Tech is now online and hope everyone enjoys.
    Main Site: www.slagle-tec...
    Forum: www.slagle-tec...
    That's it.
    That's the description today.
    Go check out the forum...
    Go.
    Go please
    Please??
    or not. Have a great day!

КОМЕНТАРІ • 11

  • @Thomas_5636
    @Thomas_5636 11 місяців тому +1

    How did you build the interface for your website? Did you build the backend yourself?

    • @S-Technology
      @S-Technology  11 місяців тому

      Honestly, I went for a pre-built option through Wix. I really wanted to get something like a forum going to help answer the questions I frequently get. Instead of sending the same copy and pasted "How to install the touchscreen & sound drivers" to everyone that emailed me, I can point to 1 place that has the How-To. Since then, someone has already improved on my answer and is helping others in more technical ways faster than I can.
      In the future I can see myself building the backend and possibly moving the site to something more custom built, but I still have a lot to learn before that happens.

  • @VenomVelocity
    @VenomVelocity 11 місяців тому +1

    bro how did you do the brian voice for Jarvis

    • @S-Technology
      @S-Technology  11 місяців тому

      I actually bought the voice to use on my pc "many" years ago. It's a SAPI5 voice from program called IVONA2.

    • @VenomVelocity
      @VenomVelocity 11 місяців тому

      @@S-Technology How do you actually get it in the code. 0 is male and 1 is female. how do you change the male voice.

    • @S-Technology
      @S-Technology  11 місяців тому

      @@VenomVelocity You have to specify in the pyttsx3 code that you are using 'sapi5' and then mine is actually '1' on my pc.
      engine = pyttsx3.init('sapi5')
      voices = engine.getProperty('voices')
      engine.setProperty('voice',voices[1].id)

    • @VenomVelocity
      @VenomVelocity 11 місяців тому

      @@S-Technology that's what i already use

    • @S-Technology
      @S-Technology  11 місяців тому

      @@VenomVelocity I'll try to give a more precise answer in the forum. If you have the voice file then I'll try to help you to get it to work. 👍