Displaying 20 results from an estimated 7000 matches similar to: "Auto Vorbis"
2000 Sep 16
1
DIY hardware player -> Vorbis??
Hello all,
I ran across this link from slashdot and it looks like it has a lot of
potential:
http://www.pjrc.com/tech/mp3/
It is a built-it-yourself kit project for an mp3 player. Although there
are still some things that need to be refined, this could be one path to
getting a cheap Vorbis hardware player. As I said, it is currently set
up for mp3 files, but the firmware is supposedly
2002 Feb 20
1
Ogg Vorbis fixed-point math anyone ?
A few months ago, there was some discussion about adding fixed-point
support for iPAQ's StrongARM to Ogg Vorbis (whether and how it's
possible, that is). Has anybody tried this yet ?
Gregor
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'vorbis-dev-request@xiph.org'
2023 Feb 22
1
[patch net-next v2] net: virtio_net: implement exact header length guest feature
On Wed, Feb 22, 2023 at 10:14:21AM -0500, Willem de Bruijn wrote:
> Either including the link that Michael shared or quoting the relevant
> part verbatim in the commit message would help, thanks.
>
> Thinking it over, my main concern is that the prescriptive section in
> the spec does not state what to do when the value is clearly garbage,
> as we have seen with syzkaller.
>
2002 Feb 20
1
Re: [iPAQ] Ogg Vorbis fixed-point math anyone ?
Actually, we have a integerized version of the vorbis libraries that are
available, royalty free, with a simple attribution requirement. These
libraries are 100% C code and run faster than real time on a cirrus
7312-74mhz processor (arm core). My guess is they should run at about
20-30% cpu utilization on a strongarm/200. Monty has this same code, but
his version doesn't play b4 content real
2006 May 22
1
Script AGI on C
Hi Folks:
I used that one example for AGI script on C web, only to fill the working with the Asterisk. I compiled and it worked great. I executed accidentally the ls -l command in directory where was the source and executable, I noted and was surprised that because the executable size was to further 20 times more than source.
I executed the gcc -Os source.c -o executable.agi command several
2006 Mar 01
3
oggfile, skeleton and vorbis tools
(w. quotes from the xiphmeet:
<http://westfish.xiph.org/~giles/200603_meeting.txt>, I've tried to
strip it down to relevant stuff)
<xiphmont> "Is there any interest in extending vcedit/libvorbisfile to
do basic handling of Vorbis streams from concurrently multiplexed Ogg?"
< xiphmont> Yes, but that work was *also* tied to OggFile from way back
when, and one
2006 Mar 07
2
oggfile, skeleton and vorbis tools
On Tue, Mar 07, 2006 at 12:10:57PM -0500, Monty wrote:
> On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote:
> > I assume what this all means is there's no desire for any kind of stop-
> > gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg
> > stream"[1], and that anything along these lines will wait until Oggfile.
>
> Well,
2003 Sep 14
6
ov_clear(&vorbis) segfaults?
Hello all. I'm new to this list. I'm also new to coding with libvorbis
and things, so please bear with me. :)
I've been having trouble with libvorbisfile.
My use of it is fairly simple, but when I try to ov_clear the vorbis
file, it segfaults.
I can attach or otherwise make availible some demo source code, but for
now I'll just pull out relevant lines:
//BEGIN PSEUDO CODE
2006 Mar 09
0
oggfile, skeleton and vorbis tools
Conrad Parker wrote:
> On Tue, Mar 07, 2006 at 12:10:57PM -0500, Monty wrote:
>
>>On Wed, Mar 01, 2006 at 10:36:38PM +0000, Ian Malone wrote:
>>
>>>I assume what this all means is there's no desire for any kind of stop-
>>>gap libvorbisfile that does the "vorbis out of any otherwise valid Ogg
>>>stream"[1], and that anything along these
2005 Nov 20
2
Re: [Vorbis] metadata
On Sun, Nov 20, 2005 at 12:44:50PM +0000, Ian Malone wrote:
>
> Skeleton
> also has the problem for simple applications that it wants to be
> the first page, which will cause libvorbisfile based Ogg/Vorbis
> players to choke. Not that libvorbisfile doesn't need to be
> updated to play something that isn't strictly Vorbis-I anyway;
> but, as it is, players which do
2005 Nov 21
0
Re: [Vorbis] metadata
Conrad Parker wrote:
> On Sun, Nov 20, 2005 at 12:44:50PM +0000, Ian Malone wrote:
>
>>Skeleton
>>also has the problem for simple applications that it wants to be
>>the first page, which will cause libvorbisfile based Ogg/Vorbis
>>players to choke. Not that libvorbisfile doesn't need to be
>>updated to play something that isn't strictly Vorbis-I
2005 Nov 20
0
Re: [Vorbis] metadata
Silvia.Pfeiffer@csiro.au wrote:
> Hi Ian,
>
> CMML is still a draft, so we can change the addressing if required.
> You're correct, currently something like
>
> blah.cmml#fragment
>
> points to a clip (or temporal section) of the stream, but
>
> blah.cmml#t=12
>
> points to a 12 seconds offset.
>
> (same for annodex, i.e. ogg files with skeleton
2001 Oct 10
2
integer decoder
Is anyone working on an Ogg Vorbis decoder that uses only integer
arithmetic? Would it be hard to do?
It will be required at some point (for example, many portable MP3
players are based on an ARM processor without the floating-point
coprocessor), but I don't claim that now is the time to start work on
such a thing. I'm just curious.
Edmund
--- >8 ----
List archives:
2002 Aug 02
1
Problems with ogg/vorbis python bindings.
I compiled and installed pyogg followed by pyvorbis, running:
$ ./config_unix.py
$ python setup.py build
and as root:
# python setup.py install
for pyogg and pyvorbis in turn. This completed without error, however
upon trying to import ogg.vorbis in IDLE I get an import error:
ImportError: libvorbisfile.so.3: cannot open shared object file: No such
file or directory
I was told this may have
2007 Sep 18
1
vorbis-tools configure
Hi guys,
I'm trying to compile vorbis-tools with libvorbis-aotuvb5. The problem is that
installed libvorbis conflicts with myself-compiled libvorbis-aotuvb5, though
I specified --with-vorbis-libraries and --with-vorbis-includes to the
vorbis-tools configure:
vorbis-tools-1.1.1#
CFLAGS="-static" ./configure
2020 Jun 17
0
Blog article about the state of CentOS
Hi,
I am the author of said blog article.
FIRST: It was never my intention to criticize the CentOS
team. I appreciate the hard work you are doing. If my blog
text (which is in German langugage) gave a wrong impression,
I apologize.
SECOND: I LOVE CentOS. Otherwise it would not matter to
me. I use CentOS to teach Linux administration at
university, I promote CentOS in my books and I use it
2004 Nov 10
0
Samba + cups not working (intermittently)
I initially thought this was a cups problem, but looks like samba now . . .
I have been using a Brother MFC9880 printer with Samba. Everything has been
fine for the last month, until things stopped working recently (on a Monday
morning with no intervention over the weekend. Samba log is below:
My system:
Debian woody
Samba-2.2.3a-14.1
cupsys-1.1.14-5woody1
MFC9880 connected to server by USB.
2002 Jul 24
4
redhat vorbis install
I hope I'm not being an idiot, but I'm attempting to install vorbis-1.0
RPMs on a few redhat machines and failing horribly. I'm in dependency
hell.
For starters, libao-0.8.3-1 requires libasound.so.2 (an alsa library?)
which does not seem to be available in any recent redhat releases.
Then vorbis-tools wants libcurl.so.2, which makes redhat 7.2 machines
choke.
Worst of all is
2000 Jul 25
2
Library issues (BOUNCE vorbis-dev@xiph.org: Non-member submission from [rob@emusic.com]) (fwd)
BTW, I need a volunteer to upgrade xiph.org to MailMan or the like. I'm
officially sick to death of majordomo.
(Or, if you want to code all the features I want in majordomo, that's fine too
;-) I'm a little bit out of time, see....
------- Forwarded Message
Sender: robert@emusic.com
I just brought the FreeAmp codebase up to speed with the latest Vorbis
source. In doing so,
2000 Nov 10
1
cvs trunk vorbis/ compile patches
ltconfig placeholder shoud be removed.
Makefile.am : some stuff copied from branch_beta3
ogg lib must be added only where necesary.
vq subdir Makefile.am'ized, (but installs nothing)
made distclean target slightly more clean
-- check it by hand first, please ---
also you'll want to remove vq/Makefile if the ...am passes inspection
-------------------------------------------------
diff