mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-01 09:20:40 +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__ = '3.0.0'
|
|
__short_version__ = '3.0.0'
|