in listen_and_play.py [0:0]
def callback_send(indata, frames, time, status): if recv_queue.empty(): data = bytes(indata) send_queue.put(data)