[INFO] fetching crate opus-sys2 0.1.0...
[INFO] documenting opus-sys2-0.1.0 against 1.61.0 for beta-1.62-rustdoc-1
[INFO] extracting crate opus-sys2 0.1.0 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate opus-sys2 0.1.0 on toolchain 1.61.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate opus-sys2 0.1.0
[INFO] finished tweaking crates.io crate opus-sys2 0.1.0
[INFO] tweaked toml for crates.io crate opus-sys2 0.1.0 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af90777243191ea86e87a30a3291a40f1b153ef5e666856e050254af23968f80
[INFO] running `Command { std: "docker" "start" "-a" "af90777243191ea86e87a30a3291a40f1b153ef5e666856e050254af23968f80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af90777243191ea86e87a30a3291a40f1b153ef5e666856e050254af23968f80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af90777243191ea86e87a30a3291a40f1b153ef5e666856e050254af23968f80", kill_on_drop: false }`
[INFO] [stdout] af90777243191ea86e87a30a3291a40f1b153ef5e666856e050254af23968f80
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 85995cc3b92f492cb37f0d26d9984f6c03876034f66286ce52473caee9ba7cb8
[INFO] running `Command { std: "docker" "start" "-a" "85995cc3b92f492cb37f0d26d9984f6c03876034f66286ce52473caee9ba7cb8", kill_on_drop: false }`
[INFO] [stderr] Documenting opus-sys2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:635:5
[INFO] [stdout] |
[INFO] [stdout] 635 | / #[doc = " Converts an opus error code into a human readable string."]
[INFO] [stdout] 636 | | #[doc = ""]
[INFO] [stdout] 637 | | #[doc = " @param[in] error int: Error number"]
[INFO] [stdout] 638 | | #[doc = " @returns Error string"]
[INFO] [stdout] | |_____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] error int: Error number
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:657:5
[INFO] [stdout] |
[INFO] [stdout] 657 | / #[doc = " Gets the size of an OpusEncoder structure."]
[INFO] [stdout] 658 | | #[doc = " @param[in] channels int: Number of channels."]
[INFO] [stdout] 659 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 660 | | #[doc = " @returns The size in bytes."]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] channels int: Number of channels.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:664:5
[INFO] [stdout] |
[INFO] [stdout] 664 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 665 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 666 | | #[doc = ""]
[INFO] [stdout] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 694 | | #[doc = " and let the encoder optimize the encoding."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] Fs opus_int32: Sampling rate of input signal (Hz)
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:664:5
[INFO] [stdout] |
[INFO] [stdout] 664 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 665 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 666 | | #[doc = ""]
[INFO] [stdout] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 694 | | #[doc = " and let the encoder optimize the encoding."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] error int*: @ref opus_errorcodes
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:703:5
[INFO] [stdout] |
[INFO] [stdout] 703 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 704 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 705 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 706 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 713 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 714 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusEncoder*: Encoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:723:5
[INFO] [stdout] |
[INFO] [stdout] 723 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 724 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 725 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 726 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusEncoder*: Encoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:723:5
[INFO] [stdout] |
[INFO] [stdout] 723 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 724 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 725 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 726 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] data unsigned char*: Output payload.
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:759:5
[INFO] [stdout] |
[INFO] [stdout] 759 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 760 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 761 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusEncoder*: Encoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:759:5
[INFO] [stdout] |
[INFO] [stdout] 759 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 760 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 761 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] data unsigned char*: Output payload.
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:800:5
[INFO] [stdout] |
[INFO] [stdout] 800 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."]
[INFO] [stdout] 801 | | #[doc = " @param[in] st OpusEncoder*: State to be freed."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] st OpusEncoder*: State to be freed.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:827:5
[INFO] [stdout] |
[INFO] [stdout] 827 | / #[doc = " Gets the size of an OpusDecoder structure."]
[INFO] [stdout] 828 | | #[doc = " @param [in] channels int: Number of channels."]
[INFO] [stdout] 829 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 830 | | #[doc = " @returns The size in bytes."]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] channels int: Number of channels.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:834:5
[INFO] [stdout] |
[INFO] [stdout] 834 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 835 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 836 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 837 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 846 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 847 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."]
[INFO] [stdout] | |________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] Fs opus_int32: Sample rate to decode at (Hz).
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:834:5
[INFO] [stdout] |
[INFO] [stdout] 834 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 835 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 836 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 837 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 846 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 847 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."]
[INFO] [stdout] | |________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] error int*: #OPUS_OK Success or @ref opus_errorcodes
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:855:5
[INFO] [stdout] |
[INFO] [stdout] 855 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 856 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 857 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 858 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 863 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 864 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusDecoder*: Decoder state.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:872:5
[INFO] [stdout] |
[INFO] [stdout] 872 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 873 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 874 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 875 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusDecoder*: Decoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:872:5
[INFO] [stdout] |
[INFO] [stdout] 872 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 873 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 874 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 875 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] pcm opus_int16*: Output signal (interleaved if 2 channels). length
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:897:5
[INFO] [stdout] |
[INFO] [stdout] 897 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 898 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 899 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 900 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusDecoder*: Decoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:897:5
[INFO] [stdout] |
[INFO] [stdout] 897 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 898 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 899 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 900 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] pcm float*: Output signal (interleaved if 2 channels). length
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:939:5
[INFO] [stdout] |
[INFO] [stdout] 939 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."]
[INFO] [stdout] 940 | | #[doc = " @param[in] st OpusDecoder*: State to be freed."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] st OpusDecoder*: State to be freed.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:944:5
[INFO] [stdout] |
[INFO] [stdout] 944 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 946 | | #[doc = " not need to use this function."]
[INFO] [stdout] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 954 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 955 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet to be parsed
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:944:5
[INFO] [stdout] |
[INFO] [stdout] 944 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 946 | | #[doc = " not need to use this function."]
[INFO] [stdout] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 954 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 955 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] out_toc char*: TOC pointer
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `48`
[INFO] [stdout] --> src/lib.rs:944:5
[INFO] [stdout] |
[INFO] [stdout] 944 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 946 | | #[doc = " not need to use this function."]
[INFO] [stdout] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 954 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 955 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] frames char*[48] encapsulated frames
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `48` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:966:5
[INFO] [stdout] |
[INFO] [stdout] 966 | / #[doc = " Gets the bandwidth of an Opus packet."]
[INFO] [stdout] 967 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 968 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"]
[INFO] [stdout] 969 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"]
[INFO] [stdout] ... |
[INFO] [stdout] 972 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"]
[INFO] [stdout] 973 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:978:5
[INFO] [stdout] |
[INFO] [stdout] 978 | / #[doc = " Gets the number of samples per frame from an Opus packet."]
[INFO] [stdout] 979 | | #[doc = " @param [in] data char*: Opus packet."]
[INFO] [stdout] 980 | | #[doc = " This must contain at least one byte of"]
[INFO] [stdout] 981 | | #[doc = " data."]
[INFO] [stdout] ... |
[INFO] [stdout] 984 | | #[doc = " inaccurate results will be returned."]
[INFO] [stdout] 985 | | #[doc = " @returns Number of samples per frame."]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:992:5
[INFO] [stdout] |
[INFO] [stdout] 992 | / #[doc = " Gets the number of channels from an Opus packet."]
[INFO] [stdout] 993 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 994 | | #[doc = " @returns Number of channels"]
[INFO] [stdout] 995 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1001:5
[INFO] [stdout] |
[INFO] [stdout] 1001 | / #[doc = " Gets the number of frames in an Opus packet."]
[INFO] [stdout] 1002 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 1003 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 1004 | | #[doc = " @returns Number of frames"]
[INFO] [stdout] 1005 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 1006 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] packet char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1013:5
[INFO] [stdout] |
[INFO] [stdout] 1013 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 1014 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 1015 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 1016 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 1020 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 1021 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] packet char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1029:5
[INFO] [stdout] |
[INFO] [stdout] 1029 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 1030 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 1031 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 1032 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 1033 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 1034 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 1035 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] dec OpusDecoder*: Decoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1043:5
[INFO] [stdout] |
[INFO] [stdout] 1043 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 1050 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 1051 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in,out] pcm float*: Input PCM and modified PCM
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1043:5
[INFO] [stdout] |
[INFO] [stdout] 1043 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 1050 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 1051 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] frame_size int Number of samples per channel to process
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1094:5
[INFO] [stdout] |
[INFO] [stdout] 1094 | / #[doc = " Frees an OpusRepacketizer allocated by"]
[INFO] [stdout] 1095 | | #[doc = " opus_repacketizer_create()."]
[INFO] [stdout] 1096 | | #[doc = " @param[in] rp OpusRepacketizer*: State to be freed."]
[INFO] [stdout] | |____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] rp OpusRepacketizer*: State to be freed.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1100:5
[INFO] [stdout] |
[INFO] [stdout] 1100 | / #[doc = " Add a packet to the current repacketizer state."]
[INFO] [stdout] 1101 | | #[doc = " This packet must match the configuration of any packets already submitted"]
[INFO] [stdout] 1102 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."]
[INFO] [stdout] 1103 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"]
[INFO] [stdout] ... |
[INFO] [stdout] 1144 | | #[doc = " audio stored in the repacketizer state to more"]
[INFO] [stdout] 1145 | | #[doc = " than 120 ms."]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data const unsigned char*: The packet data.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:1153:5
[INFO] [stdout] |
[INFO] [stdout] 1153 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 1154 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 1155 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"]
[INFO] [stdout] 1156 | | #[doc = " construct the new packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1181 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 1182 | | #[doc = " complete output packet."]
[INFO] [stdout] | |______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:1204:5
[INFO] [stdout] |
[INFO] [stdout] 1204 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 1205 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 1206 | | #[doc = " This is a convenience routine that returns all the data submitted so far"]
[INFO] [stdout] 1207 | | #[doc = " in a single packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1230 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 1231 | | #[doc = " complete output packet."]
[INFO] [stdout] | |______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1239:5
[INFO] [stdout] |
[INFO] [stdout] 1239 | / #[doc = " Pads a given Opus packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 1240 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1241 | | #[doc = " packet to pad."]
[INFO] [stdout] 1242 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1248 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 1249 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1257:5
[INFO] [stdout] |
[INFO] [stdout] 1257 | / #[doc = " Remove all padding from a given Opus packet and rewrite the TOC sequence to"]
[INFO] [stdout] 1258 | | #[doc = " minimize space usage."]
[INFO] [stdout] 1259 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1260 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 1265 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 1266 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1270:5
[INFO] [stdout] |
[INFO] [stdout] 1270 | / #[doc = " Pads a given Opus multi-stream packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 1271 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1272 | | #[doc = " packet to pad."]
[INFO] [stdout] 1273 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1281 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 1282 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1291:5
[INFO] [stdout] |
[INFO] [stdout] 1291 | / #[doc = " Remove all padding from a given Opus multi-stream packet and rewrite the TOC sequence to"]
[INFO] [stdout] 1292 | | #[doc = " minimize space usage."]
[INFO] [stdout] 1293 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1294 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 1301 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 1302 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 38 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s
[INFO] running `Command { std: "docker" "inspect" "85995cc3b92f492cb37f0d26d9984f6c03876034f66286ce52473caee9ba7cb8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "85995cc3b92f492cb37f0d26d9984f6c03876034f66286ce52473caee9ba7cb8", kill_on_drop: false }`
[INFO] [stdout] 85995cc3b92f492cb37f0d26d9984f6c03876034f66286ce52473caee9ba7cb8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }`
[INFO] [stdout] ea974f4de0848a66bbde3651c85eff98d5795f96d63d43bfa16ed639a39f1100
[INFO] running `Command { std: "docker" "start" "-a" "ea974f4de0848a66bbde3651c85eff98d5795f96d63d43bfa16ed639a39f1100", kill_on_drop: false }`
[INFO] [stderr] Documenting opus-sys2 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:635:5
[INFO] [stdout] |
[INFO] [stdout] 635 | / #[doc = " Converts an opus error code into a human readable string."]
[INFO] [stdout] 636 | | #[doc = ""]
[INFO] [stdout] 637 | | #[doc = " @param[in] error int: Error number"]
[INFO] [stdout] 638 | | #[doc = " @returns Error string"]
[INFO] [stdout] | |_____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] error int: Error number
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:657:5
[INFO] [stdout] |
[INFO] [stdout] 657 | / #[doc = " Gets the size of an OpusEncoder structure."]
[INFO] [stdout] 658 | | #[doc = " @param[in] channels int: Number of channels."]
[INFO] [stdout] 659 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 660 | | #[doc = " @returns The size in bytes."]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] channels int: Number of channels.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:664:5
[INFO] [stdout] |
[INFO] [stdout] 664 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 665 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 666 | | #[doc = ""]
[INFO] [stdout] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 694 | | #[doc = " and let the encoder optimize the encoding."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] Fs opus_int32: Sampling rate of input signal (Hz)
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:664:5
[INFO] [stdout] |
[INFO] [stdout] 664 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 665 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 666 | | #[doc = ""]
[INFO] [stdout] 667 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 693 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 694 | | #[doc = " and let the encoder optimize the encoding."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] error int*: @ref opus_errorcodes
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:703:5
[INFO] [stdout] |
[INFO] [stdout] 703 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 704 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 705 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 706 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 713 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 714 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusEncoder*: Encoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:723:5
[INFO] [stdout] |
[INFO] [stdout] 723 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 724 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 725 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 726 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusEncoder*: Encoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:723:5
[INFO] [stdout] |
[INFO] [stdout] 723 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 724 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 725 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 726 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 748 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 749 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] data unsigned char*: Output payload.
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:759:5
[INFO] [stdout] |
[INFO] [stdout] 759 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 760 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 761 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusEncoder*: Encoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:759:5
[INFO] [stdout] |
[INFO] [stdout] 759 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 760 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 761 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 762 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 789 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 790 | | #[doc = " negative error code (see @ref opus_errorcodes) on failure."]
[INFO] [stdout] | |___________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] data unsigned char*: Output payload.
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:800:5
[INFO] [stdout] |
[INFO] [stdout] 800 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."]
[INFO] [stdout] 801 | | #[doc = " @param[in] st OpusEncoder*: State to be freed."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] st OpusEncoder*: State to be freed.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:827:5
[INFO] [stdout] |
[INFO] [stdout] 827 | / #[doc = " Gets the size of an OpusDecoder structure."]
[INFO] [stdout] 828 | | #[doc = " @param [in] channels int: Number of channels."]
[INFO] [stdout] 829 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 830 | | #[doc = " @returns The size in bytes."]
[INFO] [stdout] | |___________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] channels int: Number of channels.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:834:5
[INFO] [stdout] |
[INFO] [stdout] 834 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 835 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 836 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 837 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 846 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 847 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."]
[INFO] [stdout] | |________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] Fs opus_int32: Sample rate to decode at (Hz).
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:834:5
[INFO] [stdout] |
[INFO] [stdout] 834 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 835 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 836 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 837 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 846 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 847 | | #[doc = " interleaved stereo pcm buffers, at the caller's request."]
[INFO] [stdout] | |________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] error int*: #OPUS_OK Success or @ref opus_errorcodes
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:855:5
[INFO] [stdout] |
[INFO] [stdout] 855 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 856 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 857 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 858 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 863 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 864 | | #[doc = " @retval #OPUS_OK Success or @ref opus_errorcodes"]
[INFO] [stdout] | |________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusDecoder*: Decoder state.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:872:5
[INFO] [stdout] |
[INFO] [stdout] 872 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 873 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 874 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 875 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusDecoder*: Decoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:872:5
[INFO] [stdout] |
[INFO] [stdout] 872 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 873 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 874 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 875 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 885 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 886 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] pcm opus_int16*: Output signal (interleaved if 2 channels). length
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:897:5
[INFO] [stdout] |
[INFO] [stdout] 897 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 898 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 899 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 900 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] st OpusDecoder*: Decoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:897:5
[INFO] [stdout] |
[INFO] [stdout] 897 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 898 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 899 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 900 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 910 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 911 | | #[doc = " @returns Number of decoded samples or @ref opus_errorcodes"]
[INFO] [stdout] | |__________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] pcm float*: Output signal (interleaved if 2 channels). length
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:939:5
[INFO] [stdout] |
[INFO] [stdout] 939 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."]
[INFO] [stdout] 940 | | #[doc = " @param[in] st OpusDecoder*: State to be freed."]
[INFO] [stdout] | |_______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] st OpusDecoder*: State to be freed.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:944:5
[INFO] [stdout] |
[INFO] [stdout] 944 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 946 | | #[doc = " not need to use this function."]
[INFO] [stdout] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 954 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 955 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet to be parsed
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:944:5
[INFO] [stdout] |
[INFO] [stdout] 944 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 946 | | #[doc = " not need to use this function."]
[INFO] [stdout] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 954 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 955 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] out_toc char*: TOC pointer
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `48`
[INFO] [stdout] --> src/lib.rs:944:5
[INFO] [stdout] |
[INFO] [stdout] 944 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 945 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 946 | | #[doc = " not need to use this function."]
[INFO] [stdout] 947 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 954 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 955 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] frames char*[48] encapsulated frames
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `48` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:966:5
[INFO] [stdout] |
[INFO] [stdout] 966 | / #[doc = " Gets the bandwidth of an Opus packet."]
[INFO] [stdout] 967 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 968 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"]
[INFO] [stdout] 969 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"]
[INFO] [stdout] ... |
[INFO] [stdout] 972 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"]
[INFO] [stdout] 973 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:978:5
[INFO] [stdout] |
[INFO] [stdout] 978 | / #[doc = " Gets the number of samples per frame from an Opus packet."]
[INFO] [stdout] 979 | | #[doc = " @param [in] data char*: Opus packet."]
[INFO] [stdout] 980 | | #[doc = " This must contain at least one byte of"]
[INFO] [stdout] 981 | | #[doc = " data."]
[INFO] [stdout] ... |
[INFO] [stdout] 984 | | #[doc = " inaccurate results will be returned."]
[INFO] [stdout] 985 | | #[doc = " @returns Number of samples per frame."]
[INFO] [stdout] | |_____________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:992:5
[INFO] [stdout] |
[INFO] [stdout] 992 | / #[doc = " Gets the number of channels from an Opus packet."]
[INFO] [stdout] 993 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 994 | | #[doc = " @returns Number of channels"]
[INFO] [stdout] 995 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] data char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1001:5
[INFO] [stdout] |
[INFO] [stdout] 1001 | / #[doc = " Gets the number of frames in an Opus packet."]
[INFO] [stdout] 1002 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 1003 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 1004 | | #[doc = " @returns Number of frames"]
[INFO] [stdout] 1005 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 1006 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] packet char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1013:5
[INFO] [stdout] |
[INFO] [stdout] 1013 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 1014 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 1015 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 1016 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 1020 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 1021 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] packet char*: Opus packet
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1029:5
[INFO] [stdout] |
[INFO] [stdout] 1029 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 1030 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 1031 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 1032 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 1033 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 1034 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 1035 | | #[doc = " @retval OPUS_INVALID_PACKET The compressed data passed is corrupted or of an unsupported type"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] dec OpusDecoder*: Decoder state
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1043:5
[INFO] [stdout] |
[INFO] [stdout] 1043 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 1050 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 1051 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in,out] pcm float*: Input PCM and modified PCM
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1043:5
[INFO] [stdout] |
[INFO] [stdout] 1043 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 1044 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 1045 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 1046 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 1050 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 1051 | | #[doc = " @param [in,out] softclip_mem float*: State memory for the soft clipping process (one float per channel, initialized to zero)"]
[INFO] [stdout] | |_____________________________________________________________________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] frame_size int Number of samples per channel to process
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1094:5
[INFO] [stdout] |
[INFO] [stdout] 1094 | / #[doc = " Frees an OpusRepacketizer allocated by"]
[INFO] [stdout] 1095 | | #[doc = " opus_repacketizer_create()."]
[INFO] [stdout] 1096 | | #[doc = " @param[in] rp OpusRepacketizer*: State to be freed."]
[INFO] [stdout] | |____________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] rp OpusRepacketizer*: State to be freed.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:1100:5
[INFO] [stdout] |
[INFO] [stdout] 1100 | / #[doc = " Add a packet to the current repacketizer state."]
[INFO] [stdout] 1101 | | #[doc = " This packet must match the configuration of any packets already submitted"]
[INFO] [stdout] 1102 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."]
[INFO] [stdout] 1103 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"]
[INFO] [stdout] ... |
[INFO] [stdout] 1144 | | #[doc = " audio stored in the repacketizer state to more"]
[INFO] [stdout] 1145 | | #[doc = " than 120 ms."]
[INFO] [stdout] | |_________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] data const unsigned char*: The packet data.
[INFO] [stdout] ^^
[INFO] [stdout] = note: no item named `in` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:1153:5
[INFO] [stdout] |
[INFO] [stdout] 1153 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 1154 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 1155 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"]
[INFO] [stdout] 1156 | | #[doc = " construct the new packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1181 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 1182 | | #[doc = " complete output packet."]
[INFO] [stdout] | |______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `out`
[INFO] [stdout] --> src/lib.rs:1204:5
[INFO] [stdout] |
[INFO] [stdout] 1204 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 1205 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 1206 | | #[doc = " This is a convenience routine that returns all the data submitted so far"]
[INFO] [stdout] 1207 | | #[doc = " in a single packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1230 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 1231 | | #[doc = " complete output packet."]
[INFO] [stdout] | |______________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] data const unsigned char*: The buffer in which to
[INFO] [stdout] ^^^
[INFO] [stdout] = note: no item named `out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1239:5
[INFO] [stdout] |
[INFO] [stdout] 1239 | / #[doc = " Pads a given Opus packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 1240 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1241 | | #[doc = " packet to pad."]
[INFO] [stdout] 1242 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1248 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 1249 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1257:5
[INFO] [stdout] |
[INFO] [stdout] 1257 | / #[doc = " Remove all padding from a given Opus packet and rewrite the TOC sequence to"]
[INFO] [stdout] 1258 | | #[doc = " minimize space usage."]
[INFO] [stdout] 1259 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1260 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 1265 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 1266 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1270:5
[INFO] [stdout] |
[INFO] [stdout] 1270 | / #[doc = " Pads a given Opus multi-stream packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 1271 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1272 | | #[doc = " packet to pad."]
[INFO] [stdout] 1273 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 1281 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 1282 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: unresolved link to `in,out`
[INFO] [stdout] --> src/lib.rs:1291:5
[INFO] [stdout] |
[INFO] [stdout] 1291 | / #[doc = " Remove all padding from a given Opus multi-stream packet and rewrite the TOC sequence to"]
[INFO] [stdout] 1292 | | #[doc = " minimize space usage."]
[INFO] [stdout] 1293 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 1294 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 1301 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 1302 | | #[doc = " @retval #OPUS_INVALID_PACKET \\a data did not contain a valid Opus packet."]
[INFO] [stdout] | |__________________________________________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in,out] data const unsigned char*: The buffer containing the
[INFO] [stdout] ^^^^^^
[INFO] [stdout] = note: no item named `in,out` in scope
[INFO] [stdout] = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 38 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "ea974f4de0848a66bbde3651c85eff98d5795f96d63d43bfa16ed639a39f1100", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ea974f4de0848a66bbde3651c85eff98d5795f96d63d43bfa16ed639a39f1100", kill_on_drop: false }`
[INFO] [stdout] ea974f4de0848a66bbde3651c85eff98d5795f96d63d43bfa16ed639a39f1100