Changeset 6d0f203 in ammosreader for sample_scripts/iqdw_reader.py
- Timestamp:
- 06/30/22 16:18:57 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- d62906b
- Parents:
- 809cb16
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample_scripts/iqdw_reader.py
r809cb16 r6d0f203 18 18 19 19 dat_file.read_all_frames_left() 20 print(len(dat_file.data())) 20 print("Frequencies", dat_file.container.frequencies()) 21 print("Frame types:", dat_file.container.frame_types()) 22 print("Frame sizes:", dat_file.container.frame_sizes()) 23 print("Homogenic:", dat_file.container.is_homogenic())
Note:
See TracChangeset
for help on using the changeset viewer.