Skip to content

Commit

Permalink
rev
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Oct 23, 2023
1 parent 1801803 commit 09951d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/go/picovoice.go
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ func (picovoice *Picovoice) Process(pcm []int16) error {
}

// Reset resets the internal state of Picovoice. It should be called before processing a new stream of audio
// or when process was stopped while processing a stream of audio.
// or when Picovoice was stopped while processing a stream of audio.
func (picovoice *Picovoice) Reset() error {
if !picovoice.initialized {
return &PicovoiceError{
Expand Down

0 comments on commit 09951d7

Please sign in to comment.