similar to: Hardware list on vorbis.com

Displaying 20 results from an estimated 300 matches similar to: "Hardware list on vorbis.com"

2003 Feb 04
2
Hardware List Draft
Here's a list of non-PC hardware I found that supports Vorbis, with links and short descriptions. It's still kind of rough, and I don't have personal experience with any of these things, though where noted, I have gotten email from the company. This is still just a draft. I've made links, and also left the URLs after the headings so it converts to text well. Following the
2002 Feb 01
4
Ogg in my car
I hope this hasn't already been mentioned on the list or I'll kind of look stupid... The Ogg Developers may already be aware of this, but I thought this would be news for most of the people who subscribe to this list. I saw this on NewsForge where they referenced an article from MP3Newswire.net The article is about Kenwood announcing a digital music system for cars that supports Ogg
2003 Jan 30
0
PhatBox and Music Keg unofficially support Vorbis
PhatBox and Music Keg (which I'd describe as MP3 players that hook into your car stereo) unofficially support Vorbis. Apparently there was a post to vorbis-dev quite a while ago about this, but it's news to me, and it hasn't been on this list. I'll add this to my hardware list, which I'll post here soon. This was a (very speedy :-)) response I got from PhatNoise's
2003 Aug 25
3
mem leak when writing ogg vorbis comments
I'm working on a win32 C++/MFC program, and I'm having trouble getting rid of a memory leak when writing vorbis comments. I've cut away everything except reading the file and then writing it out, and I still have a 256 byte mem leak (appended below). The code was modeled after vorbiscomment. It uses all the oggvorbis-win32sdk-1.0 static libs. I tried checking the mailing list
2006 Feb 14
3
Does anyone know of any car Ogg-Vorbis players?
Hello all, There are quite a few of my friends that are looking for new stereos for their cars. They have a large proportion of their music in Ogg-Vorbis format and are having no luck finding anything that is able to support the files. Can anyone offer any suggestions? Aaron -- http://www.whitehouse.org.nz
2003 Sep 27
1
Pontis and vorbis change.
Hi, After reading the wiki about Pontis changing the webpage, I wrote and asked their tech. support about it. I've gotten the ansver a while ago and forgot to share it until now. I dont know what to make of it... Also made a small update at the wiki. /Joel ---------begin forwarded message--------- Hello, we've still to solve some big problems until publishing the oggVorbis update. It
2004 Sep 10
3
slow FLAC__file_decoder_seek_absolute()...
Hi, I checked the archives, but I didn't find anything regarding this problem. FLAC__file_decoder_seek_absolute takes an incredibly long time to seek. What can I do about this? How do I fix it? Here's how I'm calling the function: if (argc > 2) { secs = atoi(argv[2]); seek_point = (FLAC__uint64) secs * sample_rate; printf("seeking to %d:%02d\n", secs/60,
2004 Sep 10
2
slow FLAC__file_decoder_seek_absolute()...
sorry about the delay... first, yes you are calling it correctly. if your encoded files have max_framesize == 0, then that should mean that either 1) you were using the command-line flac to encode to stdout; or 2) you are using libFLAC directly. if 2, you can replicate the functionality that is in src/flac/encode.c:metadata_callback() to write back statistics and seek table to the metadata in
2004 Sep 10
0
slow FLAC__file_decoder_seek_absolute()...
On Fri, Jan 25, 2002 at 07:22:05PM -0800, Josh Coalson wrote: > sorry about the delay... first, yes you are calling it > correctly. if your encoded files have max_framesize == 0, > then that should mean that either 1) you were using the > command-line flac to encode to stdout; or 2) you are using > libFLAC directly. if 2, you can replicate the functionality > that is in
2000 Aug 08
0
OGG Vorbis jukebox program from PhatNoise (fwd)
------- Forwarded Message From: Wesley Negus <wnegus@email.com> To: webmaster@xiph.org Subject: OGG Vorbis jukebox program from PhatNoise Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: mail.com X-Originating-IP: 63.206.8.2 X-UIDL: 64dec87f799d0b3baef420fbed173f2d Return-Path: <wnegus@email.com> Hi - I'm writing to tell you
2003 Nov 10
2
[faq?] Portable players supporting ogg vorbis
Hi, I got into the mood of acquiring a portable music player, and I want to "vote with my dollars" and choose among the players that can play ogg files. What are my options? So far, I have seen the Rio Karma (and some other Rio models?), and my favorite as of today is one of the iRiver iFP-1xxT. The Neuros looks even better, but ogg support seems incomplete. Any good experience, bad
2004 Sep 10
0
slow FLAC__file_decoder_seek_absolute()...
I think I figured out where the problem is. In my metadata_callback, I added a thing to print out the max_framesize and max_framesize from the stream_info block. Those are both zero. The ..._seek_absolute() function of the SeekableStreamDecoder uses the max_framesize to guess at where to seek. It doesn't seem to handle the case when max_frame_size is zero very well. I'm looking
2005 Mar 19
3
Any Zaurus users??
Just wondering if there are any Zaurus owners out there using there zaurus as a voip phone?? I'm trying to decide which on to buy. The sl-6000 is perfect for phone use from what I've read, but it's not very pocket friendly (http://www.sharpusa.com/images/hpc_SL6000_pic1.jpg) The clamshell models (http://conics.net/shp/pda/zaurus-sl-c700/sl-c3000.html) are much nicer but would
2002 Feb 08
2
Vorbis bitstream specification...
Hi, I'm looking for more documentation on the Vorbis bitstream format. The goal for me is to write an optimized decoder using only integer or fixed point math for use on the Phatnoise Car Audio System (see http://www.phatnoise.com). I've already found the info on the Ogg framing system and I've already written my own thing for parsing through Ogg frames (easy). Also, is RTP
2002 Dec 29
1
R on the Zaurus
Dear All, I have a working (in so far as NAs are handled correctly) version of R running on the Zaurus. The problem was not ieee 754 compliance but rather the fact that the configure script did not realise that the Z had a bigendian processor. I'll post a link, etc. tomorrow on the Zaurus forum for those who may be interested (http://www.zaurus.com/dev/board/) in downloading a copy.
2002 Nov 27
1
R on the Zaurus
Hello All, I have a working port of R on my SL5500. I've not tested the X windowing support yet, but was more concerned about the accuracy of the fp emulation. The following is the result of the test which Stuart Leask recommended I should try: Mandrake 8.2 > x<-NA > is.na(x) [1] TRUE > x+1 [1] NA > 2*x [1] NA Zaurus OZ3 > x<-NA > is.na(x) [1] TRUE > x+1 [1] 1
2004 Sep 10
1
[Flac-users] BIG Problem!!! Help please!
Yeow! I have many files that have become unplayable. They are almost (but not always) the files of an entire CD. The error I get is FLAC_STREAM_DECODER_ERROR_LOST_SYNC. They played until recently using WinAmp and PhatNoise. They will not decode, returning a 0 error. I recently re-installed Windoze (XP Pro) if this might be a cause, but many of the files I had before the reinstall still do play.
2002 Oct 18
3
Potential serious problem with Shorewall.
This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig05F2F5838E1DC28DCA5557B7 Content-Type: multipart/mixed; boundary="------------040200040609050204020409" This is a multi-part message in MIME format. --------------040200040609050204020409 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi, Using Mandrake 9.0 and
2002 Nov 18
1
R on Sharp Zaurus 5500?
For what it is worth, here are my experiences. When I first got my zaurus I compiled R version 1.4.0 for the it. It took some time to do, but managed with the skiffclusters at familiar.org. (libf2c was the hardest part). Compilation should be easier now that there are onboard compilers but I haven't tried. I thought this would be neat to have in the classroom. (It did get one student to buy
2004 Apr 22
1
Problem with ownership of non-root files at destination
I'm using rsync to mirror my Sharp SL-5500 Linux PDA home directory to my Linux desktop over a TCP/IP-on-USB link. I'm running the following command as root on the 5500: /home/QtPalmtop/bin/rsync -av /home/zaurus \ 192.168.129.1::zaurus I'm running the rsync server out of xinetd. I have verified with 'ps' that the server, when it starts, is running as root. The files are