search for: opusfile_exampl

Displaying 8 results from an estimated 8 matches for "opusfile_exampl".

Did you mean: opusfile_example
2013 Dec 05
1
playback of opus files using portaudio
I am making a lightweight opus audio player. This is my portaudio callback function. But i hear a stammering song when i try to play a .opus song file. Can anybody say what is wrong or provide me link to any code which can play opus file written in c/c++(light). I tried to see some open source(vlc opus play) but was unable to follow. int MyCallback(const void* input, void* output, unsigned
2018 Apr 06
2
Decoding Opus File in Chunks
...9;m aware that some buffering/assembly of the chunks may be needed, but I'm hoping to achieve this with a high-level API if possible. I'm new to C, and this is for an educational WebAssembly demo for the web community. I've successfully compiled opusfile and have been playing with the opusfile_example.c file, but those examples seem to be for complete files only. I cannot use the native HTTP decoding features because of the need to process byte array chunks for this demo. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.xiph.org/pipermail/opus/at...
2012 Sep 25
2
[libopusfile PATCH] build: implement autotools build system for libopusfile.
...a/.gitignore b/.gitignore new 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...
2018 Apr 06
0
Decoding Opus File in Chunks
...ring/assembly of the chunks may be needed, but I'm hoping to > achieve this with a high-level API if possible.  I'm new to C, and this > is for an educational WebAssembly demo for the web community. > > I've successfully compiled opusfile and have been playing with the > opusfile_example.c file, but those examples seem to be for complete > files only.  I cannot use the native HTTP decoding features because of > the need to process byte array chunks for this demo. > > > > > _______________________________________________ > opus mailing list > opus at...
2012 Sep 25
0
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v3)
...a/.gitignore b/.gitignore new 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,2...
2012 Sep 25
3
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v2)
...a/.gitignore b/.gitignore new 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,2...
2013 Aug 20
4
opusfile 0.4 release
...re for HTTPS. - - New project files for MS Visual Studio. - - New gain control API with op_set_gain_offset() and op_get_track_gain(). - - Documentation and build improvements. - - HTTP(S) support split into a separate opusurl library. - - Implement soft-clip for paths where libopus doesn't. - - opusfile_example now outputs WAV. - - Fix http basic auth. - - Fix 255 packet-per-page assert. We recommend upgrading for all current users. If you're not a current user, please give it a try! Checksums: 4248927f2c4e316ea5b84fb02bd100bfec8fa4624a6910d77f0af7f0c6cb8baa opusfile-0.3.tar.gz 9836ea11706c44f36de...
2012 Sep 29
2
[libopusfile PATCH] build: implement autotools build system for libopusfile. (v4)
...a/.gitignore b/.gitignore new 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,5...