search for: ac3dec

Displaying 6 results from an estimated 6 matches for "ac3dec".

Did you mean: a3aec
2001 Aug 08
3
AC-3 Decoding
Jared (jared@celab21.students.csee.uq.edu.au) wrote : > Saw an article today on /. which reports that Dolby are insisting the > NETBSD dudes remove the ac3dec package from their site. Someone suggested > that we need an open source solution. ac3dec is already open ( GPL ). > Could Vorbis in the Ogg framework be this solution, can we create a pretty > simple 5.1 stream? I _believe_ ogg/vorbis can support multichannel sound. It also supports re...
2006 Jun 01
1
Installing el3 packages on CentOS 4
Is it possible to install el3 packages on CentOS 4? I'm wondering because there are some packages on dag (for example ac3dec) that are built for el3 and not for el4. Is it better to rebuild the source rpm? Thanks. Sincerely Jose Alburquerque
2004 Jul 08
1
multiple ac3 channels to vorbis
...on on the mailarchiv website doesn't work. So here my question: How can i convert an ac3 (form an dvd vob-file) stream with more than 2 channels into ogg under linux? I want to keep the channels and don't want to downmix into stereo. can i use the -C option from oggenc in connection with ac3dec? Regards Lars T?uber
2000 Jul 09
0
libao: Cross-platform audio for ogg123
Kenneth mentioned he wanted a cross-platform audio library to use for ogg123. So, I've spent the last week hacking up the libao from ac3dec that someone suggested earlier. It bears little resemblance to the old code, but now does what I want. libao now supports OSS and WAV file output, with the infrastructure in place to expand further. There are Solaris and IRIX drivers that I inherited from the original libao, but have not been te...
2001 Aug 10
1
Standard Open Source Bug detected, try murksaround ...
When using the abx utility that is in LAME's misc dir, trying it on an ogg (with ogg123) gives the following output: Standard Open Source Bug detected, try murksaround ... (ogg123 is decoding to stdout) IIRC this also happened with older mpg123's but no longer with the latest release. Latest ogg123 from CVS still gives it though. Someone stole code but forgot to check for fixes? :)
2000 Jun 18
3
Compile error
Here's the error I get when trying to compile: gcc -O20 -ffast-math -D_REENTRANT -D__NO_MATH_INLINES -fsigned-char -I. -I../include -c ogg123.c ogg123.c: In function `main': ogg123.c:260: `AFMT_S16_NE' undeclared (first use this function) ogg123.c:260: (Each undeclared identifier is reported only once ogg123.c:260: for each function it appears in.) make[2]: *** [ogg123.o] Error 1