Skip to content

Commit

Permalink
Correct comment description parseBuffer
Browse files Browse the repository at this point in the history
  • Loading branch information
Borewit committed Aug 29, 2024
1 parent d3e63cf commit 04fd5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/core.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ export function parseWebStream(webStream: AnyWebByteStream, fileInfo?: IFileInfo
}

/**
* Parse audio from Node Buffer
* Parse audio from memory
* @param uint8Array - Uint8Array holding audio data
* @param fileInfo - File information object or MIME-type string
* @param options - Parsing options
Expand Down

0 comments on commit 04fd5ee

Please sign in to comment.