Questions tagged [ogg]

Ogg is free and open bitstream container format designed for streaming and manipulation of audio, video, and other media.

Ogg is a free, open standard container format maintained by the Xiph.Org Foundation. The creators of the Ogg format state that it is unrestricted by software patents and is designed to provide for efficient streaming and manipulation of high quality digital multimedia. -Wikipedia

508 questions
5
votes
1 answer

mp4 video won't load in Safari (Status: pending / Type: undefined)

I am wondering why this video is not loading in Safari 5 - Chrome / Firefox are working perfectly. WebSniffer is telling me the correct type but in the…
fxmtor
  • 123
  • 2
  • 8
5
votes
3 answers

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 itself that can play .ogg instead of .mp3? In general, what would…
Aravindan
5
votes
2 answers

How to cut, edit and merge OGG files in 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 do these two operations in C#?
5
votes
1 answer

Splitting an Ogg Opus File stream

I am trying to send an OGG_OPUS encoded stream to google's speech to text streaming service. Since there is a time limit imposed by Google for their stream requests, I have to route the audio stream to another Google Speech To Text streaming session…
Sylens
  • 1,097
  • 8
  • 31
5
votes
5 answers

Merge two mp3 php

Do you know a class to merge two MP3 files using PHP? I've found nothing on Google.
poiuytrez
  • 21,330
  • 35
  • 113
  • 172
5
votes
1 answer

Convert wav to ogg vorbis in Python

How can I transcode a wav file to ogg vorbis format using Python? I can convert to mp3 using PyMedia 1.3.7.3, but when I set the output stream type to 'ogg', I get the error: oggvorbis_encode_init: init_encoder failed and the script dies.
Isaac Sutherland
  • 3,082
  • 4
  • 28
  • 37
5
votes
4 answers

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 configuration).
user187418
5
votes
1 answer

How to decode ogg audio file to raw audio data?

I have .ogg file and I want to decode it to raw audio data. I read documentation to libvorbis, but it's very brief and not clear. I don't understand it! What Should i use libvorbis or libogg? Or something else?
user2487382
5
votes
1 answer

Using Vorbis and NAudio to play OGG files

I'm trying to play OGG file stream with NVorbis and NAudio, as described in the documention i'm trying to access VorbisWaveReader class, without success, here is my code: using System; using System.Collections.Generic; using System.Text; using…
Shai Katz
  • 1,603
  • 12
  • 22
5
votes
2 answers

Setting contact custom ringtone, how?

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 tried it like this: Uri contactUri =…
Rotary Heart
  • 1,899
  • 3
  • 29
  • 44
5
votes
1 answer

Javascript HTML5

I am trying to insert the same song into 2 different sources on my audio player using javascripts 'getElementByID'. HTML:
user1719526
  • 73
  • 1
  • 6
5
votes
2 answers

Playing streaming music stops when a new song starts using audio html5 tag in Chrome and Firefox

I have setup an IceCast2 server which is capable of streaming ogg or mp3, both at 192 kbps. In the html I use:
5
votes
1 answer

Does Chromium Embedded Framework support HTML5 audio?

I've been playing around with CefSharp and I can't seem to make any audio play. I can make the audio controls appear, but they remain frozen. These are the versions I use: Chromium: 21.0.1180.0, CEF: r728, CefSharp: 0.12.4596.50 I tried first .mp3,…
user610650
5
votes
3 answers

Play RTMP live stream in HTML5

I have one user streaming microphone in RTMP from a Flash app. How can I broadcast this stream to other users using HTML5 (no Flash)? Do browsers support live audio streaming in HTML5? What format do I need to use, mp3, ogg? Thanks
pablo
  • 2,719
  • 11
  • 49
  • 67
5
votes
3 answers

Adding DLL reference to VB.NET project

Just to start off, this question does seem very similar to another post Add the DLL (lame_enc.dll) reference to my project, but I haven't been able to successfully apply that answer. I am pretty new to VB.NET so it is very possible I'm simply…
user1555362
  • 61
  • 1
  • 1
  • 3