User:Wordfa/oldphonehack/code14nov: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

14 November 2024

  • curprev 17:1617:16, 14 November 2024Wordfa talk contribs 6,915 bytes +6,915 Created page with "``` #!/usr/bin/env python import sys, os, time, random, pygame import RPi.GPIO as GPIO import argparse import tempfile import queue import sys from os import walk import random import numpy # Make sure NumPy is loaded before it is used in the callback assert numpy # avoid "imported but unused" message (W0611) import datetime ## Folder Config folder = 'recordings/' processedFolder = 'processed/' rawFolder = 'raw/' ## Recently Recorded File fileForProcessing = '' ##..."