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.....
Burrussburry asked 20/1, 2011 at 9:52

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

I have the following code snippet: File file = new File(sourceFile); AudioInputStream in = AudioSystem.getAudioInputStream(file); AudioInputStream din = null; AudioFormat baseFormat = in.getFormat...
Leatheroid asked 13/3, 2013 at 13:57

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

I know how to change phone ringtone, also how to get contacts, but how can I set a ringtone for a specific contact? So how do I use the method: ContactsContract.Contacts.CUSTOM_RINGTONE? I have ...
Matejka asked 9/1, 2013 at 7:44

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 ...
Name asked 25/2, 2013 at 4:4

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...
Zooplankton asked 28/4, 2013 at 23:2

3

Solved

I have to create app that provides online radio streaming (icecast), preferably .ogg format. So I have next questions: How can I play .ogg format audio stream? Are there any supported classes? Be...
Munch asked 22/3, 2012 at 21:2

1

Solved

So, I'm building a website on which users can upload an watch videos. I'm using the standard HTML5 video player (<video...> <src>...) Currently, I use multiple sources: MP4, OGG and WEB...
Jetblack asked 31/1, 2013 at 22:35

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...
Lasky asked 9/8, 2012 at 12:38

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...
Eldreda asked 15/7, 2012 at 3:59

1

Do you know how to convert a .m4p file (DRM quicktime) to mp3 or ogg without using expensive software (AKA with scripting) and possibly on Linux?
Chaunce asked 3/5, 2012 at 10:23

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...
Roach asked 25/3, 2011 at 9:38

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...
Trilateral asked 3/5, 2012 at 9:3

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...
Maxi asked 15/4, 2012 at 10:20

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...
Haplite asked 18/3, 2012 at 11:49

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...
Confectionery asked 25/2, 2012 at 18:6

4

Solved

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 con...
Espadrille asked 18/10, 2010 at 21:58

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...
Georama asked 16/11, 2011 at 14:0

© 2022 - 2024 — McMap. All rights reserved.