4 "summary": "Opus is a totally open, royalty-free, highly versatile audio codec.",
5 "description": " Opus is a totally open, royalty-free, highly versatile audio codec. \n Opus is unmatched for interactive speech and music transmission over \n the Internet, but is also intended for storage and streaming \n applications. It is standardized by the Internet Engineering Task \n Force (IETF) as [RFC 6716][1] which incorporated technology from \n Skype's SILK codec and Xiph.Org's CELT codec.\n \n [1]: http://tools.ietf.org/html/rfc6716\n",
6 "homepage": "http://www.opus-codec.org/",
16 "Timothy B. Terriberry",
23 "git": "git://git.opus-codec.org/opus.git",
26 "requires_arc": false,
27 "default_subspecs": "float",
29 "HEADER_SEARCH_PATHS": "\"${PODS_ROOT}/libopus/silk\""
31 "prepare_command": "cat >config.h <<CONFIG_H\n#define OPUS_BUILD /**/\n#define OPUS_EXTRA_VERSION \"\"\n#define OPUS_MAJOR_VERSION 1\n#define OPUS_MICRO_VERSION 0\n#define OPUS_MINOR_VERSION 2\n#define OPUS_VERSION \"1.0.2\"\n\n#define VAR_ARRAYS\n#define HAVE_LRINTF 1\n#define HAVE_LRINT 1\n#define HAVE_MEMORY_H 1\n#define HAVE_STDINT_H 1\n#define HAVE_STDLIB_H 1\n#define HAVE_STRINGS_H 1\n#define HAVE_STRING_H 1\n#define STDC_HEADERS 1\n\n#define restrict\nCONFIG_H\n",
43 "src/opus_multistream.c",
44 "src/opus_multistream_encoder.c",
45 "src/opus_multistream_decoder.c",
51 "include/opus_multistream.h",
58 "public_header_files": [
61 "exclude_files": "celt/opus_custom_demo.c",
65 "-analyzer-disable-checker",
80 "src/opus_multistream.c",
81 "src/opus_multistream_encoder.c",
82 "src/opus_multistream_decoder.c",
88 "include/opus_multistream.h",
95 "public_header_files": [
98 "exclude_files": "celt/opus_custom_demo.c",
102 "-analyzer-disable-checker",