mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2026-01-02 01:40:42 +00:00
Update wave_bext_reader.py
This commit is contained in:
@@ -11,14 +11,17 @@ class WavBextReader:
|
|||||||
# lowtimeref U32
|
# lowtimeref U32
|
||||||
# hightimeref U32
|
# hightimeref U32
|
||||||
# version U16
|
# version U16
|
||||||
|
#
|
||||||
|
# V1 field
|
||||||
# umid[64]
|
# umid[64]
|
||||||
#
|
#
|
||||||
# EBU 3285 fields
|
# V2 fields
|
||||||
# loudnessvalue S16 (in LUFS*100)
|
# loudnessvalue S16 (in LUFS*100)
|
||||||
# loudnessrange S16 (in LUFS*100)
|
# loudnessrange S16 (in LUFS*100)
|
||||||
# maxtruepeak S16 (in dbTB*100)
|
# maxtruepeak S16 (in dbTB*100)
|
||||||
# maxmomentaryloudness S16 (LUFS*100)
|
# maxmomentaryloudness S16 (LUFS*100)
|
||||||
# maxshorttermloudness S16 (LUFS*100)
|
# maxshorttermloudness S16 (LUFS*100)
|
||||||
|
#
|
||||||
# reserved[180]
|
# reserved[180]
|
||||||
# codinghistory []
|
# codinghistory []
|
||||||
if bext_data is None:
|
if bext_data is None:
|
||||||
|
|||||||
Reference in New Issue
Block a user