Unispeak

Seemlessly integrate speech to your app. Unispeak invokes the relevant code based on speech and context.

Get the SDK.

Showcase:

Code Sample:


    // Describe the effect of your command.
    [Command("Increase the background volume")]
    public void IncreaseVolume(float amount) {
      // Your function implementation
    }
            

    # Describe the effect of your command.
    @Command("Increase the background volume")
    def increase_volume(amount: float):
      # Your function implementation
            

Features:

Newsletter