Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-mescudi committed Jan 5, 2025
1 parent 3032080 commit 8ab9aa2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions audio.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
package stegano

1 change: 0 additions & 1 deletion pkg/audio.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import (
)



// GetAudioData opens the WAV file and returns a decoder
func GetAudioData(file string) *wav.Decoder {
f, err := os.Open(file)
Expand Down

0 comments on commit 8ab9aa2

Please sign in to comment.