omz:forum

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

    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 1
    • Posts 3
    • Best 0
    • Controversial 0
    • Groups 0

    jpython6

    @jpython6

    0
    Reputation
    569
    Profile views
    3
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jpython6 Unfollow Follow

    Latest posts made by jpython6

    • RE: Speech/Sound Module Q's

      @omz this works! Thank you so much!

      posted in Pythonista
      jpython6
      jpython6
    • RE: Speech/Sound Module Q's

      @omz

      import speech, sound, time

      sound.Recorder("audio").record()
      time.sleep(3)
      sound.Recorder("audio").stop()
      text = speech.recognize("audio.m4a")

      I'm also unable to play back the audio using sound.Player, so it's probably me doing something wrong.

      posted in Pythonista
      jpython6
      jpython6
    • Speech/Sound Module Q's

      I'm attempting to convert speech to text using speech's new recognize function, but when I pass a .m4a audio file (recorded using sound.recorder) through the recognize function, it gives a "corrupt" error. Am I using the wrong kind of audio file or something like that?

      posted in Pythonista
      jpython6
      jpython6