Renambed wave_parser -> riff_parser

This commit is contained in:
Jamie Hardt
2019-01-02 00:25:38 -08:00
parent 3e897d030c
commit 4586d19a5f
3 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
from .wave_parser import parse_chunk, ListChunkDescriptor
from .riff_parser import parse_chunk, ListChunkDescriptor
class WavInfoChunkReader: