Tagged Questions
The ogg-vorbis tag has no wiki summary.
6
votes
3answers
859 views
Best video format for HTML5?
I've got a set of videos that are going to be posted on a new site I'm developing, using our new html5 player. I know Firefox only supports .ogg format, whereas most others (including eventually IE9) ...
5
votes
1answer
710 views
Pure C# open source PCM to Ogg convertor?
Microsoft Silverlight 4 is in beta. It supports PCM audio output. It would be madness to stream PCM over internet (for ex in P2P chart webApp) so we need Pure C# open source PCM to Ogg convertor. No ...
0
votes
0answers
19 views
Vorbis finding decompressed size of file
I'm working with JNI and Android NDK bindings to wrap around the Tremor version of Vorbis. So far i've succeeded in streaming sound from file to speakers.
However, i'd also like to be able to 'cache' ...
0
votes
1answer
195 views
How to encode Recorded voice to ogg vorbis?
I have recorded voice with android AudioRecord and I would like to convert it to ogg vorbis as it is patent free. I have try vorbis-java beta, but it seem not work or I make some mistake.
Here are my ...
0
votes
1answer
369 views
XAudio2 and variable bitrate audio
How do I go about correctly playing audio files which may have a variable bitrate (and even a variable number of channels in some cases), such as ogg/vorbis?
XAudio expects this information in a ...
-1
votes
1answer
53 views
How to convert .ogg (vorbis) to a std array? [closed]
I am trying to build an application and it needs signal processing. My question is how to convert an audio file to a processable C++ std array?
I need a library to do that for me in Ubuntu. I read ...