Displaying 5 results from an estimated 5 matches for "ogg2wav".
2004 Sep 10
1
AW: AW: AW: Incomplete format description?
...coded as
verbatim frames and periods of complete silence as constant frames? I'll see
if I get to run the test-script mentioned, but I am not sure if my Linux
installation is working very well.
I've made the current version of the decoder available here:
http://user.cs.tu-berlin.de/~bjote/Ogg2Wav.jar
It has no JMF-bindings yet, only support for Ogg-framed FLAC-files and at
least my code for writing the WAV-file only supports 16-bit files, but if
someone would like to test it, feel free to do so. The decoder is started
like this (Java 1.4 is required):
java [-Danalyze=true] -jar Ogg2Wav.ja...
2004 Sep 10
3
AW: AW: Incomplete format description?
Torsdag, 23 januar 2003, skrev Miroslav Lichvar <lichvarm@phoenix.
inf.upol.cz>:
>If input is 16 bit, side channel will be 17 bit (16bit - 16bit is
>17bit number). And warmup samples will be (17 - wasted_bits) bit.
Voila, this was the source of all my frustration, sync problems and
who knows what.
My decoder now works correctly for files encoded with the default
settings. Are
2005 Dec 21
2
C#/.NET P/Invoke wrapper or native port of libFLAC
Before I start reinventing the wheel, has anything been done or is there any work ongoing to provide a P/Invoke based interface to parts or all of libFLAC or even a native port of libFLAC to C#/.NET?
Regards,
Dave
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.xiph.org/pipermail/flac-dev/attachments/20051221/2b360697/attachment.html
2008 Mar 11
3
Ogg in .NET
Hi,
I'm working on making a game in VB2008, and I'm hoping to use OGG
Vorbis-format music (because ogg files are tiny =D) in it. I've
googled for info on doing this, but all I've found are dead links and
non-free implementations... and when I tried compiling libogg ages ago
on Windows, I completely failed.
I've already worked out how to use DirectSound, so I really just need
2003 Jun 16
2
using win32 static libs
...itions.
environment is visual studio .net 2003 on winxp and a standard mfc-app set up by this project-wizzard that comes with vs.net2003 using the default settings.
here the code:
----------------------------------------------------------------------
#include "StdAfx.h"
#include ".\ogg2wav.h"
#include "oggvorbis\vorbisenc.h"
#pragma comment(lib,"oggvorbis\\ogg_static.lib")
#pragma comment(lib,"oggvorbis\\vorbis_static.lib")
#pragma comment(lib,"oggvorbis\\vorbisenc_static.lib")
void COgg2Wav::Convert(CString strWavPath, CString strOggPa...