From 0f4b1f41e24fc48426e8eb4f521619edbd700820 Mon Sep 17 00:00:00 2001 From: windy <81013544+deretame@users.noreply.github.com> Date: Thu, 12 Dec 2024 19:39:43 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20build(portaudio-go):=20Fixed=20v?= =?UTF-8?q?ersion=201.0.3=20(#1614)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: windy --- .../real-time-speech-recognition-from-microphone/go.mod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/go-api-examples/real-time-speech-recognition-from-microphone/go.mod b/go-api-examples/real-time-speech-recognition-from-microphone/go.mod index 5d6a5b784..636d6f797 100644 --- a/go-api-examples/real-time-speech-recognition-from-microphone/go.mod +++ b/go-api-examples/real-time-speech-recognition-from-microphone/go.mod @@ -1,3 +1,7 @@ module real-time-speech-recognition-from-microphone go 1.12 + +require ( + github.com/csukuangfj/portaudio-go v1.0.3 +)