Skip to content

Data Size in Wav File is 28 Bytes to large #10

@ddrrhh

Description

@ddrrhh

The data size in the wav file contains parts (28 Bytes) of the size of the wav header information.
Reason:
The bytesWritten component of the Writer struct sums up the actual wav data,
but in Routine NewWriter the size of the header information is added all well.
In Routine Close this size is used as size of the data segment.
Solution:
Don't add the size of the header information in bytesWritten.

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