Skip to content

Commit

Permalink
v2.1 go release (#380)
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 authored Dec 10, 2024
1 parent f921d65 commit b51fdc9
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 3 deletions.
Binary file modified binding/go/embedded/lib/linux/x86_64/libpv_cheetah.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/mac/arm64/libpv_cheetah.dylib
Binary file not shown.
Binary file modified binding/go/embedded/lib/mac/x86_64/libpv_cheetah.dylib
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a53/libpv_cheetah.so
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a72/libpv_cheetah.so
Binary file not shown.
Binary file not shown.
Binary file modified binding/go/embedded/lib/raspberry-pi/cortex-a76/libpv_cheetah.so
Binary file not shown.
Binary file modified binding/go/embedded/lib/windows/amd64/libpv_cheetah.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion demo/go/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module cheetahdemo
go 1.16

require (
github.com/Picovoice/cheetah/binding/go/v2 v2.0.3-0.20241202175052-91feeb94cd9e
github.com/Picovoice/cheetah/binding/go/v2 v2.1.0
github.com/Picovoice/pvrecorder/binding/go v1.2.3
github.com/go-audio/audio v1.0.0
github.com/go-audio/wav v1.0.0
Expand Down
4 changes: 2 additions & 2 deletions demo/go/go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
github.com/Picovoice/cheetah/binding/go/v2 v2.0.3-0.20241202175052-91feeb94cd9e h1:u+RKokQy4OxtRyXjUOAV2i9PJ1adO5NHxcVbZKj+Y6o=
github.com/Picovoice/cheetah/binding/go/v2 v2.0.3-0.20241202175052-91feeb94cd9e/go.mod h1:BKQPVuV+8xxEBLuCdwTxgj4bVsUTiuQg4YJ7oJt9uh4=
github.com/Picovoice/cheetah/binding/go/v2 v2.1.0 h1:7T3H0AxxYym9FFTBE/0ALlqsH88kZLYlhfFGQU/sqfc=
github.com/Picovoice/cheetah/binding/go/v2 v2.1.0/go.mod h1:BKQPVuV+8xxEBLuCdwTxgj4bVsUTiuQg4YJ7oJt9uh4=
github.com/Picovoice/pvrecorder/binding/go v1.2.3 h1:VU9cf4g3h7pazecoEsPINi21AHWgxIsn7jFWdRDpWZE=
github.com/Picovoice/pvrecorder/binding/go v1.2.3/go.mod h1:gQdvBAjoKmRxMFh8W9cVKWcqHsWvu+d13sCPVFm7dhg=
github.com/go-audio/audio v1.0.0 h1:zS9vebldgbQqktK4H0lUqWrG8P0NxCJVqcj7ZpNnwd4=
Expand Down

0 comments on commit b51fdc9

Please sign in to comment.