diff --git a/voicechat/eos_impl.go b/voicechat/eos_impl.go index cc4da9e..91e8422 100644 --- a/voicechat/eos_impl.go +++ b/voicechat/eos_impl.go @@ -1,4 +1,4 @@ -package core +package voicechat import ( "bytes" diff --git a/voicechat/voice_chat.go b/voicechat/voice_chat.go index dc9272f..de2e077 100644 --- a/voicechat/voice_chat.go +++ b/voicechat/voice_chat.go @@ -1,4 +1,4 @@ -package core +package voicechat import ( "context"