similar to: Anyone working on a Windows decoder?

Displaying 20 results from an estimated 6000 matches similar to: "Anyone working on a Windows decoder?"

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
2000 Jul 24
3
Decoder example question
Hey all...I'm trying to use the decoder_example.c in the examples directory to decode a .ogg file that was encoded by using the binary encoder ogglame.exe and encoded via the encoder_example.c. I'm running into a problem with the decoder though. It plays FINE under the WinAmp plugin but I when I try and use the decoder_example.c to decode the file it says "End of file before finding
2002 Jun 17
4
(Demo CD available) Has anyone tested AutoCad 2000 with any recent wine ?
AutoDesk now offers a free 15 day demo CD of AutoCad. I hope some of the talanted wine developers take the opportunity to get the CD and try to get it to work. http://usa.autodesk.com/adsk/item/0,,616392-123112,00.html In my opinion there are two windows application that are more important than others and that is AutoCad and Quark express. Linux does not have good alternatives to theese, and for
2007 Oct 22
2
problems building libvorbis-1.2.0 on Solaris 10 (sparc)
Hello, I'm running into problems while trying to build libvorbis. My build platform is Solaris 10 (sparc) (11/06) with GCC 3.4.6. The build fails with the following error : Making all in examples gmake[2]: Entering directory `/afs/cad.njit.edu/u/a/n/andym/ftp/freeware/multimedia/ogg/libvorbis-1.2.0/examples' gcc -DHAVE_CONFIG_H -I. -I.. -I../include
2000 May 09
5
Problems running example encoder/decoder
There isn't a lot of guidance on how exactly to run the codec I compiled out of cvs just now, but I expected the following to work: cat test.wav | encoder_example | decoder_example But the decoder fails with: End of file before finding all Vorbis headers! Is this a bug? Or am I missing something fundamental? Should I attach the test.wav? -- Daniel --- >8 ---- List
2000 May 09
5
Problems running example encoder/decoder
There isn't a lot of guidance on how exactly to run the codec I compiled out of cvs just now, but I expected the following to work: cat test.wav | encoder_example | decoder_example But the decoder fails with: End of file before finding all Vorbis headers! Is this a bug? Or am I missing something fundamental? Should I attach the test.wav? -- Daniel --- >8 ---- List
2001 Jan 23
1
Re: HTTP Streaming
Okay, this is similar to how the mp3 streaming was. The question is then, what is the MIME type for the playlist itself? For mp3s, it used to be audio/x-mpegurl?? Thanks, Matt >You need to create a playlist containing the URL of the Vorbis file. Then >the browser will just download the playlist and hand it off to your player. >Which player are you using? Not all of them have >HTTP
2005 Mar 09
1
compile error
king all in vorbisfile make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/ronan/libvorbis-1.0.1/doc/vorbisfile' Making all in vorbisenc make[2]: Entering directory `/home/ronan/libvorbis-1.0.1/doc/vorbisenc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory
2001 Dec 20
1
vorbis module compilation problem
[I just got on to this mailing list to report this problem. If it has already been reported, then I'm sorry for duplicating the report. And I seriously doubt this is not the right topic to talk about on this mailing list, but if it is, sorry for that too.] Okay, here's a new one. I have never seen this error before. This is the latest CVS code I'm trying to compile, on a pretty close
2004 Aug 06
2
Icecast 2.0 in OS X Server?
Folks; I am having a hell of a time trying to get IceCast 2.0 installed on an Apple XServe running OS X 10.2.3. The problem seems to stem from one of the libraries required by IceCast, specifically libvorbis. When running MAKE in an attempt to install libvorbis I get the following: <p>Making all in examples /bin/sh ../libtool --mode=link gcc -DDARWIN -fno-common
2001 Jan 15
3
This works: low bitrate encoding
Hey everyone, Here's one way to get .ogg files down to about ~20kbps, and it's not too hard: 1. Use sox to resample the files down to 11025khz mono. 2. Feed these to OGGLAME (Lame 3.84 Alpha 1 is what I had laying around on my hard drive). OGGENC demands that the files be 44.1khz, but this version of ogglame didn't seem to care what the sample rate was. I'm sure the quality
2002 Jul 20
3
Difficulty w/1.0 and Sonique/Winamp
I am very excited to see the Vorbis 1.0 out. Unfortunately, neither Sonique 1.808a nor Winamp 2.5 is willing to play the resulting files. Only silence. I tried the simple case of 'oggenc track1.wav' and it created the expected track1.ogg, 3.5MB in size with avg. bitrate of 110kbps at default quality 3. These applications worked fine with a much older version of oggenc. Maybe Beta 2
2002 Jun 12
2
Has anyone tested AutoCad 2000 with any recent wine ?
Has anyone tested AutoCad 2000 with any recent wine ? Once upon a time I got Autocad R13 to work, only toolbars and screenrefresh was not working to 100%, then it broke completely, and 10 months ago when I tested with AutoCad 2000 it was still broken. Has anyone done any testing recently ? AutoCad and Quark express are two very important pieces of software for wine, since they both lack
2001 Apr 05
1
decoder_example -- event driven?
I'm trying to adapt decoder_example to to support more of an event driven model. I'm building an RTSP client/server where the client will have a function called everytime a new packet comes in. So, I want to queue up these packets to be played. My current attack is as follows (note this isn't very robust and I realized that): For first and second packet i grab all the header stuff
2002 Aug 08
1
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to sdout I would like to output it to the soundcard so that I can hear the file playing. I am using Visual C++. Could someone please tell me the quickest way to do this. I am quite new to Visual C++ so don't assume that I know about the foundation classes. Thanks, Paul PS I managed to build the GUI using the
2002 Aug 12
2
Outputting Sound from decoder_example
I am running the decoder_example file but instead of ouptutting the PCM to stdout I would like to output it to the soundcard so that I can hear the file playing. I am using Visual C++. Could someone please tell me the quickest way to do this. I am quite new to Visual C++ so don't assume that I know about the foundation classes. Thanks, Paul --- >8 ---- List archives:
2000 Oct 10
4
Mac Ogg Vorbis Player
Well, I updated the player to work with the branch_postbeta2, but it contains some nasty kludges to the project files that probably shouldn't be finalized. I'm going to put it in a separate file (http://oscar.the-rileys.net/programming/vorbis_pb2.tar.gz) for now. Unfortunately, this release doesn't seem to fix the "tearing sound" problem. I think this might be related to
2001 Apr 29
1
ogg vorbis decoding
Hello, I am currently developing a ogg vorbis decoding module for use in winlame (a LAME frontend), and I have some questions: To do a decoder I used most code in decoder_example.c, but I think there is something missing. I would be glad if someone could look at this code: http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/winlame/winlame/source/winlame/wlOggVorbisDecoderModule.cpp and
2003 May 21
2
Clean separation of encode and decode?
Is anybody interested in cleanly separating encode and decode in vorbis? I'm trying to take a stab at it myself from the head of cvs as of this morning, but it looks like a lot of files contain both encode-only and decode-only functions. An obvious one is mdct.c, which contains mdct_forward and mdct_backward (which isn't that big of a deal, since both are pretty well-contained, but it
1999 Oct 10
2
Well, I'm stumped
I'm getting some sort of weird distortion in the sound being output. I've tried many variations (including copying the seeming working code straight out of decoder_example.c) and still it comes out distorted. It is a different type of distortion from choppiness (which it also has). The easiest way to hear it is to pause play for about ten seconds and then resume. xmms will continue to