简体   繁体   中英

How to get label file from wav file with python?

Hy, How to get .label file from .wav file with python? Could someone please share some link with example or something?

Since wav files are a form of riff files, they can contain an optional INFO chunk. The information in that chunk is tagged . However, there is no "label" tag. And since it is optional many wav files don't contain this chunk.

Note that the wave module from Python's standard library does not read or write the INFO chunk!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM