Displaying 13 results from an estimated 13 matches for "seeking_example".
2001 Nov 18
5
vorbisfile.o givng me problems
...e-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example
vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o seeking_example
seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H
-o chaining_example chaining_example.o ../lib/.libs/libvorbisfile.a -lm -logg
../lib/.libs/libvorbis.a -lm -logg -lm -L/usr/...
2001 Nov 18
5
vorbisfile.o givng me problems
...e-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o vorbisfile_example
vorbisfile_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
/bin/sh ../libtool --mode=link gcc -O20 -ffast-math -mno-ieee-fp
-D_REENTRANT -fsigned-char -DUSE_MEMORY_H -static -o seeking_example
seeking_example.o ../lib/libvorbisfile.la ../lib/libvorbis.la -lm
-L/usr/local/lib/lib -logg
gcc -O20 -ffast-math -mno-ieee-fp -D_REENTRANT -fsigned-char -DUSE_MEMORY_H
-o chaining_example chaining_example.o ../lib/.libs/libvorbisfile.a -lm -logg
../lib/.libs/libvorbis.a -lm -logg -lm -L/usr/...
2000 Dec 12
1
Examples
Hi people around then world....
I need examples to use the ogg vorbis DLL's
Can you help me ????
The file libvorbis0-dev.examples speak about this files:
examples/chaining_example.c
examples/decoder_example.c
examples/encoder_example.c
examples/seeking_example.c
examples/vorbisfile_example.c
But this files not in the package....
Excuse my english, I know it's so bad....
[]'s
Marcelo Fontes Castellani
--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, sen...
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
...ew file mode 100644
index 0000000..d75d9ef
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,24 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+missing
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..098a63d
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,22 @@
+AM_CFLAGS = -I$(top_srcdir)/include $(DEPS_CFLAGS)
+
+dist_doc_DATA = COPYING AUTHORS README.txt
+
+incl...
2009 Sep 08
0
need help with project on Vorbis
...y, it is a normal Vorbis file. It should
play anywhere.
> I tried to give it directly but it didnot work.
Then something is wrong. decoder_example also takes input on stdin,
and sends raw 44.1/16/stereo/le PCM to stdout.
> Ialso want
> to know the significance of other file like "seeking_example" ,
> "vorbisfile_example" and "chaining_example".
These are all simple example programs that show minimal use of the
libraries for encoding, decoding, seeking, decoding using the
'vorbisfile' library (which is what most people want to use for
decoding), and chai...
2010 Nov 01
1
Xiph.Org releases libogg 1.2.1 and libvorbis 1.3.2
....3.0; there are a few samples where I really don't like the effect
it causes.
* Correct timestamp return for granule positions with high bit set.
* The [undocumented] half-rate decode API made no attempt to keep the
PCM offset tracking consistent in seeks. Fix and add a testing mode
to seeking_example.c to torture test seeking in half-rate mode.
Also remove requirement that half-rate mode only work with seekable
files.
* Fixed a chaining bug in raw_seeks where seeking out of the current
link would fail due to not reinitializing the decode machinery.
* Improvement of seeking strategy redu...
2010 Nov 01
1
Xiph.Org releases libogg 1.2.1 and libvorbis 1.3.2
....3.0; there are a few samples where I really don't like the effect
it causes.
* Correct timestamp return for granule positions with high bit set.
* The [undocumented] half-rate decode API made no attempt to keep the
PCM offset tracking consistent in seeks. Fix and add a testing mode
to seeking_example.c to torture test seeking in half-rate mode.
Also remove requirement that half-rate mode only work with seekable
files.
* Fixed a chaining bug in raw_seeks where seeking out of the current
link would fail due to not reinitializing the decode machinery.
* Improvement of seeking strategy redu...
2010 Nov 01
1
Xiph.Org releases libogg 1.2.1 and libvorbis 1.3.2
....3.0; there are a few samples where I really don't like the effect
it causes.
* Correct timestamp return for granule positions with high bit set.
* The [undocumented] half-rate decode API made no attempt to keep the
PCM offset tracking consistent in seeks. Fix and add a testing mode
to seeking_example.c to torture test seeking in half-rate mode.
Also remove requirement that half-rate mode only work with seekable
files.
* Fixed a chaining bug in raw_seeks where seeking out of the current
link would fail due to not reinitializing the decode machinery.
* Improvement of seeking strategy redu...
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
...ew file mode 100644
index 0000000..5dccbcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6c05491
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,24 @@
+ACLOCAL_AMFLAGS = -I...
2013 May 09
2
opus file trimming/clipping
...t decoding will
begin at exactly the requested position."
Question: Is this the right approach and how do I then specify where the
decoding is supposed to stop?
I will describe the steps I've tried so far (maybe not the best approach):
I have tried modifying the opusfile-1.0.2/examples/seeking_example.c as a
base, replacing
pcm_offset=(ogg_int64_t)(rand()/(double)RAND_MAX*pcm_length);
with
pcm_offset=(ogg_int64_t)((double)pcm_length/2.0);
presumably to start the decoding at the middle of the file by:
ret=op_pcm_seek(of,pcm_offset);
However, when I save...
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
...ew file mode 100644
index 0000000..5dccbcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..6c05491
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,24 @@
+ACLOCAL_AMFLAGS = -I...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...ew file mode 100644
index 0000000..5dccbcc
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,29 @@
+*.la
+*.lo
+*.o
+*~
+.deps
+.dirstamp
+.libs
+/Makefile
+Makefile.in
+aclocal.m4
+autom4te.cache/
+config.guess
+config.log
+config.status
+config.sub
+configure
+depcomp
+examples/opusfile_example
+examples/seeking_example
+install-sh
+libopusfile-*.tar.*
+libtool
+ltmain.sh
+m4/libtool.m4
+m4/ltoptions.m4
+m4/ltsugar.m4
+m4/ltversion.m4
+m4/lt~obsolete.m4
+missing
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..d9f491e
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1,51 @@
+ACLOCAL_AMFLAGS = -I...
2000 Nov 10
1
cvs trunk vorbis/ compile patches
...rbis.la
+chaining_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la $(OGG_LIBS)
vorbisfile_example_SOURCES = vorbisfile_example.c
-vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la
+vorbisfile_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la $(OGG_LIBS)
seeking_example_SOURCES = seeking_example.c
-seeking_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la
+seeking_example_LDADD = ../lib/libvorbisfile.la ../lib/libvorbis.la $(OGG_LIBS)
debug:
diff -bBu2rN -x CVS -x Make*in -x aclocal.m4 vorbis-trunk/lib/Makefile.am vorbis/lib/Makefile.am
--- vorbis-tr...