vorbis Questions

3

Solved

I have music encoded in Vorbis format and also starded encoding some of my albums to the new Opus format. Is there a way I can copy and play them to my iPhone ? xiph.org wiki page states about vorb...
Strephonn asked 16/2, 2014 at 16:41

2

Given an encoded buffer in C++, what would be the steps using oggvorbis structs to decode the already in-memory data? OggVorbis_File cannot be used, because assets are within compressed archives. ...
Carr asked 18/11, 2012 at 4:13

3

Solved

I have an audio file which is stereo. Is converting it to mono just a case of skipping every other byte (after the header)? It's encoded in 16bit signed PCM format. I've got javax.sound.sampled ava...
Xl asked 17/1, 2011 at 15:1

2

Solved

I am attempting to transfer some old Video 8 tapes to my computer, though an EasyCap USB stick and the motherboard's sound line-in, on Ubuntu. I believe the arguments are correctly laid out below t...
Chantay asked 6/2, 2015 at 6:31

1

I'm trying to concatenate multiple ogg vorbis files into one. I know that theoretically it should be enough to do: cat 1.ogg 2.ogg > combined.ogg But this has disadvantages: not all player...
Glanders asked 16/1, 2015 at 9:37

1

Solved

I understand that PCM data is stored as [left][right][left][right].... Am trying to convert a stereo PCM to mono Vorbis (*.ogg) which I understand is achievable by halving the left and the right ch...
Coma asked 17/6, 2014 at 13:45

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

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

2

I had mysterious bug in loading Vorbis Ogg files on Mac OSX. The first file is loaded correctly, the second crashes in some code that indicates the file is corrupted, the same happens even if I loa...
Acid asked 11/10, 2011 at 3:31
1

© 2022 - 2024 — McMap. All rights reserved.