Displaying 11 results from an estimated 11 matches for "sonicblu".
Did you mean:
sonicblue
2001 Aug 18
1
Forwarded bounce about advocacy/ Diamond Rio
....0 (X11; U; Linux i686; en-US; rv:0.9.3) Gecko/20010801
X-Accept-Language: en, fr-FR, ru
MIME-Version: 1.0
To: vorbis@xiph.org
Subject: Rio Volt, RCA Lyra, and other players
I've posted this here before, but the topic has come up again
so I'll summarize my old posts.
I contacted DiamondMM/SonicBlue several times about getting Ogg
support into the Rio500 (which is firmware upgradeable and features the
words "supports future music formats" prominently on all the literature).
Their response was pretty consistent: we don't support it because it's not
a widespread, "industr...
2001 May 21
1
RE: Presales Question - Customer Service (fwd)
here's the reply from Diamond/SONICblue re: ogg vorbis and rio products.
have fun
dongoodman
%--------------------------------------------deg3@ra.msstate.edu| |bleu|
|`I invented the term 'object oriented', pobox 2516| |----|
|and I can tell you mississippi state ms| | () |...
2002 Jan 14
0
Statement about OGG support in Rio Riot
FYI, looks like more people need to let SonicBLUE know that OGG support is
an important factor in there purchasing decisions.
Dax
---------- Forwarded message ----------
From: Paul Crossley <pcross@sonicblue.com>
To: 'Dax Kelson' <dax@gurulabs.com>
Date: Mon, 14 Jan 2002 08:21:31 -0800
Subject: RE: OGG support in Rio Riot?...
2001 May 18
1
Request for support: add Vorbis to RioVolt CD player
I just recently got myself the SonicBlue RioVolt Mp3/WMA CD player, which
has upgradeable firmware.
I've sent a request to:
customersupport@diamondmm.com
asking them to add support for Ogg Vorbis in the next release of their
firmware, so that it will be able to read Ogg CDs
and display its tags properly.
It would be great if othe...
2001 Apr 12
5
Windows XP and MP3
if ya' haven't seen it already, check out:
http://www.canoe.ca/MoneyWSJ/wsj2-dow.html
ad, sad, sad. on many fronts. I don't begin to understand how this might
work; I suppose the MP3 degradation only applies to MS encoding software...
*shrug*
this may, however, provide a good leveraging point for Vorbis.
have fun
dongoodman
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 Apr 08
6
bitpeeler
No offense, Segher, but the output quality of this thing is awful. =)
I'll disregard the fact that, at least with *my* compiler, the source
tarball I downloaded reduces every packet to zero bytes, which isn't
terribly interesting.
I decided to set the byte reduction to something constant: I started
by dividing each packet's size by 2 just to see what would happen.
The resulting ogg
2012 Jan 09
39
[PATCH v4 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the fourth version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2011 Dec 06
57
[PATCH RFC 00/25] xen: ARMv7 with virtualization extensions
Hello everyone,
this is the very first version of the patch series that introduces ARMv7
with virtualization extensions support in Xen.
The series allows Xen and Dom0 to boot on a Cortex-A15 based Versatile
Express simulator.
See the following announce email for more informations about what we
are trying to achieve, as well as the original git history:
See
2003 Feb 13
1
Bug in vorbis documentation
I've been tinkering (not very seriously) with writing a vorbis (and ogg)
decoder from scratch using only the documentation. I've got as far as
starting to decoding floor 1 without any problems. However, there's a
problem in the floor 1 header decode. Specifically:
22) [floor1_values] = [floor1_values] + [floor1_class_dimensions] element
[i]
hould probably be:
22) [floor1_values] =
2003 Mar 03
0
Implementation of vorbis using only the documentation
Reinventing the wheel is fun. I've just got working a (sort of) complete
implementation of vorbis using (very nearly) only the documentation.
This was quite easy overall as the documentation is very comprehensive
and clear. Nice job, whoever put it together!
The one spot I had some trouble with was the low level residue decode.
The pseudo code at