mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 17:00:41 +00:00
10 lines
202 B
Python
10 lines
202 B
Python
"""
|
|
Probe WAVE Files for iXML, Broadcast-WAVE and other metadata.
|
|
"""
|
|
|
|
from .wave_reader import WavInfoReader
|
|
from .riff_parser import WavInfoEOFError
|
|
|
|
__version__ = '2.2.1'
|
|
__short_version__ = '2.2.1'
|