Skip to content

Commit

Permalink
Fix WAV format
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed May 18, 2020
1 parent 8ddef10 commit 002a5e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/wav.ksy
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ seq:
contents: WAVE
- id: chunks
type: chunks_type
size: file_size - 5
size: file_size - 4

instances:
format_chunk:
Expand Down

0 comments on commit 002a5e5

Please sign in to comment.