Tagged Questions

6
votes
4answers
787 views

Playing small sounds in Java game

For the computer game I'm making, I obviously want to play sound. So far, I've been using AudioClip to play WAV files. While this approach works fine, the WAV files tend to be giga …
1
vote
2answers
213 views

Playing video (OGG Theora) in a C# WinForms application?

I'm looking for a GPL-compatible solution for playing a video file in a Windows Forms control, specifically with the OGG Theora codec? I was looking into using the VLC player lib …
1
vote
2answers
82 views

Audio Video (ogg) Generation using Javascript

Hi, is it possible to generate/send video/audio using javascript ?? for example, see jspdf - http://jspdf.googlecode.com/svn/trunk/examples/basic.htm generate client side generate …
1
vote
3answers
367 views

Using Ogg Vorbis in Flash/Flex applications

I am looking to use ogg vorbis, instead of mp3s to stream audio. It seems that Flash player does not natively support ogg. Is there a codec engine that can be embedded with the app …
1
vote
2answers
157 views

Best library for audio file meta data?

I am looking for a library to read meta data from compressed and uncompressed audio files (i.e. mp3, ogg, etc.). In the past I have used libvorbis and id3lib, but I'm wondering if …
0
votes
1answer
62 views

How to encode the real time audio?

I am on creating voice report. The user has to submit his voice report and it should simultaneously encode the audio data using Vorbis encoder. Its working fine but encoding will …
0
votes
2answers
123 views

Manipulating multi-track ogg files programatically

I'm planning to create a program for manipulating multi-track OGG files, but I don't have any experience with the relevant libraries, so I'm looking for recommendations about which …