Skip to content

Commit

Permalink
update: パッケージ名の訂正
Browse files Browse the repository at this point in the history
  • Loading branch information
kuwacom committed Aug 6, 2024
1 parent 45f10e9 commit 5364a1c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion pcm2opus.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goaudiosuite
package wav2opus

import (
"time"
Expand Down
2 changes: 1 addition & 1 deletion pcm_suite.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goaudiosuite
package wav2opus

// PCMResample PCMデータを指定されたサンプリングレートにリサンプルします
// 線形補間を利用して、新しいサンプル間のデータを計算します
Expand Down
2 changes: 1 addition & 1 deletion wav2opus.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goaudiosuite
package wav2opus

// WAVToOpus WAVデータをOpusにエンコードします
//
Expand Down
2 changes: 1 addition & 1 deletion wav2pcm.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package goaudiosuite
package wav2opus

import (
"encoding/binary"
Expand Down

0 comments on commit 5364a1c

Please sign in to comment.