mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 01:10:40 +00:00
Renambed wave_parser -> riff_parser
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
|
||||
from .wave_parser import parse_chunk, ListChunkDescriptor
|
||||
from .riff_parser import parse_chunk, ListChunkDescriptor
|
||||
|
||||
class WavInfoChunkReader:
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@ import struct
|
||||
|
||||
from collections import namedtuple
|
||||
|
||||
from .wave_parser import parse_chunk, ChunkDescriptor, ListChunkDescriptor
|
||||
from .riff_parser import parse_chunk, ChunkDescriptor, ListChunkDescriptor
|
||||
from .wave_ixml_reader import WavIXMLFormat
|
||||
from .wave_bext_reader import WavBextReader
|
||||
from .wave_info_reader import WavInfoChunkReader
|
||||
|
||||
Reference in New Issue
Block a user