Skip to content

Commit

Permalink
Update recipes/llm-voice-assistant/dotnet/LLMVoiceAssistant/Program.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Ian Lavery <[email protected]>
  • Loading branch information
picoliu and laves authored Feb 26, 2025
1 parent 89b1825 commit c26b902
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,10 @@ private class Listener
private readonly Cheetah _cheetah;
private readonly Porcupine _porcupine;
private readonly PvRecorder _recorder;

private string _transcript = "";
private event EventHandler<short[]>? AudioReceived;

public event EventHandler<string>? UserInputReceived;
public event EventHandler? WakeWordDetected;

Expand Down

0 comments on commit c26b902

Please sign in to comment.