File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed
Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -31,13 +31,15 @@ it is not supported, please submit an issue!
3131 and Dolby Atmos ` dbmd ` metadata for re-renders and mixdowns.
3232* Wave embedded [ cue markers] [ cues ] , cue marker labels, notes and timed ranges as used
3333 by Zoom, iZotope RX, etc.
34+ * Wave embedded [ sampler] [ smpl ] and sample loop metadata.
3435* The [ wav format] [ format ] is also parsed, so you can access the basic sample rate
3536 and channel count information.
3637
3738
3839[ format ] :https://wavinfo.readthedocs.io/en/latest/classes.html#wavinfo.wave_reader.WavAudioFormat
3940[ cues ] :https://wavinfo.readthedocs.io/en/latest/scopes/cue.html
4041[ bext ] :https://wavinfo.readthedocs.io/en/latest/scopes/bext.html
42+ [ smpl ] :https://wavinfo.readthedocs.io/en/latest/scopes/smpl.html
4143[ smpte_330m2011 ] :https://wavinfo.readthedocs.io/en/latest/scopes/bext.html#wavinfo.wave_bext_reader.WavBextReader.umid
4244[ adm ] :https://wavinfo.readthedocs.io/en/latest/scopes/adm.html
4345[ ebu3285s6 ] :https://wavinfo.readthedocs.io/en/latest/scopes/dolby.html
Original file line number Diff line number Diff line change 1+
2+ Sampler Metadata
3+ =================
4+
5+ Class Reference
6+ ---------------
7+
8+ .. automodule :: wavinfo.wave_smpl_reader
9+
10+ .. autoclass :: wavinfo.wave_smpl_reader.WavSmplReader
11+ :members:
12+
13+ .. autoclass :: wavinfo.wave_smpl_reader.WaveSmplLoop
14+ :members:
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66
77[tool .poetry ]
88name = " wavinfo"
9- version = " 3.0.1 "
9+ version = " 3.1.0 "
1010description = " Probe WAVE files for all metadata"
1111authors = [" Jamie Hardt <jamiehardt@me.com>" ]
1212license = " MIT"
You can’t perform that action at this time.
0 commit comments