Skip to content

Instantly share code, notes, and snippets.

@ramast
ramast / pulse-recorder.py
Last active November 18, 2024 16:11
Record a program's output with PulseAudio
#!/usr/bin/env python3
# Based on code from these stackoverflow answers:
# https://askubuntu.com/questions/60837/record-a-programs-output-with-pulseaudio/910879#910879
import re
import subprocess
import sys
import os
import signal
from time import sleep
@inceabdullah
inceabdullah / sudownload.sh
Created August 14, 2011 16:24
sudownload.sh
#!/bin/bash
#
# Doğan Aydın a saygılar
#
# https://gist.github.com/1144607 adresindeki sudownload.py python uygulamasının sudownload.sh bash uygulamasıdır :D
#
#
# Abdullah ince - [email protected] - [email protected] - http://kesinbilgi.com
#