Skip to content

发现2个bug #8

@HeyGoda

Description

@HeyGoda

1、WavFileWriter.java
37行: return writeHeader(sampleRateInHz,bitsPerSample,channels);
应为: return writeHeader(sampleRateInHz,channels,bitsPerSample);

2、WavFileHeader.java
19行: public static final int WAV_CHUNKSIZE_EXCLUDE_DATA = 36;
应为: public static final int WAV_CHUNKSIZE_EXCLUDE_DATA = 32;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions