Changeset 72b50cd in ammosreader for ammosreader/AmmosAudioReader.py
- Timestamp:
- 06/28/22 13:11:17 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 6059ec7
- Parents:
- 57c81ef
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ammosreader/AmmosAudioReader.py
r57c81ef r72b50cd 145 145 print("Can not read all", total, "bytes of data body") 146 146 return None 147 print([hex(c) for c in byte_string])147 # print([hex(c) for c in byte_string]) 148 148 return byte_string 149 149
Note:
See TracChangeset
for help on using the changeset viewer.