1. Khisraw

    ALSA Python API for Audio Processing: Monitoring the Buffer size or Period

    I am new to using Alsa API for sound processing. I am trying to use Alsa API to receive an input, process and send it back to the output port. I have set the buffer size of 512. Source = alsaaudio.PCM(alsaaudio.PCM_CAPTURE, device = cards, channels = 2, rate = 48000...
  2. Khisraw

    Running Python App on multiple Machines via Google Drive

    Hi, I have built a Python GUI app with Tkinter that I aim to run on multiple Mac OS machines via google drive. The purpose of the app is to retrieve info from a spreadsheet that is stored on google drive or any other shared drive. There will be multiple apps on multiple machines on google drive...
Top