Skip to content

Update read-wave.md#1

Open
Tofull wants to merge 1 commit into
notexactlyawe:masterfrom
Tofull:patch-1
Open

Update read-wave.md#1
Tofull wants to merge 1 commit into
notexactlyawe:masterfrom
Tofull:patch-1

Conversation

@Tofull

@Tofull Tofull commented Dec 15, 2017

Copy link
Copy Markdown

Nice article. Just a few corrections for reading wave file with chunks.

Fix incoherent variable name : wav_r --> w
Fix incorrect variable usage : tmp_fmt = "<" + "h" * chunk_size --> tmp_fmt = "<" + "h" * tmp_size
Fix moving pointer

Nice article. Just a few corrections for reading wave file with chunks.

Fix incoherent variable name : `wav_r` --> `w`
Fix incorrect variable usage :  `tmp_fmt = "<" + "h" * chunk_size` -->  `tmp_fmt = "<" + "h" * tmp_size`
Fix moving pointer
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