# rustc version rustc 1.89.0-nightly (1bbd62e54 2025-05-29)
# docs.rs version docsrs 0.6.0 (d2911047 2025-05-28)
# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/opus-sys2-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/opus-sys2-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250529-1.89.0-nightly-1bbd62e54\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8c36e5903ae2cd9d42ec174d2d6130f93691554c4d8a88c89fcbff29b09df733 [INFO] running `Command { std: "docker" "start" "-a" "8c36e5903ae2cd9d42ec174d2d6130f93691554c4d8a88c89fcbff29b09df733", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Documenting opus-sys2 v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:635:13 [INFO] [stderr] | [INFO] [stderr] 635 | #[doc = " Converts an opus error code into a human readable string."] [INFO] [stderr] | _____________^ [INFO] [stderr] 636 | | #[doc = ""] [INFO] [stderr] 637 | | #[doc = " @param[in] error <tt>int</tt>: Error number"] [INFO] [stderr] 638 | | #[doc = " @returns Error string"] [INFO] [stderr] | |____________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] error <tt>int</tt>: Error number [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:657:13 [INFO] [stderr] | [INFO] [stderr] 657 | #[doc = " Gets the size of an <code>OpusEncoder</code> structure."] [INFO] [stderr] | _____________^ [INFO] [stderr] 658 | | #[doc = " @param[in] channels <tt>int</tt>: Number of channels."] [INFO] [stderr] 659 | | #[doc = " This must be 1 or 2."] [INFO] [stderr] 660 | | #[doc = " @returns The size in bytes."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] channels <tt>int</tt>: Number of channels. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:664:13 [INFO] [stderr] | [INFO] [stderr] 664 | #[doc = " Allocates and initializes an encoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 665 | | #[doc = " There are three coding modes:"] [INFO] [stderr] 666 | | #[doc = ""] [INFO] [stderr] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stderr] ... | [INFO] [stderr] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stderr] 694 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz) [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:664:13 [INFO] [stderr] | [INFO] [stderr] 664 | #[doc = " Allocates and initializes an encoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 665 | | #[doc = " There are three coding modes:"] [INFO] [stderr] 666 | | #[doc = ""] [INFO] [stderr] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stderr] ... | [INFO] [stderr] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stderr] 694 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] channels <tt>int</tt>: Number of channels (1 or 2) in input signal [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:664:13 [INFO] [stderr] | [INFO] [stderr] 664 | #[doc = " Allocates and initializes an encoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 665 | | #[doc = " There are three coding modes:"] [INFO] [stderr] 666 | | #[doc = ""] [INFO] [stderr] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stderr] ... | [INFO] [stderr] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stderr] 694 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] application <tt>int</tt>: Coding mode (@ref OPUS_APPLICATION_VOIP/@ref OPUS_APPLICATION_AUDIO/@ref OPUS_APPLICATION_RESTRICTED_LOWDELAY) [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:664:13 [INFO] [stderr] | [INFO] [stderr] 664 | #[doc = " Allocates and initializes an encoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 665 | | #[doc = " There are three coding modes:"] [INFO] [stderr] 666 | | #[doc = ""] [INFO] [stderr] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"] [INFO] [stderr] ... | [INFO] [stderr] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"] [INFO] [stderr] 694 | | #[doc = " and let the encoder optimize the encoding."] [INFO] [stderr] | |_________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] error <tt>int*</tt>: @ref opus_errorcodes [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:703:13 [INFO] [stderr] | [INFO] [stderr] 703 | #[doc = " Initializes a previously allocated encoder state"] [INFO] [stderr] | _____________^ [INFO] [stderr] 704 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."] [INFO] [stderr] 705 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."] [INFO] [stderr] 706 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"] [INFO] [stderr] ... | [INFO] [stderr] 713 | | #[doc = " @param [in] application <tt>int</tt>: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED... [INFO] [stderr] 714 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] st <tt>OpusEncoder*</tt>: Encoder state [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:703:13 [INFO] [stderr] | [INFO] [stderr] 703 | #[doc = " Initializes a previously allocated encoder state"] [INFO] [stderr] | _____________^ [INFO] [stderr] 704 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."] [INFO] [stderr] 705 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."] [INFO] [stderr] 706 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"] [INFO] [stderr] ... | [INFO] [stderr] 713 | | #[doc = " @param [in] application <tt>int</tt>: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED... [INFO] [stderr] 714 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] Fs <tt>opus_int32</tt>: Sampling rate of input signal (Hz) [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:703:13 [INFO] [stderr] | [INFO] [stderr] 703 | #[doc = " Initializes a previously allocated encoder state"] [INFO] [stderr] | _____________^ [INFO] [stderr] 704 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."] [INFO] [stderr] 705 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."] [INFO] [stderr] 706 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"] [INFO] [stderr] ... | [INFO] [stderr] 713 | | #[doc = " @param [in] application <tt>int</tt>: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED... [INFO] [stderr] 714 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] channels <tt>int</tt>: Number of channels (1 or 2) in input signal [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:703:13 [INFO] [stderr] | [INFO] [stderr] 703 | #[doc = " Initializes a previously allocated encoder state"] [INFO] [stderr] | _____________^ [INFO] [stderr] 704 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."] [INFO] [stderr] 705 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."] [INFO] [stderr] 706 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"] [INFO] [stderr] ... | [INFO] [stderr] 713 | | #[doc = " @param [in] application <tt>int</tt>: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED... [INFO] [stderr] 714 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] application <tt>int</tt>: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED_LOWDELAY) [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:723:13 [INFO] [stderr] | [INFO] [stderr] 723 | #[doc = " Encodes an Opus frame."] [INFO] [stderr] | _____________^ [INFO] [stderr] 724 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 725 | | #[doc = " @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stderr] 726 | | #[doc = " @param [in] frame_size <tt>int</tt>: Number of samples per channel in the"] [INFO] [stderr] ... | [INFO] [stderr] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] st <tt>OpusEncoder*</tt>: Encoder state [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:723:13 [INFO] [stderr] | [INFO] [stderr] 723 | #[doc = " Encodes an Opus frame."] [INFO] [stderr] | _____________^ [INFO] [stderr] 724 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 725 | | #[doc = " @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stderr] 726 | | #[doc = " @param [in] frame_size <tt>int</tt>: Number of samples per channel in the"] [INFO] [stderr] ... | [INFO] [stderr] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_int16) [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:723:13 [INFO] [stderr] | [INFO] [stderr] 723 | #[doc = " Encodes an Opus frame."] [INFO] [stderr] | _____________^ [INFO] [stderr] 724 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 725 | | #[doc = " @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stderr] 726 | | #[doc = " @param [in] frame_size <tt>int</tt>: Number of samples per channel in the"] [INFO] [stderr] ... | [INFO] [stderr] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] frame_size <tt>int</tt>: Number of samples per channel in the [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:723:13 [INFO] [stderr] | [INFO] [stderr] 723 | #[doc = " Encodes an Opus frame."] [INFO] [stderr] | _____________^ [INFO] [stderr] 724 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 725 | | #[doc = " @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stderr] 726 | | #[doc = " @param [in] frame_size <tt>int</tt>: Number of samples per channel in the"] [INFO] [stderr] ... | [INFO] [stderr] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] data <tt>unsigned char*</tt>: Output payload. [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:723:13 [INFO] [stderr] | [INFO] [stderr] 723 | #[doc = " Encodes an Opus frame."] [INFO] [stderr] | _____________^ [INFO] [stderr] 724 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 725 | | #[doc = " @param [in] pcm <tt>opus_int16*</tt>: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i... [INFO] [stderr] 726 | | #[doc = " @param [in] frame_size <tt>int</tt>: Number of samples per channel in the"] [INFO] [stderr] ... | [INFO] [stderr] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] max_data_bytes <tt>opus_int32</tt>: Size of the allocated [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:759:13 [INFO] [stderr] | [INFO] [stderr] 759 | #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stderr] | _____________^ [INFO] [stderr] 760 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 761 | | #[doc = " @param [in] pcm <tt>float*</tt>: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stderr] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stderr] ... | [INFO] [stderr] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] st <tt>OpusEncoder*</tt>: Encoder state [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:759:13 [INFO] [stderr] | [INFO] [stderr] 759 | #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stderr] | _____________^ [INFO] [stderr] 760 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 761 | | #[doc = " @param [in] pcm <tt>float*</tt>: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stderr] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stderr] ... | [INFO] [stderr] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] pcm <tt>float*</tt>: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:759:13 [INFO] [stderr] | [INFO] [stderr] 759 | #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stderr] | _____________^ [INFO] [stderr] 760 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 761 | | #[doc = " @param [in] pcm <tt>float*</tt>: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stderr] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stderr] ... | [INFO] [stderr] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] frame_size <tt>int</tt>: Number of samples per channel in the [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:759:13 [INFO] [stderr] | [INFO] [stderr] 759 | #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stderr] | _____________^ [INFO] [stderr] 760 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 761 | | #[doc = " @param [in] pcm <tt>float*</tt>: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stderr] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stderr] ... | [INFO] [stderr] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] data <tt>unsigned char*</tt>: Output payload. [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:759:13 [INFO] [stderr] | [INFO] [stderr] 759 | #[doc = " Encodes an Opus frame from floating point input."] [INFO] [stderr] | _____________^ [INFO] [stderr] 760 | | #[doc = " @param [in] st <tt>OpusEncoder*</tt>: Encoder state"] [INFO] [stderr] 761 | | #[doc = " @param [in] pcm <tt>float*</tt>: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."] [INFO] [stderr] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"] [INFO] [stderr] ... | [INFO] [stderr] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"] [INFO] [stderr] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."] [INFO] [stderr] | |__________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] max_data_bytes <tt>opus_int32</tt>: Size of the allocated [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:801:22 [INFO] [stderr] | [INFO] [stderr] 801 | #[doc = " @param[in] st <tt>OpusEncoder*</tt>: State to be freed."] [INFO] [stderr] | ^^ no item named `in` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:827:13 [INFO] [stderr] | [INFO] [stderr] 827 | #[doc = " Gets the size of an <code>OpusDecoder</code> structure."] [INFO] [stderr] | _____________^ [INFO] [stderr] 828 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels."] [INFO] [stderr] 829 | | #[doc = " This must be 1 or 2."] [INFO] [stderr] 830 | | #[doc = " @returns The size in bytes."] [INFO] [stderr] | |__________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] channels <tt>int</tt>: Number of channels. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:834:13 [INFO] [stderr] | [INFO] [stderr] 834 | #[doc = " Allocates and initializes a decoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 835 | | #[doc = " @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz)."] [INFO] [stderr] 836 | | #[doc = " This must be one of 8000, 12000, 16000,"] [INFO] [stderr] 837 | | #[doc = " 24000, or 48000."] [INFO] [stderr] ... | [INFO] [stderr] 846 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"] [INFO] [stderr] 847 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."] [INFO] [stderr] | |_______________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz). [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:834:13 [INFO] [stderr] | [INFO] [stderr] 834 | #[doc = " Allocates and initializes a decoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 835 | | #[doc = " @param [in] Fs <tt>opus_int32</tt>: Sample rate to decode at (Hz)."] [INFO] [stderr] 836 | | #[doc = " This must be one of 8000, 12000, 16000,"] [INFO] [stderr] 837 | | #[doc = " 24000, or 48000."] [INFO] [stderr] ... | [INFO] [stderr] 846 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"] [INFO] [stderr] 847 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."] [INFO] [stderr] | |_______________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:839:23 [INFO] [stderr] | [INFO] [stderr] 839 | #[doc = " @param [out] error <tt>int*</tt>: #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | ^^^ no item named `out` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:855:13 [INFO] [stderr] | [INFO] [stderr] 855 | #[doc = " Initializes a previously allocated decoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 856 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."] [INFO] [stderr] 857 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge... [INFO] [stderr] 858 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."] [INFO] [stderr] ... | [INFO] [stderr] 863 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode"] [INFO] [stderr] 864 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] st <tt>OpusDecoder*</tt>: Decoder state. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:855:13 [INFO] [stderr] | [INFO] [stderr] 855 | #[doc = " Initializes a previously allocated decoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 856 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."] [INFO] [stderr] 857 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge... [INFO] [stderr] 858 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."] [INFO] [stderr] ... | [INFO] [stderr] 863 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode"] [INFO] [stderr] 864 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] Fs <tt>opus_int32</tt>: Sampling rate to decode to (Hz). [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:855:13 [INFO] [stderr] | [INFO] [stderr] 855 | #[doc = " Initializes a previously allocated decoder state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 856 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."] [INFO] [stderr] 857 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge... [INFO] [stderr] 858 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."] [INFO] [stderr] ... | [INFO] [stderr] 863 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode"] [INFO] [stderr] 864 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"] [INFO] [stderr] | |_______________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] channels <tt>int</tt>: Number of channels (1 or 2) to decode [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | #[doc = " Decode an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 873 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 874 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 875 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload*"] [INFO] [stderr] ... | [INFO] [stderr] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stderr] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] st <tt>OpusDecoder*</tt>: Decoder state [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | #[doc = " Decode an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 873 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 874 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 875 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload*"] [INFO] [stderr] ... | [INFO] [stderr] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stderr] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | #[doc = " Decode an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 873 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 874 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 875 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload*"] [INFO] [stderr] ... | [INFO] [stderr] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stderr] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] len <tt>opus_int32</tt>: Number of bytes in payload* [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:876:23 [INFO] [stderr] | [INFO] [stderr] 876 | #[doc = " @param [out] pcm <tt>opus_int16*</tt>: Output signal (interleaved if 2 channels). length"] [INFO] [stderr] | ^^^ no item named `out` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | #[doc = " Decode an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 873 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 874 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 875 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload*"] [INFO] [stderr] ... | [INFO] [stderr] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stderr] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] frame_size Number of samples per channel of available space in \a pcm. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:872:13 [INFO] [stderr] | [INFO] [stderr] 872 | #[doc = " Decode an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 873 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 874 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 875 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload*"] [INFO] [stderr] ... | [INFO] [stderr] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."] [INFO] [stderr] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] decode_fec <tt>int</tt>: Flag (0 or 1) to request that any in-band forward error correction data be [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:897:13 [INFO] [stderr] | [INFO] [stderr] 897 | #[doc = " Decode an Opus packet with floating point output."] [INFO] [stderr] | _____________^ [INFO] [stderr] 898 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 899 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 900 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload"] [INFO] [stderr] ... | [INFO] [stderr] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stderr] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] st <tt>OpusDecoder*</tt>: Decoder state [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:897:13 [INFO] [stderr] | [INFO] [stderr] 897 | #[doc = " Decode an Opus packet with floating point output."] [INFO] [stderr] | _____________^ [INFO] [stderr] 898 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 899 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 900 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload"] [INFO] [stderr] ... | [INFO] [stderr] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stderr] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:897:13 [INFO] [stderr] | [INFO] [stderr] 897 | #[doc = " Decode an Opus packet with floating point output."] [INFO] [stderr] | _____________^ [INFO] [stderr] 898 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 899 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 900 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload"] [INFO] [stderr] ... | [INFO] [stderr] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stderr] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] len <tt>opus_int32</tt>: Number of bytes in payload [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:897:13 [INFO] [stderr] | [INFO] [stderr] 897 | #[doc = " Decode an Opus packet with floating point output."] [INFO] [stderr] | _____________^ [INFO] [stderr] 898 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 899 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 900 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload"] [INFO] [stderr] ... | [INFO] [stderr] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stderr] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] pcm <tt>float*</tt>: Output signal (interleaved if 2 channels). length [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:897:13 [INFO] [stderr] | [INFO] [stderr] 897 | #[doc = " Decode an Opus packet with floating point output."] [INFO] [stderr] | _____________^ [INFO] [stderr] 898 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 899 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 900 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload"] [INFO] [stderr] ... | [INFO] [stderr] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stderr] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] frame_size Number of samples per channel of available space in \a pcm. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:897:13 [INFO] [stderr] | [INFO] [stderr] 897 | #[doc = " Decode an Opus packet with floating point output."] [INFO] [stderr] | _____________^ [INFO] [stderr] 898 | | #[doc = " @param [in] st <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 899 | | #[doc = " @param [in] data <tt>char*</tt>: Input payload. Use a NULL pointer to indicate packet loss"] [INFO] [stderr] 900 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Number of bytes in payload"] [INFO] [stderr] ... | [INFO] [stderr] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."] [INFO] [stderr] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"] [INFO] [stderr] | |_________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] decode_fec <tt>int</tt>: Flag (0 or 1) to request that any in-band forward error correction data be [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:940:22 [INFO] [stderr] | [INFO] [stderr] 940 | #[doc = " @param[in] st <tt>OpusDecoder*</tt>: State to be freed."] [INFO] [stderr] | ^^ no item named `in` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] data <tt>char*</tt>: Opus packet to be parsed [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] len <tt>opus_int32</tt>: size of data [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] out_toc <tt>char*</tt>: TOC pointer [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] frames <tt>char*[48]</tt> encapsulated frames [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `48` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] frames <tt>char*[48]</tt> encapsulated frames [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `48` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] size <tt>opus_int16[48]</tt> sizes of the encapsulated frames [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `48` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] size <tt>opus_int16[48]</tt> sizes of the encapsulated frames [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `48` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:944:13 [INFO] [stderr] | [INFO] [stderr] 944 | #[doc = " Parse an opus packet into one or more frames."] [INFO] [stderr] | _____________^ [INFO] [stderr] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"] [INFO] [stderr] 946 | | #[doc = " not need to use this function."] [INFO] [stderr] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"] [INFO] [stderr] ... | [INFO] [stderr] 954 | | #[doc = " @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes)"] [INFO] [stderr] 955 | | #[doc = " @returns number of frames"] [INFO] [stderr] | |________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [out] payload_offset <tt>int*</tt>: returns the position of the payload within the packet (in bytes) [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:967:23 [INFO] [stderr] | [INFO] [stderr] 967 | #[doc = " @param [in] data <tt>char*</tt>: Opus packet"] [INFO] [stderr] | ^^ no item named `in` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:978:13 [INFO] [stderr] | [INFO] [stderr] 978 | #[doc = " Gets the number of samples per frame from an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 979 | | #[doc = " @param [in] data <tt>char*</tt>: Opus packet."] [INFO] [stderr] 980 | | #[doc = " This must contain at least one byte of"] [INFO] [stderr] 981 | | #[doc = " data."] [INFO] [stderr] ... | [INFO] [stderr] 984 | | #[doc = " inaccurate results will be returned."] [INFO] [stderr] 985 | | #[doc = " @returns Number of samples per frame."] [INFO] [stderr] | |____________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] data <tt>char*</tt>: Opus packet. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:978:13 [INFO] [stderr] | [INFO] [stderr] 978 | #[doc = " Gets the number of samples per frame from an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 979 | | #[doc = " @param [in] data <tt>char*</tt>: Opus packet."] [INFO] [stderr] 980 | | #[doc = " This must contain at least one byte of"] [INFO] [stderr] 981 | | #[doc = " data."] [INFO] [stderr] ... | [INFO] [stderr] 984 | | #[doc = " inaccurate results will be returned."] [INFO] [stderr] 985 | | #[doc = " @returns Number of samples per frame."] [INFO] [stderr] | |____________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:993:23 [INFO] [stderr] | [INFO] [stderr] 993 | #[doc = " @param [in] data <tt>char*</tt>: Opus packet"] [INFO] [stderr] | ^^ no item named `in` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1001:13 [INFO] [stderr] | [INFO] [stderr] 1001 | #[doc = " Gets the number of frames in an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1002 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1003 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1004 | | #[doc = " @returns Number of frames"] [INFO] [stderr] 1005 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1006 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] packet <tt>char*</tt>: Opus packet [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1001:13 [INFO] [stderr] | [INFO] [stderr] 1001 | #[doc = " Gets the number of frames in an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1002 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1003 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1004 | | #[doc = " @returns Number of frames"] [INFO] [stderr] 1005 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1006 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] len <tt>opus_int32</tt>: Length of packet [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1013:13 [INFO] [stderr] | [INFO] [stderr] 1013 | #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1014 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1015 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1016 | | #[doc = " @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz."] [INFO] [stderr] ... | [INFO] [stderr] 1020 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1021 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] packet <tt>char*</tt>: Opus packet [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1013:13 [INFO] [stderr] | [INFO] [stderr] 1013 | #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1014 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1015 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1016 | | #[doc = " @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz."] [INFO] [stderr] ... | [INFO] [stderr] 1020 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1021 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] len <tt>opus_int32</tt>: Length of packet [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1013:13 [INFO] [stderr] | [INFO] [stderr] 1013 | #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1014 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1015 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1016 | | #[doc = " @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz."] [INFO] [stderr] ... | [INFO] [stderr] 1020 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1021 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] Fs <tt>opus_int32</tt>: Sampling rate in Hz. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1029:13 [INFO] [stderr] | [INFO] [stderr] 1029 | #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1030 | | #[doc = " @param [in] dec <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 1031 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1032 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1033 | | #[doc = " @returns Number of samples"] [INFO] [stderr] 1034 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1035 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] dec <tt>OpusDecoder*</tt>: Decoder state [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1029:13 [INFO] [stderr] | [INFO] [stderr] 1029 | #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1030 | | #[doc = " @param [in] dec <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 1031 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1032 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1033 | | #[doc = " @returns Number of samples"] [INFO] [stderr] 1034 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1035 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] packet <tt>char*</tt>: Opus packet [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1029:13 [INFO] [stderr] | [INFO] [stderr] 1029 | #[doc = " Gets the number of samples of an Opus packet."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1030 | | #[doc = " @param [in] dec <tt>OpusDecoder*</tt>: Decoder state"] [INFO] [stderr] 1031 | | #[doc = " @param [in] packet <tt>char*</tt>: Opus packet"] [INFO] [stderr] 1032 | | #[doc = " @param [in] len <tt>opus_int32</tt>: Length of packet"] [INFO] [stderr] 1033 | | #[doc = " @returns Number of samples"] [INFO] [stderr] 1034 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"] [INFO] [stderr] 1035 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"] [INFO] [stderr] | |____________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] len <tt>opus_int32</tt>: Length of packet [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> src/lib.rs:1043:13 [INFO] [stderr] | [INFO] [stderr] 1043 | #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stderr] | _____________^ [INFO] [stderr] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stderr] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stderr] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stderr] ... | [INFO] [stderr] 1050 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels"] [INFO] [stderr] 1051 | | #[doc = " @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stderr] | |____________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in,out] pcm <tt>float*</tt>: Input PCM and modified PCM [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1043:13 [INFO] [stderr] | [INFO] [stderr] 1043 | #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stderr] | _____________^ [INFO] [stderr] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stderr] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stderr] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stderr] ... | [INFO] [stderr] 1050 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels"] [INFO] [stderr] 1051 | | #[doc = " @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stderr] | |____________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] frame_size <tt>int</tt> Number of samples per channel to process [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1043:13 [INFO] [stderr] | [INFO] [stderr] 1043 | #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stderr] | _____________^ [INFO] [stderr] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stderr] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stderr] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stderr] ... | [INFO] [stderr] 1050 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels"] [INFO] [stderr] 1051 | | #[doc = " @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stderr] | |____________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in] channels <tt>int</tt>: Number of channels [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> src/lib.rs:1043:13 [INFO] [stderr] | [INFO] [stderr] 1043 | #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"] [INFO] [stderr] | _____________^ [INFO] [stderr] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"] [INFO] [stderr] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"] [INFO] [stderr] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"] [INFO] [stderr] ... | [INFO] [stderr] 1050 | | #[doc = " @param [in] channels <tt>int</tt>: Number of channels"] [INFO] [stderr] 1051 | | #[doc = " @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process (one float per channel, initialized to zero)"] [INFO] [stderr] | |____________________________________________________________________________________________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param [in,out] softclip_mem <tt>float*</tt>: State memory for the soft clipping process (one float per channel, initialized to zero) [INFO] [stderr] ^^^^^^ [INFO] [stderr] = note: no item named `in,out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1096:22 [INFO] [stderr] | [INFO] [stderr] 1096 | #[doc = " @param[in] rp <tt>OpusRepacketizer*</tt>: State to be freed."] [INFO] [stderr] | ^^ no item named `in` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in` [INFO] [stderr] --> src/lib.rs:1100:13 [INFO] [stderr] | [INFO] [stderr] 1100 | #[doc = " Add a packet to the current repacketizer state."] [INFO] [stderr] | _____________^ [INFO] [stderr] 1101 | | #[doc = " This packet must match the configuration of any packets already submitted"] [INFO] [stderr] 1102 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."] [INFO] [stderr] 1103 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"] [INFO] [stderr] ... | [INFO] [stderr] 1144 | | #[doc = " audio stored in the repacketizer state to more"] [INFO] [stderr] 1145 | | #[doc = " than 120 ms."] [INFO] [stderr] | |________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[in] data <tt>const unsigned char*</tt>: The packet data. [INFO] [stderr] ^^ [INFO] [stderr] = note: no item named `in` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:1153:13 [INFO] [stderr] | [INFO] [stderr] 1153 | #[doc = " Construct a new packet from data previously submitted to the repacketizer"] [INFO] [stderr] | _____________^ [INFO] [stderr] 1154 | | #[doc = " state via opus_repacketizer_cat()."] [INFO] [stderr] 1155 | | #[doc = " @param rp <tt>OpusRepacketizer*</tt>: The repacketizer state from which to"] [INFO] [stderr] 1156 | | #[doc = " construct the new packet."] [INFO] [stderr] ... | [INFO] [stderr] 1181 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"] [INFO] [stderr] 1182 | | #[doc = " complete output packet."] [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] data <tt>const unsigned char*</tt>: The buffer in which to [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `out` [INFO] [stderr] --> src/lib.rs:1204:13 [INFO] [stderr] | [INFO] [stderr] 1204 | #[doc = " Construct a new packet from data previously submitted to the repacketizer"] [INFO] [stderr] | _____________^ [INFO] [stderr] 1205 | | #[doc = " state via opus_repacketizer_cat()."] [INFO] [stderr] 1206 | | #[doc = " This is a convenience routine that returns all the data submitted so far"] [INFO] [stderr] 1207 | | #[doc = " in a single packet."] [INFO] [stderr] ... | [INFO] [stderr] 1230 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"] [INFO] [stderr] 1231 | | #[doc = " complete output packet."] [INFO] [stderr] | |_____________________________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: the link appears in this line: [INFO] [stderr] [INFO] [stderr] @param[out] data <tt>const unsigned char*</tt>: The buffer in which to [INFO] [stderr] ^^^ [INFO] [stderr] = note: no item named `out` in scope [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> src/lib.rs:1240:22 [INFO] [stderr] | [INFO] [stderr] 1240 | #[doc = " @param[in,out] data <tt>const unsigned char*</tt>: The buffer containing the"] [INFO] [stderr] | ^^^^^^ no item named `in,out` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> src/lib.rs:1259:22 [INFO] [stderr] | [INFO] [stderr] 1259 | #[doc = " @param[in,out] data <tt>const unsigned char*</tt>: The buffer containing the"] [INFO] [stderr] | ^^^^^^ no item named `in,out` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> src/lib.rs:1271:22 [INFO] [stderr] | [INFO] [stderr] 1271 | #[doc = " @param[in,out] data <tt>const unsigned char*</tt>: The buffer containing the"] [INFO] [stderr] | ^^^^^^ no item named `in,out` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: unresolved link to `in,out` [INFO] [stderr] --> src/lib.rs:1293:22 [INFO] [stderr] | [INFO] [stderr] 1293 | #[doc = " @param[in,out] data <tt>const unsigned char*</tt>: The buffer containing the"] [INFO] [stderr] | ^^^^^^ no item named `in,out` in scope [INFO] [stderr] | [INFO] [stderr] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` [INFO] [stderr] [INFO] [stderr] warning: `opus-sys2` (lib doc) generated 73 warnings [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.34s [INFO] [stderr] Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/opus_sys2/index.html [INFO] running `Command { std: "docker" "inspect" "8c36e5903ae2cd9d42ec174d2d6130f93691554c4d8a88c89fcbff29b09df733", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8c36e5903ae2cd9d42ec174d2d6130f93691554c4d8a88c89fcbff29b09df733", kill_on_drop: false }` [INFO] [stdout] 8c36e5903ae2cd9d42ec174d2d6130f93691554c4d8a88c89fcbff29b09df733