mirror of
https://github.com/Picovoice/porcupine.git
synced 2022-01-28 03:27:53 +03: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.
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:
- Login or Signup for a free account on the Picovoice Console.
- Once logged in, go to the
AccessKeytab to create one or use an existingAccessKey.
Once you have obtained an AccessKey, copy it into the ACCESS_KEY variable in AvaloniaVUI/ViewModelsMainWindowViewModel.cs.
