in listen_and_play.py [0:0]
def send(stop_event, send_queue): while not stop_event.is_set(): data = send_queue.get() send_socket.sendall(data)