Can I obtain a audioclip or wave?

Welcome! Forums Unity Plugins Mobile Speech Recognizer Can I obtain a audioclip or wave?

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • #127
    mininox
    Participant

    I get the sound to audioclip or wave after Record?

    answer please.

    thank you.

    #129
    PiotrPiotr
    Keymaster

    You might want manually record audio clip, but it is not something supported by plugin out of the box.

    #130
    mininox
    Participant

    SpeechRecognizer.StartRecording();
    Microphone.Start();

    This use is not possible at the same time. OnError code 2 or 7.

    Did not provide the full source code, it can not be customized.

    #132
    PiotrPiotr
    Keymaster

    Oh I see. Yeah, there might some kind of conflict.
    May I ask you why do you need to record an audio clip?

    #159
    mininox
    Participant

    The answer late sorry.

    1. Trying to listen to a recorded voice

    2. Spectrum effect

    #166
    PiotrPiotr
    Keymaster

    I will work on adding a feature to send audio buffer (as an byte array) while user is speaking so you can save it for later use.

    #167
    mininox
    Participant

    Thank you

    #416
    mininox
    Participant

    Hi

    Do you know whether the update anytime?

    #2116
    mddennis402
    Participant

    Is there any update on this?

    #2269
    lt23live
    Participant

    I am also interested in this feature.

    #2275
    PiotrPiotr
    Keymaster

    @lt23live you have access to repo, is it feature you could work on?

    #2276
    lt23live
    Participant

    @piotr we definitely will when we finish our project.

    #11533
    EducupEducup
    Participant

    Hey, I want a feature like that. My app uses speech recognition to improve conversation skills. I need to use the recorded audio for the user to hear what he just said. Also waves to create nice animations in the micro UI. This function is really important to get to the next level in the Hey, I want a function like that. My app uses speech recognition to improve conversation skills. I need to use the recorded audio for the user to hear what he just said. Also waves to create nice animations in the micro UI. This feature is really important to move to the next level in implementation. Is there any progress on this?

    #11536
    PiotrPiotr
    Keymaster

    Check this SO question: https://stackoverflow.com/questions/16339519/how-to-build-bufferreceived-to-capture-voice-using-recognizerintent

    It seems it has very limited support on Android.

    #11537
    EducupEducup
    Participant

    It is like 8 years ago. The current API doesn’t support it yet?

Viewing 15 posts - 1 through 15 (of 16 total)
  • You must be logged in to reply to this topic.