Displaying 20 results from an estimated 2000 matches similar to: "Several problems with ogg123"
2001 Feb 27
2
building under NetBSD and using /dev/audio
I am using NetBSD 1.5.1_ALPHA (i386). I have libao-0.6.0,
libvorbis-1.0beta4, libogg-1.0beta4 and vorbis-tools-1.0beta4.
My sound works. I am able to use a .ogg file by using ogg123 to create a
.wav file and playing it with splay. (splay uses /dev/audio.)
How can I modify ogg123 (or liba0) so I can use /dev/audio as the default
sound device?
Or maybe it would be better to add a new device (for
2004 Aug 06
1
Ices 0.3 won't play mp3 file
OK...messing with 'gdb' (of which I am completely new to)
<p>Here's is the complete output from what I've done with 'gdb'
----------------------------------------------------------------
# gdb ices
GNU gdb 4.18 (FreeBSD)
Copyright 1998 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it
2006 Oct 06
1
problem using libao on OSX 10.4
I installed fink and now I have the /sw/lib, however that didn't fix
my problem. I went as far as to take out the -
Ddlsym=dlsym_auto_underscore out of the configuration files. Now
however the libao package won't build at all and yips about this:
[ukiel:/MP3/OGG/libao-0.8.6] wind% make
Making all in src
Making all in plugins
Making all in oss
make[3]: Nothing to be done for
2002 Jan 18
1
ogg123 1.0rc3 thread issue
As I have mentioned here before, ogg123 from 1.0rc3 segfaults after
playing a file on FreeBSD and OpenBSD. This happens with both the
native pthread and with GNU pth. I have finally managed to isolate
the problem.
ogg123 crashes inside pthread_cond_wait(), specifically in the
COND_WAIT() call in buffer_wait_for_empty().
*If* I understand the control flow correctly, the decoder thread
waits on
2001 Nov 04
5
ogg123 running under MacOS X
I finally managed to compile ogg123 under MacOS X, after creating a PB
project for it.
Rillian, do you want to include the PB project in cvs? (it needs a LOT
of polishing, though).
----------
Ogg123 from PACKAGE VERSION
by Kenneth Arnold <kcarnold@arnoldnet.net> and others
Usage: ogg123 [<options>] <input file> ...
-h, --help this help
-V, --version display
2001 Mar 13
2
Followup to compiling Ogg on NetBSD-1.5/i386
Hi Jeremy,
I went through the list archives, and have been trying to follow and
implement things as I understand:
1. libao needs <sys/soundcard.h> and <machine/soundcard.h>, and so I
linked /usr/include/soundcard.h there.
2. Since `soundcard.h' doesn't have SNDCTL_DSP_GETODELAY, I uncommented
that particular line in `src/plugins/oss/ao_oss.c'. These steps made sure
2000 Jul 28
0
libao testing
Now that libao is integrated with ogg123, I was hoping that people with
platforms different than mine could test the operation of ogg123+libao.
I would really appreciate it if people testing ogg123 could send me email
(privately, NOT to the list) with the following information:
Hardware Platform: (Intel x86, MIPS, PowerPC, etc.)
Operating System: (Linux, NetBSD, IRIX, etc.)
Other sound
2002 Jul 27
0
libao patch
I hope this is the right place to submit libao patches -- the
freshmeat page points to ogg vorbis as the homepage for libao.
Currently, at least on my system (SB Live Value!, ALSA .9 branch),
stuff going to alsa sounds *awful* because of too-small buffers.
mpg321 and similar programs are unusable, and none of them seem to
want to let you set the buffer size. This patch lets an environment
2001 Mar 10
0
patch to add device-option to ogg123 rc file
Below is a patch for vorbis-tools-1.0beta4 ogg123.
It adds support for using the rc file (like /etc/ogg123.rc) for
configuring the device-options. In addition, comments can be used (when
they start a line).
My ~/.ogg123rc:
default_device=oss
default_options=dsp:/dev/audio
Please share your comments.
Jeremy C. Reed
http://www.reedmedia.net/
diff -u
2013 Jun 02
0
Is there an "off" switch to prepare to repeat a call to ogg123?
P { margin-bottom: 0.08in; }A:link { }
Hi Ogg Fans,
I have a puzzle. When I'm getting ready
to plan a larger program, I often do some little experiments to see
whether what I'm thinking is going to be able to happen in the way
that I anticipate. My next project involves some playing .ogg files
in a random order. I have three brief files which I have used in this
experiment. I am
2003 Oct 01
1
4.9 RC1 (i386) mplayer induced panic
All:
I cvsup'ed earlier this evening and am still able to reproduce this
panic at will. Command line, panic backtrace, dmesg, ldd output,
and mplayer version follow. If more information is needed, just let
me know.
% mplayer foo.mov [a quicktime file]
[plays for awhile, and then panics]
# gdb -k -s /usr/obj/usr/src/sys/LICHEN/kernel.debug -e /var/crash/kernel.2 -c /var/crash/vmcore.2
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
2003 Mar 09
0
ogg123 --end 1:59 patch.ogg
Hi
Here is another patch regarding time in ogg123 which is more
controvercial than the other one I send some days ago. (see
attachment)
When working with Daisy/SMIL [1] files it would be helpfull if the
user could stop play at a specific time. Currently .ogg files are not
allowed in the Daisy format but that will hopefully happen one day if
I work hard at it.
A clip in a Daisy file could look
2002 Aug 01
0
[: Re: [fwd] CVS: ogg123 rocks! vcut no so much so... (from: wayfarer42@postmaster.co.uk)]
For some reason this didn't make the list and I got no approval
message... this time I'll force the From to be my subscribed
address. Bug in Monty's new filtering system? Anyway, here goes again.
----- Forwarded message from -----
Date: Thu, 1 Aug 2002 10:24:46 -0400
To: vorbis-dev@xiph.org
Subject: Re: [vorbis-dev] [fwd] CVS: ogg123 rocks! vcut no so much so... (from:
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
2001 Jul 11
1
AGAIN: ogg123/ogg123.c of vorbis-tools causes error on FreeBSD
In the vorbis-tools of the 20010710 version of CVS snapshot,
ogg123/ogg123.c causes error on FreeBSD: <sys/types.h> is required.
This *HAS NOT BEEN FIXED SINCE THE 20010601 VERSION*.
I would appreciate if you just add an #include line - or let me know
why you do not want to do so.
// Kenji Rikitake
*** ogg123.c.FCS Sun Apr 8 11:33:08 2001
--- ogg123.c Sat Jun 2 00:40:08 2001
2003 Feb 14
1
ogg123 and plugger
Hi. I'm trying to get plugger to work with ogg123 and it does - sort of.
No matter what the song is, it plays 24 seconds of the song and then
dies. Same spot every time - I've tried with a short song (Janis Joplin
Mercedes Benz) and a long song (Cracker Eurotrash Girl).
I have this as the mime identification in the plugger rc file:
audio/ogg: ogg: Vorbis Ogg audio
application/x-ogg: ogg:
2001 Dec 15
0
[PATCH] [FEATURE] Ogg123 range playback
A small patch (attached) to the ogg123 source (dec 15 nightly build from
CVS) that implements ranged playback a la:
ogg123 -r 12:10-13:00 file.ogg
to playback 12m:10s-13m:00s fragment from the file.ogg soundfile.
Usage:
ogg123 -r hours:minutes:seconds.fraction-hours:minutes:seconds.fraction
anything can be pretty much omitted (within reason)
[although it does not support hh:mm:ss.hh- ]
2001 Jun 30
0
ogg123 synopsis and man page fixes
The output of ogg123 -h and the man page should be updated to
document the devices currently available through libao. (Those
extraneous carriage returns in ogg123.1 suck, btw.)
--- ogg123/ogg123.1.orig Sat Jun 30 14:48:43 2001
+++ ogg123/ogg123.1 Sat Jun 30 15:02:46 2001
@@ -76,7 +76,7 @@ written to
output overhead.
.IP oss
-Open Sound System driver for Linux and {Net,Free,Open}BSD.
+Open
2005 Aug 08
0
Re: oggdec/ogg123 cannot play stream files
Hello
I'm following this up to the vorbis-dev mailing list (and bcc to
you). Thanks for your repsonses.
At 15:09 Uhr -0500 07.08.2005, Graham Mitchell wrote:
> > b) concerning oggdec and ogg123:
> > - neither is able to read from a pipe nor a fifo, as it seems.
>
>Yes, the "ogg123" from a pipe bug was actually just fixed in CVS during the
>last week, so try