Searched refs:opus (Results 1 – 25 of 87) sorted by relevance
1234
1 b2f75c4ac5ab837845eb028413fae2a28754bfb0a6d76416e2af1441ef447649 opus-0.9.0.tar.gz2 4e379a98ba95bbbfe9087ef10fdd05c8ac9060b6d695f587ea82a7b43a0df4fe opus-0.9.10.tar.gz3 b1cad6846a8f819a141009fe3f8f10c946e8eff7e9c2339cd517bb136cc59eae opus-0.9.14.tar.gz4 206221afc47b87496588013bd4523e1e9f556336c0813f4372773fc536dd4293 opus-0.9.1.tar.gz5 6e85c1b57e1d7b7dfe2928bf92586b96b73a9067e054ede45bd8e6d24bd30582 opus-0.9.2.tar.gz6 d916e34c18a396eb7dffc47af754f441af52a290b761e20db9aedb65928c699e opus-0.9.3.tar.gz7 53801066fa97329768e7b871fd1495740269ec46802e1c9051aa7e78c6edee5b opus-0.9.5.tar.gz8 3bfaeb25f4b4a625a0bc994d6fc6f6776a05193f60099e0a99f7530c6b256309 opus-0.9.6.tar.gz9 1b69772c31c5cbaa43d1dfa5b1c495fc29712e8e0ff69d6f8ad46459e5c6715f opus-0.9.7.tar.gz10 4aa30d2e0652ffb4a7a22cc8a29c4ce78267626f560a2d9213b1d2d4e618cf36 opus-0.9.8.tar.gz[all …]
85 pkginclude_HEADERS = include/opus.h include/opus_multistream.h include/opus_types.h include/opus_de…208 EXTRA_DIST = opus.pc.in \209 opus-uninstalled.pc.in \210 opus.m4 \216 win32/VS2015/opus.vcxproj \224 win32/VS2015/opus.vcxproj.filters \226 win32/VS2015/opus.sln \232 pkgconfig_DATA = opus.pc235 m4data_DATA = opus.m4238 opus check-opus install-opus: export NO_DOXYGEN = 1 target[all …]
13 AC_ARG_WITH(opus,AC_HELP_STRING([--with-opus=PFX],[Prefix where opus is installed (optional)]), opu… optwith14 AC_ARG_WITH(opus-libraries,AC_HELP_STRING([--with-opus-libraries=DIR],[Directory where the opus lib…15 AC_ARG_WITH(opus-includes,AC_HELP_STRING([--with-opus-includes=DIR],[Directory where the opus heade…16 …AC_HELP_STRING([--disable-opustest],[Do not try to compile and run a test opus program]),, enable_…64 #include <opus.h>93 #include <opus.h>
10 Git repository at https://git.xiph.org/opus.git or on a website at:11 https://opus-codec.org/20 % git clone https://git.xiph.org/opus.git21 % cd opus53 input and output are little endian signed 16-bit PCM files or opus bitstreams
34 An opus-tools package is available which provides encoding and decoding of38 https://git.xiph.org/?p=opus-tools.git40 https://opus-codec.org/71 % git clone https://git.xiph.org/opus.git72 % cd opus113 input and output are little-endian signed 16-bit PCM files or opus128 https://opus-codec.org/docs/opus_testvectors-rfc8251.tar.gz132 % curl -OL https://opus-codec.org/docs/opus_testvectors-rfc8251.tar.gz
10 URL: https://opus-codec.org/16 Cflags: -I${includedir}/opus
1 * current source is based on libopus 1.3 (https://git.xiph.org/?p=opus.git;a=snapshot;h=83d5155f151…2 * libopus is BSD-licensed - http://www.opus-codec.org/license/
1 URL: https://git.xiph.org/?p=opus.git;a=snapshot;h=83d5155f151ca47c9d6274ded1a7481f746b9a43;sf=tgz
2 include/opus.h \
6 Name: opus uninstalled
1 OPUS_SOURCES = src/opus.c \
12 - Upload source package 'opus-${version}.tar.gz'13 - Add to https://svn.xiph.org/releases/opus/16 - Copy to archive.mozilla.org/pub/opus/18 - Add release notes to https://git.xiph.org/opus-website.git20 - Add a copy of the documentation to <https://www.opus-codec.org/docs/>22 - Update /topic in #opus IRC channel.24 Releases are commited to https://svn.xiph.org/releases/opus/26 to https://archive.mozilla.org/pub/opus/28 Website updates are committed to https://git.xiph.org/opus-website.git29 which propagates to https://opus-codec.org/[all …]
102 xml2rfc draft-ietf-codec-opus.xml draft-ietf-codec-opus.html &103 xml2rfc draft-ietf-codec-opus.xml
3 DOCINPUTS = $(top_srcdir)/include/opus.h \43 $(RM) $(DESTDIR)$(mandir)/man3/opus_*.3 $(DESTDIR)$(mandir)/man3/opus.h.3
17 '<(opus_dir)/opus.gyp:opus'20 '<(opus_dir)/opus.gyp:opus',31 # Mozilla provides its own build of the opus library.33 '$(DIST)/include/opus',
21 RUN git clone https://git.xiph.org/opus.git22 RUN wget https://opus-codec.org/static/testvectors/opus_testvectors.tar.gz23 WORKDIR opus
39 include modulePrefix + 'extension-opus'65 project(modulePrefix + 'extension-opus').projectDir = new File(rootDir, 'extensions/opus')
728 "codecs/opus/audio_decoder_opus.cc",729 "codecs/opus/audio_decoder_opus.h",730 "codecs/opus/audio_encoder_opus.cc",731 "codecs/opus/audio_encoder_opus.h",732 "codecs/opus/opus_inst.h",733 "codecs/opus/opus_interface.c",734 "codecs/opus/opus_interface.h",751 include_dirs = [ getenv("DIST") + "/include/opus" ]758 "//third_party/opus/src/celt",759 "//third_party/opus/src/src",
17 package com.google.android.exoplayer2.ext.opus;
16 package com.google.android.exoplayer2.ext.opus;
28 OPUS_EXT_PATH="${EXOPLAYER_ROOT}/extensions/opus/src/main"42 git clone https://git.xiph.org/opus.git libopus114 * [Javadoc][]: Classes matching `com.google.android.exoplayer2.ext.opus.*`
13 sampleMimeType = audio/opus
43 public void opus() throws Exception { in opus() method in OggExtractorParameterizedTest
1 dnl opus-intrinsics.m4