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