Read and write DSF audio stream information and tags.
Bases: mutagen.FileType
An DSF audio file.
Parameters: | (filething) (filething) – |
---|
Add a DSF tag block to the file.
DSF audio stream information.
Information is parsed from the fmt chunk of the DSF file.
float
audio length, in seconds.
int
The number of audio channels.
int
Sampling frequency, in Hz. (2822400, 5644800, 11289600, or 22579200)
int
The audio sample size.
int
The audio bitrate.