search for: phatnoise

Displaying 20 results from an estimated 21 matches for "phatnoise".

2004 Sep 10
3
slow FLAC__file_decoder_seek_absolute()...
...%60); flac_status = FLAC__file_decoder_seek_absolute(decoder, seek_point); if (flac_status) printf("seek absolute = %d\n", flac_status); } FLAC__file_decoder_process_remaining_frames(decoder); Thanks, Brendan Dowling p.s., I am making a simple FLAC file player that runs on the Phatnoise Car Audio System (see http://www.phatnoise.com/ for more info). --- Brendan Dowling crypt@phatnoise.com Phatnoise, Inc. http://www.phatnoise.com/
2004 Sep 10
2
slow FLAC__file_decoder_seek_absolute()...
...n the stream. in that case knowing the first few frame sizes doesn't really help much. on my todo list is a true binary search which should improve things for streams with no seektable and wide bitrate swings. Josh P.S. be sure to keep us posted about PhatBox! --- Brendan Dowling <crypt@phatnoise.com> wrote: > 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...
2004 Sep 10
0
slow FLAC__file_decoder_seek_absolute()...
...ed the player with some files encoded by another guy here at work, and seeking into the files seems to work perfectly. So the Phatbox now plays FLAC files. Although, it's not yet in the standard firmware download from the web page, and encoding is not yet included in the capabilities of the Phatnoise Music Manager software. (Although I hope to get the Windows software guys to include the ability to at least include .flac files in playlists soon and adding the player to the standard firmware distribution should be easy). So, thanks again. And maybe if I become more acquainted with the libFLA...
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 about the new PhatMan music jukebox software...
2004 Sep 10
0
slow FLAC__file_decoder_seek_absolute()...
...size 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 at seekable_stream_decoder.c, by the way. The files I am playing were encoded using the command line 'flac' encoder and default options. Brendan Dowling Phatnoise, Inc. crypt@phatnoise.com http://www.phatnoise.com/ On Thu, Jan 17, 2002 at 05:46:00PM -0800, Brendan Dowling wrote: > 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 se...
2003 Jan 30
0
PhatBox and Music Keg unofficially support Vorbis
...ur 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 support: _______________________________________________________________________ From: Mike Woo <mwoo@phatnoise.com> To: tcfelker@mtco.com Subject: PhatNoise Case 2171: Ogg support? Date: 30 Jan 2003 15:19:49 -0800 Tom, Yes, the PhatNoise Music Manager (PMM) can encode to Ogg for...
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 only used for streaming Vorbis data from internet streams? When that data is packeted into a...
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. Thouroughly anti-vi'ed using Trend Micro's Housecall, no virus. If you know what might have caused this is there a...
2004 Sep 10
3
FLAC support in Phatbox car audio system
...em) now has firmware to support FLAC files. I have a news bullet on the FLAC site: http://flac.sourceforge.net/news.html#20020213 This is the first hardware support for FLAC (more is coming) and I think the first support of any non-proprietary lossless audio format for any hardware. Kudos to Phatnoise for taking the lead. Josh __________________________________________________ Do You Yahoo!? Yahoo! Sports - Coverage of the 2002 Olympic Games http://sports.yahoo.com
2003 Aug 25
3
mem leak when writing ogg vorbis comments
...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 archives, but all the messages say is to copy vorbiscomment. FYI, this software is used to put music on an Ogg-Vorbis enabled hardware project (PhatNoise PhatBox). It also does ripping and Ogg-Vorbis encoding. :) Thanks! Here's the code. I tried to get rid of as much superfluous code as possible. BOOL CHeaderInfoOGGBASIC::WriteFileTag(CString szFilePath) { vcedit_state *state; vorbis_comment *pvcin; FILE * in=NULL,...
2004 Sep 24
6
dropping id3 support
after spending a lot of time integrating X-Fixer's winamp2 plugin code, I am on the verge of removing id3 v1/v2 support from the plugins completely. it is really hard to get right in a way that works intuitively for the user, and i18n is also a nightmare. in id3v2 every field can have a different encoding. FLAC tag a.k.a. Vorbis comment support is very good now so unless someone comes up
2004 Sep 10
1
Phatbox (was: Re: slow FLAC__file_decoder_seek_absolute()...)
--- Brendan Dowling <crypt@phatnoise.com> wrote: > Thanks Josh. I tested the player with some files encoded by another > guy here at work, and seeking into the files seems to work perfectly. > > So the Phatbox now plays FLAC files. Although, it's not yet in the > standard firmware download from the web page,...
2004 Sep 10
0
Phatbox (was: Re: slow FLAC__file_decoder_seek_absolute()...)
...unit for umm, testing... -eddie >From: Josh Coalson <xflac@yahoo.com> >To: flac-dev@lists.sourceforge.net >Subject: [Flac-dev] Phatbox (was: Re: slow >FLAC__file_decoder_seek_absolute()...) >Date: Mon, 28 Jan 2002 17:33:54 -0800 (PST) > >--- Brendan Dowling <crypt@phatnoise.com> wrote: > > Thanks Josh. I tested the player with some files encoded by another > > guy here at work, and seeking into the files seems to work perfectly. > > > > So the Phatbox now plays FLAC files. Although, it's not yet in the > > standard firmware downl...
2004 Sep 10
1
process for petitioning for more flac hardware support
i was wondering how one would go about approaching hardware manufacturers to support flac. i get the sense that in the case of phatnoise, one of their devs already knew about flac and took the initiative (although if this isn't the case, please correct me). but how would you go about asking say, apple, to add flac support to the ipod? the ipod can already play a number of formats, including wav files & the firmware is u...
2004 Sep 24
0
dropping id3 support
ah. I was only talking about removing support in the winamp2 and xmms plugins. the decoder libraries will still be able to skip over/ignore id3 tags as before. I think AudioReQuest and PhatNoise must be using their own code to read id3 tags, which won't be affected. Josh --- Steve Vasquez <steve.vasquez@request.com> wrote: > Hey Josh, > > We currently use id3 v1/2 in the AudioReQuest but are working to > support > Vorbis Comments in a future version. I do kno...
2004 Sep 10
1
VHDL Implementation?
...rt my working on my major project for College. I want to create an audio CD archival/ playback server. There will be a base server and also several satellite players. I will be building a secondary server for my car. And in the car power is at a premium so I wanted true hardware support (unlike phatnoise which is software based). The car will support both playback and archival. There will be a wireless (802.11a?) link between both servers which will sync when in range. I found this link: http://www.celoxica.com/home.htm They have a C to (V)HDL converter. I'm just now learning VHDL and was...
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 Feb 04
2
Hardware List Draft
...play Vorbis. This list of hardware companies you can ask for Vorbis support also includes information projects th If you know of any other hardware or projects, please let me know. LINKS http://www.xiph.org/ogg/vorbis/hardware.html mailto:tcfelker@mtco.com Hardware that can play Vorbis now: PhatNoise's PhatBox, Kenwood's Music Keg These are MP3 players that you put in the trunk of your car and hook up to your car stereo. Both players run ARM-Linux, and unofficially support playback of both Ogg Vorbis and FLAC files. NOTES: From their tech support: &q...
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 29
1
Hardware list on vorbis.com
...There are already a few non-PC devices that can play Vorbis (DP-450 DVD player, Zaurus, Palm), as well as rumors of support to come (<http://www.pontis.de/site_e/produkte/pl_600_e.htm>), efforts to support Vorbis on portable MP3 players, (iRiver, Neuros) and random links like <http://www.phatnoise.com/products/index.php> and <http://www.kenwoodusa.com/excelon/excelonKeg.jsp> that I just found on Slashdot in the "FLAC joins Xiph.org" thread (and haven't checked yet). Since I've been waiting for Vorbis support before buying MP3 players, car stereos, etc., I've k...