Changeset 72b50cd in ammosreader for sample_scripts
- Timestamp:
- 06/28/22 13:11:17 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 6059ec7
- Parents:
- 57c81ef
- Location:
- sample_scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
sample_scripts/audio_reader.py
r57c81ef r72b50cd 17 17 18 18 dat_file.read_all_frames_left() 19 print(dat_file.container )19 print(dat_file.container.size()) -
sample_scripts/iqdw_reader.py
r57c81ef r72b50cd 19 19 20 20 dat_file.read_all_frames_left() 21 print(dat_file.container )21 print(dat_file.container.size()) 22 22 23 for each in dat_file.container.global_frames:24 print(each)23 # for each in dat_file.container.global_frames: 24 # print(each)
Note:
See TracChangeset
for help on using the changeset viewer.