Displaying 20 results from an estimated 700 matches similar to: "Ogg Player Code"
2001 Nov 01
2
chained files and winamp / vcedit
When I create a chained file with a mono and then a stereo substream,
winamp crashes when it gets to the second stream. in_vorbis v1.16c.
And when vcedit writes comments from a chained file, it only saves the
first substream and throws subsequent streams away. Perhaps this is woth
mentioning somewhere...
Matthijs
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2010 Jan 19
1
Linker Error when compiling Speex decoder
Hi
I get the following error during linking. How do I resolve it.
I am compiling using Visual Studio 2008
Thanks
1>Copyright (C) Microsoft Corporation. All rights reserved.
1>Linking...
1>MicSpeexDec.obj : error LNK2019: unresolved external symbol __imp__fclose referenced in function "int __cdecl _tmain(int,char * * const)" (?_tmain@@YAHHQAPAD at Z)
2004 Aug 06
4
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
Hello,
oggdec is a very simple ogg decoder, and it fails in the following case:
a source A has a fallback A'
transcoder curl | oggdec | ices2 is transcoding to lower bitrates ogg
A fails, all the listeners are transfered to A'
oggdec fails because the stream content changed:
[2004-01-29 18:44:47] OggDec 1.0.1
[2004-01-29 18:44:47] Warning: hole in data
<p><p>[2004-01-29
2007 Sep 19
1
Speex Questions <./Configure %install make [-enable-fixed-point] setting> and Encoding Times etc...
Hi, Speex-dev
I've been able to get Speex to compile on SM400M(MIPSII) with problems.
------ Rebuild All started: Project: speexenc, Configuration: Debug SM400M
(MIPSII) ------
Deleting intermediate and output files for project 'speexenc', configuration
'Debug|SM400M (MIPSII)'
Compiling...
getopt.c
getopt1.c
skeleton.c
speexenc.c
.\speexenc.c(501) : warning
2004 Aug 06
2
patch to crosscompile with mingw32 on linux
-------------- next part --------------
A non-text attachment was scrubbed...
Name: speex.mingw.patch__charset_ISO-8859-15
Type: text/x-patch
Size: 1490 bytes
Desc: speex.mingw.patch__charset_ISO-8859-15
Url : http://lists.xiph.org/pipermail/speex-dev/attachments/20040212/51b4c2a9/speex.mingw-0001.bin
2012 Mar 25
2
Trying to link against libFLAC_static.lib (windows)
On Fri, Mar 23, 2012 at 9:45 PM, JonY <jon_y at users.sourceforge.net> wrote:
> On 3/23/2012 13:59, Glenn McCord wrote:
>> Hi. I'm trying to get a project linking to libFLAC_static.lib but I
>> get linker errors such as the following.
>>
>> The __imp__ prefix seems to imply that some kind of .dll usage is
>> happening, which it shouldn't.
>>
2007 Jul 14
2
vorbis-tools broken
It seems that oggdec in Fedora 7 produces a wav
header followed by lots of zeros. Building
vorbis-tools 1.0.1 from source produces a working
oggdec, so I think the problem is in the
vorbis-tools package.
I can't build vorbis-tools from svn due to some
make problems, but I can build the F7 SRPM.
There are no differences between the share and
oggdec directories, but there are autoconf
related
2004 Aug 06
3
Transcoding ogg with curl, oggdec, ices2: problem after fallback due to oggdec
On Sun, Feb 01, 2004 at 07:20:40PM +0100, root wrote:
> I have more info about that problem...
> curl | oggdec | ices will never work to my opinion with fallback setup on source
> because when transfering listeners to fallback, no ogg headers are sent, so
> whatever we do, oggdec will not be happy with the data received...
I took a look at this. It is true that oggdec does not
2009 Mar 18
2
oggdec.exe crash
Hello there.
I can't use bugtracker because it is permanently think that I'm spammer.
--------------
System: Windows XP Service Pack 3
When I trying to decode any *.ogg file with oggdec.exe like this:
oggdec.exe file.ogg
I have an error (it is translate version - I don't have english version of Windows):
Instruction from address 0x7c91b1fa trying to access 0x00000010. Memory
2013 May 28
5
[PATCH 1/6] Remove the --quiet (-q) option from vorbiscomment.1 man page.
---
vorbiscomment/vorbiscomment.1 | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/vorbiscomment/vorbiscomment.1 b/vorbiscomment/vorbiscomment.1
index 0108e78..2bceb83 100644
--- a/vorbiscomment/vorbiscomment.1
+++ b/vorbiscomment/vorbiscomment.1
@@ -39,13 +39,11 @@ Reads, modifies, and appends Ogg Vorbis audio file metadata tags.
.IP "-a, --append"
Append
2005 Sep 22
1
Rf_initEmbeddedR in Windows
Hi All
My C++/linux program uses Rf_initEmbeddedR to start R and then calls some
R functions. Now I try to port it to Windows. Give the fact that
Rf_initEmbeddedR is missing in Windows, I try to use the implmentation in
Rserve by Simon Urbanek. When I build in MS Visual Studio, I get the
following linking error
error LNK2019: unresolved external symbol __imp__putenv referenced in
function
2004 Aug 06
1
patch to crosscompile with mingw32 on linux
according to my little knowledge about automake,
its not possible to put variables in _SOURCES.
so something like
speexdec_SOURCES = speexdec.c wav_io.c $(WIN32_OBJ)
is not possible. but than i looked into wave_out.c and
the entire source is surrounded by
#if defined WIN32 || defined _WIN32
so it will just disappear than build on linux.
j
On Fri, 2004-02-13 at 07:59, Jean-Marc Valin wrote:
>
2005 Jul 20
1
Build under XP with mingw
Hello, ev'ryone,
i'm Elio and i don't know how to contact John Francis Edwards, author of
the wave_out.[ch] modules for speex, so i write here.
I tried to build speex under my winXPsp2 environment using MSYS-1.0.10
and MinGW-3.4.2 with bad results. Well, not so bad, the build completes
successfully and speexenc works fine, encoding well-sounding voices; the
problem comes with
2012 Mar 23
2
Trying to link against libFLAC_static.lib (windows)
Hi. I'm trying to get a project linking to libFLAC_static.lib but I
get linker errors such as the following.
6>AudioDecoder.lib(CFlacDecoder.obj) : error LNK2019: unresolved
external symbol
__imp__FLAC__stream_decoder_process_until_end_of_metadata referenced
in function "protected: int __thiscall
CFlacDecoder::CreateDecoder(void)"
(?CreateDecoder at CFlacDecoder@@IAEHXZ)
2004 Dec 24
3
[LLVMdev] win32 broken again
Well... that didn't take long. I'm not sure what you did, Reid, with
Path.cpp, but it broke VC++:
Bytecode.lib(ReaderWrappers.obj) : error LNK2001: unresolved external
symbol "public: __thiscall llvm::sys::Path::Path(class
std::basic_string<char,struct std::char_traits<char>,class
std::allocator<char> > const &)"
(??0Path at sys@llvm@@QAE at
2001 Feb 06
3
Squelch 1.0beta9
Hi,
I released Squelch 1.0beta9.
It's a multi-platform Ogg Vorbis player, if you haven't heard of it. [1]
Find it here: http://www.geoid.clara.net/rik/squelch.html
Differences from beta8:
* Vorbis comment editor ! [2]
* More intelligent re-initialisation of output driver.
* Stupid bugs in auto-update of master track list resolved.
* Some bugs fixed, some more introduced ;)
In theory,
2008 Jan 29
1
The standalone Rmath library and VC++ 2003
Linking my VC++ application with the standalone Rmath library yields the
following;
------ Build started: Project: Complex plugin, Configuration: Debug
Win32 ------
Linking...
Creating library .\../Debug/complex_plugin.lib and object
.\../Debug/complex_plugin.exp
libRmath.a(mlutils.o) : warning LNK4217: locally defined symbol __iob
imported in function _REprintf
libRmath.a(dbeta.o) :
2005 Nov 15
4
Oggenc/oggdec on Mac OS X
Hi,
Has anyone succeeded to build oggenc and oggdec on
Mac OS X with static linking? I can build libogg
and libvorbis and install them as dynamic libraries
(by running ./configure, make and then make install).
Then oggenc and oggdec will load them in runtime
and use them. That works fine.
But I'd like to build these two command line tools
so they're linked with all the libraries they
2004 Apr 21
2
Changing comment-tags
Hello,
i use libvorbis to develop some small applications for a radio station.
I wonder, why there are no functions in the library to add/modify the
comment tags in ogg-files.
The only way I found is to make use of vorbiscomment binary, but this
way is not that good.
Are there api calls to do this??
thanks,
Daniel.
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project
2005 Dec 02
1
Edting or Adding New Comments
Hi All,
Can I update the header of the already existing Ogg-Vorbis file with the new comments? When we add new entries in the header, will it not overwrite the data? does the vorbis library takes care of this?
can someone also please give me the call sequence on how i can do that?
Thanks in advance.
regards,
Pavan.
---------------------------------
Enjoy this Diwali