Skip to content

Commit

Permalink
Remove old comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Aug 1, 2024
1 parent dfdd149 commit c253ead
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions midi/decode.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ type SoundFont struct {

// Decode takes an io.Reader containing audio data in MIDI format and a SoundFont to synthesize the sounds
// and returns a beep.StreamSeeker, which streams the audio.
//
// The io.Reader can be closed immediately after the call to midi.Decode because the data
// will be loaded into memory.
func Decode(r io.Reader, sf *SoundFont, sampleRate beep.SampleRate) (s beep.StreamSeeker, format beep.Format, err error) {
defer func() {
if err != nil {
Expand Down

0 comments on commit c253ead

Please sign in to comment.