Skip to content

Update WavFileWriter.java#9

Open
lingr7 wants to merge 1 commit intoJhuster:masterfrom
lingr7:patch-1
Open

Update WavFileWriter.java#9
lingr7 wants to merge 1 commit intoJhuster:masterfrom
lingr7:patch-1

Conversation

@lingr7
Copy link
Copy Markdown

@lingr7 lingr7 commented Mar 19, 2021

1、WavFileWriter.java
37行: return writeHeader(sampleRateInHz,bitsPerSample,channels);
应为: return writeHeader(sampleRateInHz,channels,bitsPerSample);
issue中提到了。#8 (comment)

1、WavFileWriter.java
37行: return writeHeader(sampleRateInHz,bitsPerSample,channels);
应为: return writeHeader(sampleRateInHz,channels,bitsPerSample);
issue中提到了。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant