Skip to content

Commit 07898b5

Browse files
committed
Fixes typo in WAVE file format documentation
Corrects a typo in the WAVE file format documentation, changing the length of the "WAVE" identifier from 3 to 4.
1 parent f1af5a5 commit 07898b5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/wav/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ MP3 的檔頭格式定義在微軟與 IBM 一起定義的 [RIFF](https://en.wiki
3535
| ----------- | ---------- | --------------------------------- |
3636
| "RIFF" | 4 | 就是 RIFF 這四個字 |
3737
| chunk size | 4 | 描述整個檔案的大小 |
38-
| "WAVE" | 3 | 就是 WAVE 這四個字 |
38+
| "WAVE" | 4 | 就是 WAVE 這四個字 |
3939
| "fmt " 區段 | 4 + 4 + 16 | "fmt " 區段開頭 + 大小描述 + 內容 |
4040
| "data" 區段 | 4 + 4 + n | "data" 區段開頭 + 大小描述 + 內容 |
4141

0 commit comments

Comments
 (0)