omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. tomk

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 0
    • Topics 2
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    tomk

    @tomk

    0
    Reputation
    402
    Profile views
    6
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    tomk Unfollow Follow

    Latest posts made by tomk

    • RE: Problem using Speech on iPhone

      @dgelessus
      Thank you the mute switch was the problem

      posted in Pythonista
      tomk
      tomk
    • RE: Problem using Speech on iPhone

      @omz
      Not a silly question the volume is turned on to max.

      posted in Pythonista
      tomk
      tomk
    • RE: Problem using Speech on iPhone

      @ellie_ff1493
      The IOS is version 11.2.1

      posted in Pythonista
      tomk
      tomk
    • Problem using Speech on iPhone

      Speech example works well with iPad but not on iPhone. Is this a configuration problem?

      import speech
      import time
      
      def finish_speaking():
          # Block until speech synthesis has finished
          while speech.is_speaking():
              time.sleep(0.1)
      
      # US English:
      speech.say('test ', 'en_US')
      finish_speaking()
      speech.say(' hello ', 'en_US')
      finish_speaking()
      speech.say('end test', 'en_US')
      finish_speaking()
      # Spanish:
      #speech.say('Hola mundo', 'es_ES')
      #finish_speaking()
      # German:
      #speech.say('Hallo Welt', 'de_DE')
      #finish_speaking()
      
      posted in Pythonista
      tomk
      tomk
    • RE: Question on Pythonista

      Thanks for the info!

      posted in Pythonista
      tomk
      tomk
    • Question on Pythonista

      Can I develop in Pythonista and then offer apps in Apple Apps store?

      posted in Pythonista
      tomk
      tomk