ogg Questions
2
Solved
I want 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.....
5
Solved
It seems clear that officially the html5 audio tag is intended for use with the ogg format.
Does the html5 audio tag encompass .mid (MIDI) unofficially?
Fletcherfletcherism asked 26/4, 2011 at 11:38
3
Solved
2
I wonder what is the support of audio codecs in Android devices .
Here I found that 2.3 and 4.0 support only mp3 codec:
http://html5test.com/compare/browser/android23/android40/android22.html
Al...
Satiate asked 13/3, 2013 at 12:45
2
Solved
1
Solved
I want to stream .amr audio files on my server. After spending a couple hours of research, it's clear to me that this is not feasible under the current state of html5 audio. Following this disappoi...
Fleabag asked 14/7, 2013 at 20:9
3
Solved
How do I get the play length of an ogg file without downloading the whole file? I know this is possible because both the HTML5 tag and VLC can show the entire play length immediately after loading ...
1
Solved
Let me first appologize if this is a re-post/similar-post as I did my best to search for a specific solution to my issue within the already created posts on here, and on google, but could not.
I a...
3
Solved
1
Solved
1
I have an ogg vorbis file set up with the HTML5 <audio> tag.
The file is requested twice by Firefox (3.6.13), but with the 'autoplay' option both of the requested files play.
When I pause, on...
Kempf asked 10/2, 2011 at 7:16
3
Solved
I'm using this function:
function playSound(file) {
MyAudio = new Audio(file);
MyAudio.play();
}
Unfortunately, I'm struggling to find a file type which will work in all browsers. Mp3 works in...
Tribasic asked 30/10, 2012 at 21:38
1
I'm writing a Java program and I'd like to convert a ogg file into mp3 file.
I've spend a lot of time trying to find a good library to do that, but without success for the moment.
I think I'll nee...
1
Solved
All of the current FLAC streaming implementations (such as Edcast with Icecast) seem to use Ogg as a container for FLAC while streaming.
What is the reason for this?
What are the drawbacks of not...
1
4
Solved
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 for...
2
Solved
I am running a OSX, don't know tons about video conversions. But I have like 200 videos that are all in mp4 format and won't play in Firefox. I need to convert them to ogg to use the html5 video ta...
Kinase asked 26/5, 2012 at 15:11
2
Solved
I am developing a multiplatform (Windows, Linux and Mac) Qt based Phonon C++ application and am aware that Phonon itself is only API, which relies on a backend to interact with installed codecs.
L...
1
Solved
I know that with mp4, the moov atom must be placed at the beginning of the file to enable progressive downloading. That can be done by enabling "faststart" when creating the file.
I'm curious if t...
Dextrin asked 30/4, 2012 at 22:23
1
Solved
I've searched across stackoverflow, and I've been on google and also duckduckgo and no one seems to have a nice way for me to do this.
The only tool that seems to maybe have worked was Exift...
1
I'm trying to play 20 ogg files at the same time using MediaPlayer.
This is because I want to make a mixing effect.
While one music is playing, other files also have to be played.
Actually, I alre...
Spooner asked 26/3, 2012 at 5:15
0
I am developing an application in Xcode that need the ogg and vorbis framework to play ogg files. I have googled for some information about this but i didn't get to any point, i dont know how to ma...
1
Solved
I have
a mkv file with webm video and ogg audio
an ogg audio file
I want to replace the audio in the mkv file with the audio from the ogg file.
How can I do that on Ubuntu 11.10 with prog...
4
Solved
2
Solved
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 do these two operations i...
© 2022 - 2024 — McMap. All rights reserved.