7f9fd87797
MuSE is an application for the mixing, encoding, and network streaming of sound. MuSE can simultaniously mix up to 6 encoded audio bitstreams (from files or network) plus a soundcard input signal. The resulting stream can be played locally on the sound card and/or encoded as an mp3 bitstream sent to a broadcast server. MuSE offers an intuitive interface to be operated realtime and can run in "slick" mode from commandline.
13 lines
420 B
Text
13 lines
420 B
Text
$NetBSD: patch-ab,v 1.1.1.1 2004/05/02 22:59:16 xtraeme Exp $
|
|
|
|
--- src/jmixer.cpp.orig 2004-05-03 00:53:39.000000000 +0200
|
|
+++ src/jmixer.cpp 2004-05-03 00:53:50.000000000 +0200
|
|
@@ -98,7 +98,7 @@
|
|
error("error initializing POSIX thread mutex");
|
|
if(pthread_cond_init (&_cond, NULL) == -1)
|
|
error("error initializing POSIX thread condtition");
|
|
- unlock();
|
|
+ //unlock();
|
|
}
|
|
|
|
Stream_mixer::~Stream_mixer() {
|