mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
18 lines
260 B
ReStructuredText
18 lines
260 B
ReStructuredText
wavinfo Quickstart
|
|
====================
|
|
|
|
.. code-block:: python
|
|
:caption: Using wavinfo
|
|
|
|
import wavinfo
|
|
|
|
path = 'path/to/your/wave/audio.wav'
|
|
|
|
info = wavinfo.WavInfoReader(path)
|
|
|
|
|
|
|
|
.. autoclass:: wavinfo.wave_reader.WavInfoReader
|
|
:members:
|
|
|