Changeset 27e3114 in ammosreader for sample_scripts/audio_socket_reader_test_streamer.py
- Timestamp:
- 05/09/22 10:22:36 (3 years ago)
- Branches:
- AmmosSource, guix
- Children:
- 5e84106
- Parents:
- 1d0974d (diff), 6d35183 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sample_scripts/audio_socket_reader_test_streamer.py
r1d0974d r27e3114 25 25 print('Sending Bytes') 26 26 out_socket.sendall(total_bytes) 27 out_socket.close() 28 out_socket.shutdown(socket.SHUT_RDWR)
Note:
See TracChangeset
for help on using the changeset viewer.