mirror of
https://github.com/iluvcapra/wavinfo.git
synced 2025-12-31 08:50:41 +00:00
Docs
This commit is contained in:
@@ -20,6 +20,17 @@ music library software.
|
|||||||
print("INFO Comment:", bullet.info.comment)
|
print("INFO Comment:", bullet.info.comment)
|
||||||
|
|
||||||
|
|
||||||
|
On Encodings
|
||||||
|
""""""""""""
|
||||||
|
According to Microsoft, the original developers of the RIFF file and RIFF INFO
|
||||||
|
metadata, these fields are always to be interpreted as ISO Latin 1 characters,
|
||||||
|
and this is the default encoding used by `wavinfo` for these fields. You can
|
||||||
|
select a different encoding (like Shift-JIS) by passing an encoding name (as
|
||||||
|
would be used by `string.encode()`) to `WavInfoReader.__init__()`'s
|
||||||
|
`info_encoding=` parameter.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Class Reference
|
Class Reference
|
||||||
---------------
|
---------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user