shithub: rc

Download patch

ref: fd615bb0b325791498114620a229b36dd9e84a5c
parent: 2944d69fd97439729b79475d87c03849bfbb9d79
author: qwx <qwx@sciops.net>
date: Sun Nov 27 04:42:31 EST 2022

remove pcmf: audio/pplay now only smokes pipes, not files

--- a/bin/pcmf
+++ /dev/null
@@ -1,10 +1,0 @@
-#!/bin/rc
-rfork n
-t=/tmp/pplay.$pid
-fn clean{ rm -f $t }
-fn sigexit{ clean }
-fn sigint{ clean }
-ramfs
-play -o /tmp/pplay.$pid $* >[2]/dev/null
-audio/pplay -f /tmp/pplay.$pid
-rm -f /tmp/pplay.$pid