Displaying 20 results from an estimated 2000 matches similar to: "Compile error"
2002 Oct 02
1
Player under FreeBSD
Ok here's another one:
player_example.c: In function `open_audio':
player_example.c:138: `AFMT_S16_NE' undeclared (first use in this
function)
It worked fine once I switched it from _NE to _LE, this code will help
portability:
#if defined(__FreeBSD__)
# define AFMT_S16_NE AFMT_S16_LE
#elif defined(_AIX) || defined(AIX)
# define AFMT_S16_NE AFMT_S16_BE
#endif
I'm not sure what
2001 Aug 10
1
Standard Open Source Bug detected, try murksaround ...
When using the abx utility that is in LAME's
misc dir, trying it on an ogg (with ogg123) gives the
following output:
Standard Open Source Bug detected, try murksaround ...
(ogg123 is decoding to stdout)
IIRC this also happened with older mpg123's but
no longer with the latest release. Latest ogg123 from
CVS still gives it though. Someone stole code but
forgot to check for fixes? :)
2006 Oct 12
1
Problem with encoding and decoding
I have problem with coding and decoding. I record voice from mic coding
and write to file.
And when I read from file and put it on sound card it's terrible sound.
Have sameone can help me?
#include <speex.h>
#include <stdio.h>
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/soundcard.h>
/*The frame size in hardcoded for this sample code but it
2001 Jan 22
2
vorbis-tools-1.0prebeta4.tar.gz
Hi,
ogg123.h is missing from the vorbis-tools tarball:
Making all in ogg123
make[1]: Entering directory
`/home/me/dl/vorbis/vorbis-tools-1.0prebeta4/ogg123'
make[1]: *** No rule to make target `ogg123.h', needed by `ogg123.o'.
Stop.
make[1]: Leaving directory
`/home/me/dl/vorbis/vorbis-tools-1.0prebeta4/ogg123'
make: *** [all-recursive] Error 1
--- >8 ----
List archives:
2000 Jun 18
3
Makefile dependencies in vorbis-tools
I've been trying to tackle the vorbis source. I ran across what I think is a
missing dependency in the vorbis-tools directory. Since ogg123 and vorbize
are staticly linked to libvorbis and vorbisfile, when those file change, the
executables should be rebuilt. Below I've attached a patch. (I hope it
works. I am sort of new to patch and diff.)
BTW, I've been trying to find a good
2002 Jul 28
2
[fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)
Some detailed feedback that looks useful.
----- Forwarded message from Michael Semon <wayfarer42@postmaster.co.uk> -----
Delivery-Date: Tue Jul 16 05:29:37 2002
X-Mailer: MIME-tools 5.41 (Entity 5.404)
From: "Michael Semon" <wayfarer42@postmaster.co.uk>
Subject: CVS: ogg123 rocks! vcut no so much so...
To: feedback@vorbis.com
Hi! Being impatient for RC4, I downloaded
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted.
Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net>
I am unable to pipe to ogg123 with cat, but redirecting with < works fine.
rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v -
Audio Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound
2004 Jun 15
3
Repeat patch for ogg123
Hi,
I have made a small patch for enabling repeating in ogg123.
It adds the parameter "--repeat n" or "r n" where n indicates how
many times it repeats the playlists. Zero in forever.
Apply it if you like, I find it very convenient.
--
Regards Niels Sandmann
Jabber: sandmann@jabber.dk, Email: sandm@nn.dk
-------------- next part --------------
Only in ogg123: .deps
Only in
2002 Jan 02
2
macosx (lots of little changes)
happy new year. a day off is a day to pick up a new project, so I
wrestled my way through making ogg vorbis work on macosx.
first, libao (not entirely a proper patch, but 2 source file diffs and a
diff of a configure'd Makefile to one that works.):
http://bolson.org/pub/libao-0.8.2-diff.tar.gz
libogg and libvorbis compiled without incident. vorbis-tools were more
complicated.
I think
2002 Jan 02
2
macosx (lots of little changes)
happy new year. a day off is a day to pick up a new project, so I
wrestled my way through making ogg vorbis work on macosx.
first, libao (not entirely a proper patch, but 2 source file diffs and a
diff of a configure'd Makefile to one that works.):
http://bolson.org/pub/libao-0.8.2-diff.tar.gz
libogg and libvorbis compiled without incident. vorbis-tools were more
complicated.
I think
2003 Feb 28
2
ogg123 -k 1:59 patch.ogg # minutes and seconds
Hi
I have helped a user with a little patch for ogg123. He uses ogg123
for very big files, often more than an hour (blind books). When he
breaks the book and later on want to go back to the same chapter, it
is a little troublesome to calculate the seconds. Minutes is much more
convenient as it is what is written on the screen.
I guess my patch is a little buggy and would like to improve it
2003 Nov 22
1
[Fwd: Signal handling bug in ogg123]
Daniel: thought you'd like to know that I'm forwarding this to the
vorbis-dev mailing list.
<p><p>Hey vorbis-dev (after a very long time!),
I got the attached message sent to just 3 of the people who have worked
on ogg123, and thought it would probably due better good on the mailing
list.
It seems to concern http://bugs.xiph.org/show_bug.cgi?id=250 by casual
search.
For
2003 Jan 16
1
Several problems with ogg123
I'm having several problems with ogg123 on a FreeBSD-STABLE machine. In
each case, ogg123 dumps core complaining about a bus error.
1) ogg123 plays all files at what seems like twice the correct speed. When
given a SIGINT, ogg123 dumps core. This is using the program defaults,
including the OSS driver. Here's a backtrace from gdb:
Core was generated by `ogg123'.
Program
2016 Apr 20
1
ogg123 playing 24bit flac
Ulrich Windl wrote:
> Hi!
>
> Recently I made some recordings (44.1kH/24bit WAV), and after
> post-processing (normalization, noide reduction) I saved them as flac (still
> 44.1kHz/24bit).
> I noticed that ogg123 can decode these, but it will output 24 bit only.
> Specifically there's no option to transform the output to 16bit.
> When trying to pipe the 24bit WAV output
2001 Jan 08
2
[fwd] ogg123 (from: pfk@fuchs.offl.uni-jena.de)
A feature request that sounds reasonable and a bug report.
----- Forwarded message from Frank Klemm <pfk@fuchs.offl.uni-jena.de> -----
Delivery-Date: Sat Jan 6 06:35:21 2001
Date: Sat, 6 Jan 2001 15:26:43 +0100
From: Frank Klemm <pfk@fuchs.offl.uni-jena.de>
To: xiphmont@xiph.org
Subject: ogg123
X-Mailer: Mutt 1.0.1i
For ogg123 I need the following feature:
- Decode one .ogg file
2001 Jan 29
2
Mac OS X / Darwin patch for vorbis-tools
This patch (along with all the previous patches) gets oggenc and ogg123 working. This does not get vorbiscomment working, although I assume that would be trivial -- just add the getopt stuff to the project just like I did in ogg123.
In addition to this patch, as I just mentioned, getopt1.c getopt.h and getopt.c need to be copied from oggenc to ogg123 and added.
The host check in
2000 Dec 15
1
AIX + ogg123
Has anyone managed to get ogg123 to compile in AIX? I'm got an RS6k with a
PPC 604e, running AIX 4.3.3. I can get libogg, libvorbis, libao, oggenc
(so, everything _but_ ogg123) to compile just fine. I'm using gcc,
thankfully, and not the native IBM compilers. I believe the problem to be
with the linker. By default gcc for AIX doesn't use the GNU linker, but
the standard AIX
2004 Mar 18
4
ogg123 streaming bug
ogg123 seems to have a issue when streaming for long peroids of time.
If I have ogg123 up connected to a streaming server for more than 3.5
hours it begins to stutter or add blocks of static. I've verifed this
with 2 different soundcards in both alsa oss emulation and regular oss.
It's 100% repeatable for me.
It does not happen with xmms using libvorbis as the output plugin so it
2001 Oct 22
1
ogg123 bitrate average (forwarded for Jack Versfeld)
This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
------_=_NextPart_000_01C15AF9.A721EEE0
Content-Type: text/plain;
charset="iso-8859-1"
Hey all...
I have included a diff to the 1.0rc2 source of vorbis-tools/ogg123/ogg123.c
to average the bitrate out in the reporting so that it looks a bit
2001 May 29
2
wishlist for ogg123 += Non-blocking verbose messages
Hi,
I am using the ogg123 player through an emacs interface to mpg123 I
patched up to support ogg123 (shameless plug, see
http://asf.void.at/emacs.html). This has a problem (apart from it being
emacs, which might offend some of you (-:):
The verbose output from ogg123 is collected and inserted into a
temporary buffer. This works when emacs has nothing else to do, but
fails when it blocks. Then,