search for: matthes

Displaying 15 results from an estimated 15 matches for "matthes".

Did you mean: matches
2009 Apr 06
3
The Rosetta Stone : Installer doesn't work
Hello, I'm trying to install The Rosetta Stone v2.08 (language learning software) on a Debian Squeeze (w/ linux 2.6.28-2~snapshot.12850 for my wireless card) using wine 1.1.18. Running the autorun.exe (with ALSA as audio driver in winecfg) starts on working well, asking me what language the install should be in, and then allowing me to click on "Run installer". At that point,
2005 Oct 18
1
problems with device drivers postscript() and pdf()
...opening, e.g. the following message is coming: postscript("splines-Ex.ps") Fehler in postscript("splines-Ex.ps") : unable to start device PostScript Zus????tzlich: Warning message: cannot open 'postscript' file argument 'splines-Ex.ps' with regards Sibylle Matthes
2007 Nov 21
1
Problem installing Asterisk
I have installed Asterisk with FreeTDS many times before (this same Asterisk and same TDS version)... but today when I did the make it gave me this error: ake[1]: Entering directory `/home/matth/asterisk126/asterisk-1.2.6/cdr' gcc -pipe -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -g3 -Iinclude -I../include -D_REENTRANT -D_GNU_SOURCE -O6 -march=i686
2004 Jan 09
5
timestamping / latency
Hi there, for a streaming application developed for a project at the Society for Arts and Technology Montreal, Canada, we would need to know the exact delay of our ogg/vorbis streams. It seems there are several factors that make up the total delay I get. Is there a way to find out how large the delay introduced by the encoder and decoder is? Or in other words, how many unprocessed samples
2003 Oct 20
1
vorbis_comment_add_tag() and Codewarrior OS X
Hi, after banging my head against the wall for quite a while I finally found what crashes my code: Because I'm working with Codewarrior 8 on OS X I had to compile the ogg / vorbis libs with CW. To do so I used the CW projects for OS 9 and modified them. Howerver, they don't work as expected. Everything seems to be fine, encoding & decoding works, only vorbis_comment_add_tag() crashes
2011 Nov 04
2
ANNOUNCE: Puppet-Dashboard 1.2.3rc1 available
This is a maintenance release of Puppet Dashboard. This release resolves issues #10198, #10270, and #10543. More details below. This release is available for download at: http://downloads.puppetlabs.com/dashboard/ We have included Debian and RPM packages as well as a tarball. See the Verifying Puppet Download section at: http://projects.puppetlabs.com/projects/puppet/wiki/Downloading_Puppet
2004 Aug 06
1
Windows Streamer for Icecast2 ???
...e > easiest but seem like we get an error (using Samcast) There are several solutions. http://radiostudio.org/ostream -> a little bit outdated, but works (0.7.3 works best) radiocast, it should be on http://www.akustische-kunst.org but I cannot find it. Write an email to the author olaf matthes and ask. Download PD (pure date) and the oggcast~ externals from http://www.akustische-kunst.org treamtranscoder from oddsock.org <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message...
2003 Apr 08
1
[Bug 539] open() requires 3 arguments when using O_CREAT
http://bugzilla.mindrot.org/show_bug.cgi?id=539 Summary: open() requires 3 arguments when using O_CREAT Product: Portable OpenSSH Version: 3.6p1 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P2 Component: sshd AssignedTo: openssh-unix-dev at mindrot.org ReportedBy:
2003 Oct 12
2
streaming and VBR
Hi list, I have a very anoying problem when streaming ogg vorbis: due to the variable bitrate encoding data rates sometimes drop to a very low value when there is no audio input signal. After a while the server (Icecast2) just drops my stream because no new ogg pages arrive. For streaming I use a software that I have written but I can't find a way to tell it to never drop data rate below a
2004 Aug 06
4
DarkIce make problems
Hi everybody I'm trying to encode the soundcard signal to serve it with IceCast, but I'm having problems with making darkice-0.11. Anybody could help? I'm compiling in a Solaris 6 OS with gcc 2.8.1, and I've installed lame and Vorbis libraries. This is my config phrase: ./configure --prefix=/aplicacions/icecast-1.3.12/darkice --with-lame --with-vorbis
2008 Oct 02
6
Nightly yum update did an "upgrade"
...z Griesbach IT Administrator tel +49.40.325587.701 fax +49.40.325587.999 lutz.griesbach at coremedia.com CoreMedia Ludwig-Erhard-Str. 18 20459 Hamburg, Germany www.coremedia.com CoreMedia AG Executive Board: S?ren Stamer (CEO), Dr. Klemens Kleiminger (CFO) Supervisory Board: Prof. Dr. Florian Matthes (Chairman) Trade?Register: Amtsgericht Hamburg, HR B 76277 -------------------------------------------------------
1998 Oct 29
0
Digest.
Hi, There have been a bunch of useful submissions for the compare /contrast thread. To reduce the load on your mailbox, they are gathered here in one go... Roger. Date: Wed, 28 Oct 1998 15:11:37 +0000 From: "David L. Sifry" <dsifry@linuxcare.com> To: "Matthew S. Crocker" <matthew@crocker.com> CC: Rob Bringman <rob@trion.com>,
2013 Jan 26
0
Processed: switching email address
Processing commands for control at bugs.debian.org: > # bugs with submitter debian at abeckmann.de > submitter 479445 ! Bug #479445 [gnuplot] gnuplot: wrong line numbers for missing files reported during replot Changed Bug submitter to 'Andreas Beckmann <anbe at debian.org>' from 'Andreas Beckmann <debian at abeckmann.de>' > submitter 681568 ! Bug #681568
2013 Apr 18
0
Processed: adding new jessie tag to sid-tagged bugs
Processing commands for control at bugs.debian.org: > tags 653294 + jessie Bug #653294 [hellanzb] hellanzb: doesn't work with python-twisted 11.1.0-1 (patch included) Added tag(s) jessie. > tags 701439 + jessie Bug #701439 [src:ircd-hybrid] ircd-hybrid: ftbfs with eglibc-2.17 Added tag(s) jessie. > tags 616910 + jessie Bug #616910 [src:musiclibrarian] musiclibrarian: deprecation of
2002 Jul 20
1
small mistake in docs
Hi, in ov_read_float.html there is a small mistake: long ov_read(OggVorbis_File *vf, float ***pcm_channels, int *bitstream); hould read: long ov_read_float(OggVorbis_File *vf, float ***pcm_channels, int samples, int *bitstream); It seems this function has been changed (compared to the RC3). Anything else worked fine for me with the 1.0 release. Olaf <p>--- >8 ---- List archives: