1
0
mirror of https://github.com/Picovoice/porcupine.git synced 2022-01-28 03:27:53 +03:00
Files
Ian Lavery c6f40c00d6 v2.1 (#645)
2022-01-20 17:59:14 -08:00
..
2022-01-20 17:59:14 -08:00
2021-01-05 12:44:55 -08:00
2021-01-05 12:44:55 -08:00
2021-11-25 12:18:59 -08:00

AvaloniaVUI Demo

A voice-enabled .NET Core desktop application that uses the cross-platform GUI framework Avalonia. This code was part of a developer tutorial article that can be found here.

Video tutorial:
Tutorial video

AccessKey

Porcupine requires a valid Picovoice AccessKey at initialization. AccessKeys act as your credentials when using Porcupine SDKs. You can create your AccessKey for free. Make sure to keep your AccessKey secret.

To obtain your AccessKey:

  1. Login or Signup for a free account on the Picovoice Console.
  2. Once logged in, go to the AccessKey tab to create one or use an existing AccessKey.

Once you have obtained an AccessKey, copy it into the ACCESS_KEY variable in AvaloniaVUI/ViewModelsMainWindowViewModel.cs.