Displaying 20 results from an estimated 4000 matches similar to: "ogg123 playing 24bit flac"
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
2013 Jan 17
1
libao problem (Re: [alsa-devel] No dmix/dsnoop on Intel ICH4/5 by default?)
On 16-01-13 21:52, Clemens Ladisch wrote:
> Rene Herman wrote:
>> I'm out of touch of with alsa -- but should dmix/dsnoop still be
>> enabled by default on hardware that doesn't do hardware mixing?
>
> Yes.
>
>> I believe that it should be from /usr/share/alsa/cards/ICH4.conf,
>> but I don't get mixing on this setup when using the
2005 Sep 02
1
oggdec and ogg123 playing audio from an Ogg Theora+Vorbis file?
Are oggdec and ogg123 supposed to be able to extract or play audio from an Ogg
Theora+Vorbis file?
OggDec 1.0 and ogg123 from vorbis-tools 1.0.1 don't seem to be able to do so.
If the programs are not supposed to do this job now, are any improvements
planned so they can do this job in the future?
Thanks for info on this.
2010 Mar 01
1
adding directory contents to ogg123 playing in sorted order?
Would a patch to ogg123 for using scandir(3) and alphasort(3) instead
of opendir(3) and readdir(3) in playlist_append_directory() be
accepted, or are those not sufficiently portable? On Linux,
_SVID_SOURCE or _BSD_SOURCE is required to use them. This shouldn't be
hard to implement and I'd like very much to have directories added to
the playlist in sorted order.
2000 Nov 11
1
esd bug in ogg123
I've run into two problems with ogg123 that appears only when using the
esound driver.
Case 1: pops in output
Audible pops, especially at low volume. Original mp3 file does
not exhibit these pops, nor does oss output from ogg123, nor does
esd output from mpg123.
Things ruled out:
disk speed - the HD is ATA/33 with DMA on. It's a single user
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
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
2000 Oct 26
1
ogg123 does not stop at the end of the file
MoiN
ogg123 does not exit after playing a file but starts to eat all
available cpu time, trying to read past the end of the file.
Please apply the following patch to ogg123.c in vorbis-tools:
--- vorbis-tools/ogg123/ogg123.c.orig Thu Oct 26 22:37:05 2000
+++ vorbis-tools/ogg123/ogg123.c Thu Oct 26 22:37:29 2000
@@ -461,9 +461,9 @@
while (!eos) {
2001 Jan 02
0
ogg123: close_dsp_on_suspend and next_on_SIGUSR1 patches submission
Hi,
A developper of MandrakeSoft needed for some reason to ameliorate ogg123
in a way: with the patch when you issue a Ctrl+Z (suspending the app) the
dsp is freed. Ofcourse the app can still continue when SIGCONT is
received.
Apparently he chose to separate the actual code into more functions.
Please note that this code uses local functions, it thus needs gcc to
compile.
-=-=--
---
2000 Sep 19
1
patch for ogg123 on FreeBSD
In order to get ogg123 to compile under FreeBSD, I had to change the include
order:
Index: ogg123.c
===================================================================
RCS file: /usr/local/cvsroot/vorbis/vorbis-tools/ogg123.c,v
retrieving revision 1.17
diff -u -r1.17 ogg123.c
--- ogg123.c 2000/08/30 06:09:22 1.17
+++ ogg123.c 2000/09/19 17:18:12
@@ -27,8 +27,8 @@
#include
2002 Oct 06
0
Patch: remote interface for ogg123
Hi,
A few months ago, I implemented a remote interface to ogg123
similar to that of mpg123. I did this to add playback of ogg
files to irmp3, a mp3 jukebox that already interfaces with mpg123.
I have tested the interface for a while and found it stable. I've
sent patches to the irmp3 development team and hope that
they'll be integrated soon in irmp3. It would be very usefull
if the