Tagged Questions
7
votes
4answers
3k 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 gigantic. A few seconds ...
5
votes
1answer
2k views
streaming audio with html5 `<audio>` tag
I am trying to stream audio on a site hosted by Dreamhost from a lecture series using the <audio> tag in html5, but without much success. The actual code is
<audio id="playerTwo" ...
3
votes
1answer
169 views
Working with Ogg Vorbis C#
I have an ogg vorbis file and I have to do two operations with it:
cutting a part of a file from one position to another
merging another file with existing one
How can I realize these two ...
2
votes
3answers
2k views
Recommended Android music format - mp3, ogg or other?
I've been asked which format I need the music for my project in and, looking through the documentation, it seems that the Android platform offers a good choice.
Audio is certainly not my forte so I'm ...
2
votes
2answers
363 views
Good MP3 or OGG Decoder written in C
Hey, I was looking for a good MP3 or OGG decoder that use the BSD license or public domain and that is also light-weight (something that comes with sources without the need of platform specific ...
1
vote
3answers
74 views
Using .NET to detect .ogg file properties? Number of channels, bits per channel, sample rate?
Basically the title says it all,
Does anyone know how to detect various .ogg file properties such as the number of channels, bits per channel, and the sample rate?
I would like to do this without ...
1
vote
1answer
72 views
Sequentially concatenate multiple ogg vorbis files into a single file with .NET?
Assuming I have multiple .ogg files which I need to combine sequentially into a single file, can anyone recommend a library or some code for doing so using .NET? Also assume they all have the same ...
1
vote
2answers
45 views
Cross browser OGG audio
I have to play an ogg audio file in the background when the user hits a "Music On" button. Currently the page uses an AUDIO tag, and it works in Firefox, but not in IE (confirmed by this table).
Is ...
1
vote
1answer
116 views
Ogg to Riff/Wave encoding with acm
My task is to record wave file, convert it to ogg and pack it to the riff container. First two parts were done, but I have problems with the third part. I've found a source code which can solve my ...
1
vote
1answer
436 views
Safari won't play <audio> if .ogg file is first in the list?
I have an audio object with two sources, in M4A and OGG formats.
The code is as follows:
<audio id="audio1" controls="controls" preload="none">
<source src="music.m4a" />
<source ...
1
vote
0answers
76 views
Java API to Split Oggs
I'm looking for a Java API to split Ogg vorbis files.
JCraft seems good for playing oggs; seems like there should be a good way to utilize that to split them, but I don't see any documentation on the ...
1
vote
0answers
451 views
OGG Vorbis in iPhone sdk
i wont to know if it's possible to play ogg vorbis audio file with iphone sdk or if exist a library or a framework that allow this.
I've read something about OpenAl but i don't find any tutorial...
...
1
vote
1answer
92 views
Exist some lib to play ogg songs with speed changed?
I'm doing a application in Ruby/SDL to run only on Windows and I need to play OGG files (or some thing similar, like MP3) with speed changed, where I can specify how much faster or slower the song ...
1
vote
1answer
302 views
Using finch first time. How to play mp3,ogg or other formats (wav files to big)?
My *.wav's work as expected. But wav files are to big, so I want to play *.mp3 or *.ogg but it doesn't work.
I use this lines of code found in the finch Demo project
engine = [[Finch alloc] init];
...
1
vote
2answers
598 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 there are better ...
0
votes
1answer
115 views
Protect audio files in HTML5 audio tags
I am making a site which will have music playing on the site using HTML5 tags and was wondering if there was any way to protect the files from being downloaded?
I am calling the music file through ...
0
votes
0answers
51 views
Working with Ogg files using Python
I have an "oggscissors.py" script which can cut and join ogg files. It needs pyogg and pyvorbis bindings. When I'm trying to execute this script Python interpreter crashes. The source code of this ...
0
votes
1answer
29 views
Ogg Vorbis wrapper in Python for Windows
I've found a small program written in Python which helps me to solve one problem. This program uses PyOgg wrapper to work with Ogg files. PyOgg was written for unix-based systems. Can you tell me if ...
0
votes
1answer
24 views
audio bandwidth support like youtube bandwidth suport
i have thousands of audio files, which some are in low kbs and some high and some both.
following is the list of kbs i have for files
32kbs
40kbs
64kbs
128kbs
192kbs
i was wondering, should i ...
0
votes
1answer
52 views
How to pack OGG audio file to RIFF container?
I have an ogg audio file and some information which is saved as sequence of bytes. I need to pack this audio and information in a single container such as RIFF or something else. I'm searching ...
0
votes
1answer
103 views
Stream.publish ogg
i'm trying to publish ogg audio files to the stream using javascript api and FB.ui,
but i can't figure out how to do it.
Here is my call to FB.ui :
FB.ui(
{
method: 'stream.publish',
...
0
votes
0answers
187 views
HTML5 and audio-tag: redirect links not including file extension fail to load in FF/Chromium
I have an annoying problem regarding the <audio> tag and FF/Chromium as media won't be played back when I would expect it to. Opera seems to handle it correctly.
We have audio media to be ...
0
votes
2answers
411 views
FLAC or OGG Online Media player
Is there a way to make an audio/video player in Java that can play on a website?
I searched around but I don't understand enough yet for this.
We are going to setup a server that can stream OGG and ...
0
votes
1answer
116 views
tag audio and ogg
I try to use tag audio. Convert mp3 to ogg use
ffmpeg -i "123.mp3" "1234.ogg"
Server response content-type for .ogg like video/ogg.
I try content-type audio/ogg and application/ogg but it ...
0
votes
1answer
260 views
Firefox To Play Ogg
I have an ogg/audio file converted from mp3 using Alt WAV MP3 Ogg Converter.
When I drag and drop the file in Firefox or in Google Chrome, the audio plays nicely.
But when a use the following code to ...
0
votes
1answer
449 views
Audio output to .wav file is valid, but when encoded with Vorbis, it records silence?
I've been hunting bugs for the past three days and I've kind of given up. I've plowed through all the samples in the OpenAL SDK and the Vorbis examples, but to no avail, so I hope someone can help ...
0
votes
1answer
187 views
How can I play a OGG sound file inside of my desktop WPF application?
I just want a sound to play whenever a user clicks a button. Said sound is in OGG format.
Any help? :D
I tried using MediaPlayer, but that seems to be only for videos.
0
votes
1answer
241 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 start after the ...
0
votes
2answers
511 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 language/library to ...