Skip to content

Commit 299f79a

Browse files
committed
README update and stubbed out docs.
1 parent a46590d commit 299f79a

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

docs/source/scopes/smpl.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api"
66

77
[tool.poetry]
88
name = "wavinfo"
9-
version = "3.0.1"
9+
version = "3.1.0"
1010
description = "Probe WAVE files for all metadata"
1111
authors = ["Jamie Hardt <jamiehardt@me.com>"]
1212
license = "MIT"

0 commit comments

Comments
 (0)