Displaying 20 results from an estimated 40000 matches similar to: "Vorbis Hardware List"
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 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
2003 Oct 16
5
Joining .WAV files with ogg-vorbis
By the way, I was delighted to find out that I could join .ogg files
with cat, i.e.
cat {file1.ogg} file2.ogg > outputfile.ogg
<p>I successfully used this capability, together with oggenc and sox, to
join two .WAV files in the following manner:
<p>oggenc -q9 file1.wav
...
oggenc -q9 file2.wav
---
cat file1.ogg file2.ogg > outfile.ogg
ox outfile.ogg outfile.wav
I get
2003 Jan 29
1
Hardware list on vorbis.com
I like the vorbis.com site, and it was my first contact with Vorbis.
Hardware support has never been hugely important to me, but the
perceived lack of hardware support keeps many people from using Vorbis.
I think there should be a list of Vorbis-supporting hardware right on
vorbis.com.
There are already a few non-PC devices that can play Vorbis (DP-450 DVD
player, Zaurus, Palm), as well as
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
2003 Nov 23
2
Ogg Vorbis use in the Visual Basic .net environment
Heya everyone,
I'm planning on putting functionality into a Visual Basic program to be able
to play back Ogg Vorbis encoded multimedia files and I'm having difficulty
finding out how. Would anyone have any ideas on how I could do this? Perhaps
if I were able to use the Ogg Vorbis libraries as a .dll file and call its
functions from within the VB program - that might work. So does anyone
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
2004 Nov 23
2
source code
hello dear developers,
i'm a student of computer science at the technical university of berlin.
i'm on my exam and i have to implement an "perfect"
hifi-internet-telephone :-) ... at this point i thought of vorbis and the
ogg-vorbis codec to integrate this codec in my tool ...
the questions i have are:
is the source code lying on a free server to download it?
is there a
2004 Jun 08
2
piping to ogg123: Error opening - using the oggvorbis
module. The file may be corrupted.
Message-ID: <Pine.LNX.4.43.0406081110070.26162-100000@pilchuck.reedmedia.net>
I am unable to pipe to ogg123 with cat, but redirecting with < works fine.
rainier:~$ cat ~/audio/acdc-who_made_who.ogg | ogg123 -v -
Audio Device: OSS audio driver output
Author: Aaron Holtzman <aholtzma@ess.engr.uvic.ca>
Comments: Outputs audio to the Open Sound
2003 Mar 14
2
Re: Ogg Vorbis tracks in QT files
D Richard Felker III wrote:
> On Thu, Mar 13, 2003 at 07:26:21PM +0000, Mark Hills wrote:
>>>I tried to bind the 'OggS' 4CC to the vorbis codec in mov.c, but it
>>>doesn't seem to like it... anyway, in QuickTime AFAIK the vorbis track
>>>is embeded in an Ogg container... so we have those alternatives:
>>The example you give from Cinerlerra is the
2004 Jun 10
1
can ogg encode URL?
Hi,
I try to find the information if Ogg can encode a URL
so that when player gets the URL, it pops a window
showing the content of that URL. Just like what Real
does.
Based on what I understand, Ogg doesn't support it. Am
I right?
Thanks,
William
__________________________________
Do you Yahoo!?
Friends. Fun. Try the all-new Yahoo! Messenger.
http://messenger.yahoo.com/
2004 Apr 12
3
Decoding with 8 bit-samples
Hi!
I'd like to make a stereo 8-bit wav file
from a stereo (16 bit) ogg vorbis file
(in delphi, with the vorbisfile).
I use:
ret := ov_open_callbacks(filein,vf,nil,0,ops_callbacks);
if ret = 0 Then
begin
fileOut := TFileStream.Create(savedlg.FileName,fmCreate);
repeat
ret := ov_read(VF, pcmout, BufferSize, 0, 1, 1, nil); //'cause of the 8-bit
2003 Aug 14
1
Renice ogg123
I'm thinking of writing some sort of SUID wrapper for ogg123 that will
always run it at maximum priority for use with mpg123.el on my Linux
system.
I just wanted to check first that I am not duplicating efforts
here. Has anyone already written a tool like this?
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this
2004 Aug 06
2
directory servers
> www.icecast.org contains information regarding the icecast
> 1.x releases.
> Development on that series has stopped in favor of Icecast2
> and Ices2, for
Are you serious???
The development state of "Icecast 1" vs. Icecast2 has *nothing* to do with the
web site. Not from a user perspective anyways.
What's infuriating is you're not even ASKING for help..
2003 Jun 28
2
oggenc and Encoding with VBR
Apologies if this is know. But I've spent most of today Googling for a way
to get this working, and to me, something is wrong here. But it might well
be me. Anyway...
I've been trying to record direct from the soundcard into an ogg file.
I came up with
rawrec -t 10 | oggenc -r -Q -q 5 - > foo.ogg
which partially works. ogg123 will play it, but ogginfo reports
Warning: Hole in
2003 Aug 08
4
Listening to Ogg streams with MacOSX
This comes from Indymedia audio list, Whamb! should probobally be listed
on the vorbis.com software pages.
----- Forwarded message from nathaniel t <vsea75@hotmail.com> -----
The whole world doesn't use Linux or Windows. Some tiny fraction of
computer users use Macs. I didn't realize until yesterday evening how
difficult and mysterious it is to try to listen to an icecast ogg
2004 Feb 27
4
WMA9 versus OGG
Hello all
I have been encoding to OGG as a default for well over a year, but I
recently thought I ought to test how it sounds compared to other codecs. I
got the Windows Media 9 encoder and I was quite surprised at how bad a job
OGG did at quality 0 with a simple piano clip, and how well WMA9 was - I've
always considered WMA as being a bit naff, but WMA9 has forced me to
re-access this view
2003 Sep 27
4
xiph.org irc channels moving
Everybody,
We're shutting down irc.xiph.org, which has hosted our official
development and support IRC channels for the past couple of years.
The main channels (#vorbis, #icecast, #theora, #positron) have
moved to irc.freenode.net; please go there with your support or
development questions.
We'd also like to take this opportunity to refocus the channels
on development and support.
2003 Sep 27
4
xiph.org irc channels moving
Everybody,
We're shutting down irc.xiph.org, which has hosted our official
development and support IRC channels for the past couple of years.
The main channels (#vorbis, #icecast, #theora, #positron) have
moved to irc.freenode.net; please go there with your support or
development questions.
We'd also like to take this opportunity to refocus the channels
on development and support.
2003 Sep 27
4
xiph.org irc channels moving
Everybody,
We're shutting down irc.xiph.org, which has hosted our official
development and support IRC channels for the past couple of years.
The main channels (#vorbis, #icecast, #theora, #positron) have
moved to irc.freenode.net; please go there with your support or
development questions.
We'd also like to take this opportunity to refocus the channels
on development and support.