This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from __future__ import print_function | |
import sys | |
import numpy | |
#import pymedia.audio.sound as sound | |
import math | |
import queue | |
from ctypes import POINTER, c_ubyte, c_void_p, c_ulong, cast, c_short, c_ushort, c_float, c_uint, c_int | |
# From https://github.com/Valodim/python-pulseaudio |