[INFO] fetching crate audiopus_sys 0.2.2...
[INFO] documenting audiopus_sys-0.2.2 against beta-2022-05-20 for beta-1.62-rustdoc-1
[INFO] extracting crate audiopus_sys 0.2.2 into /workspace/builds/worker-117/source
[INFO] validating manifest of crates.io crate audiopus_sys 0.2.2 on toolchain beta-2022-05-20
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate audiopus_sys 0.2.2
[INFO] finished tweaking crates.io crate audiopus_sys 0.2.2
[INFO] tweaked toml for crates.io crate audiopus_sys 0.2.2 written to /workspace/builds/worker-117/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] [stderr] Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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" "+beta-2022-05-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5419a1110db3e767e58fff88c57e2b2c74a4fa392549fc411645377e47b22481
[INFO] running `Command { std: "docker" "start" "-a" "5419a1110db3e767e58fff88c57e2b2c74a4fa392549fc411645377e47b22481", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5419a1110db3e767e58fff88c57e2b2c74a4fa392549fc411645377e47b22481", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5419a1110db3e767e58fff88c57e2b2c74a4fa392549fc411645377e47b22481", kill_on_drop: false }`
[INFO] [stdout] 5419a1110db3e767e58fff88c57e2b2c74a4fa392549fc411645377e47b22481
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4b23b6727492d7aba2c69986528d00923fa4b82bccf2dce1914fb4281d1136dd
[INFO] running `Command { std: "docker" "start" "-a" "4b23b6727492d7aba2c69986528d00923fa4b82bccf2dce1914fb4281d1136dd", kill_on_drop: false }`
[INFO] [stderr] Compiling log v0.4.17
[INFO] [stderr] Compiling cc v1.0.73
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling pkg-config v0.3.25
[INFO] [stderr] Compiling cmake v0.1.48
[INFO] [stderr] Compiling audiopus_sys v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting audiopus_sys v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:86:5
[INFO] [stdout] |
[INFO] [stdout] 86 | / #[doc = " Converts an opus error code into a human readable string."]
[INFO] [stdout] 87 | | #[doc = ""]
[INFO] [stdout] 88 | | #[doc = " @param[in] error int: Error number"]
[INFO] [stdout] 89 | | #[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:108:5
[INFO] [stdout] |
[INFO] [stdout] 108 | / #[doc = " Gets the size of an OpusEncoder structure."]
[INFO] [stdout] 109 | | #[doc = " @param[in] channels int: Number of channels."]
[INFO] [stdout] 110 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 111 | | #[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:115:5
[INFO] [stdout] |
[INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 116 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 117 | | #[doc = ""]
[INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 145 | | #[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:115:5
[INFO] [stdout] |
[INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 116 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 117 | | #[doc = ""]
[INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 145 | | #[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:154:5
[INFO] [stdout] |
[INFO] [stdout] 154 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 155 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 156 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 157 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 164 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 165 | | #[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:174:5
[INFO] [stdout] |
[INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 200 | | #[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:174:5
[INFO] [stdout] |
[INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 200 | | #[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:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 241 | | #[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:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 241 | | #[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:251:5
[INFO] [stdout] |
[INFO] [stdout] 251 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."]
[INFO] [stdout] 252 | | #[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:278:5
[INFO] [stdout] |
[INFO] [stdout] 278 | / #[doc = " Gets the size of an OpusDecoder structure."]
[INFO] [stdout] 279 | | #[doc = " @param [in] channels int: Number of channels."]
[INFO] [stdout] 280 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 281 | | #[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:285:5
[INFO] [stdout] |
[INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 288 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 298 | | #[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:285:5
[INFO] [stdout] |
[INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 288 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 298 | | #[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:306:5
[INFO] [stdout] |
[INFO] [stdout] 306 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 307 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 308 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 309 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 314 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 315 | | #[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:323:5
[INFO] [stdout] |
[INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 337 | | #[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:323:5
[INFO] [stdout] |
[INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 337 | | #[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:348:5
[INFO] [stdout] |
[INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 362 | | #[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:348:5
[INFO] [stdout] |
[INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 362 | | #[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:390:5
[INFO] [stdout] |
[INFO] [stdout] 390 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."]
[INFO] [stdout] 391 | | #[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:395:5
[INFO] [stdout] |
[INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 397 | | #[doc = " not need to use this function."]
[INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 406 | | #[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:395:5
[INFO] [stdout] |
[INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 397 | | #[doc = " not need to use this function."]
[INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 406 | | #[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:395:5
[INFO] [stdout] |
[INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 397 | | #[doc = " not need to use this function."]
[INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 406 | | #[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:417:5
[INFO] [stdout] |
[INFO] [stdout] 417 | / #[doc = " Gets the bandwidth of an Opus packet."]
[INFO] [stdout] 418 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 419 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"]
[INFO] [stdout] 420 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"]
[INFO] [stdout] ... |
[INFO] [stdout] 423 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"]
[INFO] [stdout] 424 | | #[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:429:5
[INFO] [stdout] |
[INFO] [stdout] 429 | / #[doc = " Gets the number of samples per frame from an Opus packet."]
[INFO] [stdout] 430 | | #[doc = " @param [in] data char*: Opus packet."]
[INFO] [stdout] 431 | | #[doc = " This must contain at least one byte of"]
[INFO] [stdout] 432 | | #[doc = " data."]
[INFO] [stdout] ... |
[INFO] [stdout] 435 | | #[doc = " inaccurate results will be returned."]
[INFO] [stdout] 436 | | #[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:443:5
[INFO] [stdout] |
[INFO] [stdout] 443 | / #[doc = " Gets the number of channels from an Opus packet."]
[INFO] [stdout] 444 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 445 | | #[doc = " @returns Number of channels"]
[INFO] [stdout] 446 | | #[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:452:5
[INFO] [stdout] |
[INFO] [stdout] 452 | / #[doc = " Gets the number of frames in an Opus packet."]
[INFO] [stdout] 453 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 454 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 455 | | #[doc = " @returns Number of frames"]
[INFO] [stdout] 456 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 457 | | #[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:464:5
[INFO] [stdout] |
[INFO] [stdout] 464 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 465 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 466 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 467 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 471 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 472 | | #[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:480:5
[INFO] [stdout] |
[INFO] [stdout] 480 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 481 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 482 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 483 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 484 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 485 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 486 | | #[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:494:5
[INFO] [stdout] |
[INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 502 | | #[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:494:5
[INFO] [stdout] |
[INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 502 | | #[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:545:5
[INFO] [stdout] |
[INFO] [stdout] 545 | / #[doc = " Frees an OpusRepacketizer allocated by"]
[INFO] [stdout] 546 | | #[doc = " opus_repacketizer_create()."]
[INFO] [stdout] 547 | | #[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:551:5
[INFO] [stdout] |
[INFO] [stdout] 551 | / #[doc = " Add a packet to the current repacketizer state."]
[INFO] [stdout] 552 | | #[doc = " This packet must match the configuration of any packets already submitted"]
[INFO] [stdout] 553 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."]
[INFO] [stdout] 554 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"]
[INFO] [stdout] ... |
[INFO] [stdout] 595 | | #[doc = " audio stored in the repacketizer state to more"]
[INFO] [stdout] 596 | | #[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:604:5
[INFO] [stdout] |
[INFO] [stdout] 604 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 605 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 606 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"]
[INFO] [stdout] 607 | | #[doc = " construct the new packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 632 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 633 | | #[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:655:5
[INFO] [stdout] |
[INFO] [stdout] 655 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 656 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 657 | | #[doc = " This is a convenience routine that returns all the data submitted so far"]
[INFO] [stdout] 658 | | #[doc = " in a single packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 681 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 682 | | #[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:690:5
[INFO] [stdout] |
[INFO] [stdout] 690 | / #[doc = " Pads a given Opus packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 691 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 692 | | #[doc = " packet to pad."]
[INFO] [stdout] 693 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 699 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 700 | | #[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:708:5
[INFO] [stdout] |
[INFO] [stdout] 708 | / #[doc = " Remove all padding from a given Opus packet and rewrite the TOC sequence to"]
[INFO] [stdout] 709 | | #[doc = " minimize space usage."]
[INFO] [stdout] 710 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 711 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 716 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 717 | | #[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:721:5
[INFO] [stdout] |
[INFO] [stdout] 721 | / #[doc = " Pads a given Opus multi-stream packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 722 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 723 | | #[doc = " packet to pad."]
[INFO] [stdout] 724 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 732 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 733 | | #[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:742:5
[INFO] [stdout] |
[INFO] [stdout] 742 | / #[doc = " Remove all padding from a given Opus multi-stream packet and rewrite the TOC sequence to"]
[INFO] [stdout] 743 | | #[doc = " minimize space usage."]
[INFO] [stdout] 744 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 745 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 752 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 753 | | #[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`
[INFO] [stdout] --> src/lib.rs:797:5
[INFO] [stdout] |
[INFO] [stdout] 797 | / #[doc = " Allocates and initializes a multistream encoder state."]
[INFO] [stdout] 798 | | #[doc = " Call opus_multistream_encoder_destroy() to release"]
[INFO] [stdout] 799 | | #[doc = " this object when finished."]
[INFO] [stdout] 800 | | #[doc = " @param Fs opus_int32: Sampling rate of the input signal (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 837 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 838 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:797:5
[INFO] [stdout] |
[INFO] [stdout] 797 | / #[doc = " Allocates and initializes a multistream encoder state."]
[INFO] [stdout] 798 | | #[doc = " Call opus_multistream_encoder_destroy() to release"]
[INFO] [stdout] 799 | | #[doc = " this object when finished."]
[INFO] [stdout] 800 | | #[doc = " @param Fs opus_int32: Sampling rate of the input signal (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 837 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 838 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:862:5
[INFO] [stdout] |
[INFO] [stdout] 862 | / #[doc = " Initialize a previously allocated multistream encoder state."]
[INFO] [stdout] 863 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 864 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 865 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 907 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 908 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:862:5
[INFO] [stdout] |
[INFO] [stdout] 862 | / #[doc = " Initialize a previously allocated multistream encoder state."]
[INFO] [stdout] 863 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 864 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 865 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 907 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 908 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:932:5
[INFO] [stdout] |
[INFO] [stdout] 932 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 933 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 934 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 935 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 959 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 960 | | #[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] pcm const opus_int16*: The input signal as interleaved
[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:932:5
[INFO] [stdout] |
[INFO] [stdout] 932 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 933 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 934 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 935 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 959 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 960 | | #[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:970:5
[INFO] [stdout] |
[INFO] [stdout] 970 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 971 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 972 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 973 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1004 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1005 | | #[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] pcm const float*: The input signal as interleaved
[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:970:5
[INFO] [stdout] |
[INFO] [stdout] 970 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 971 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 972 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 973 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1004 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1005 | | #[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:1059:5
[INFO] [stdout] |
[INFO] [stdout] 1059 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1060 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1061 | | #[doc = " this object when finished."]
[INFO] [stdout] 1062 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1085 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1086 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:1059:5
[INFO] [stdout] |
[INFO] [stdout] 1059 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1060 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1061 | | #[doc = " this object when finished."]
[INFO] [stdout] 1062 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1085 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1086 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:1059:5
[INFO] [stdout] |
[INFO] [stdout] 1059 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1060 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1061 | | #[doc = " this object when finished."]
[INFO] [stdout] 1062 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1085 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1086 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] error int *: Returns #OPUS_OK on success, or an error
[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:1097:5
[INFO] [stdout] |
[INFO] [stdout] 1097 | / #[doc = " Intialize a previously allocated decoder state object."]
[INFO] [stdout] 1098 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 1099 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 1100 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1128 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 1129 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:1097:5
[INFO] [stdout] |
[INFO] [stdout] 1097 | / #[doc = " Intialize a previously allocated decoder state object."]
[INFO] [stdout] 1098 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 1099 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 1100 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1128 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 1129 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:1140:5
[INFO] [stdout] |
[INFO] [stdout] 1140 | / #[doc = " Decode a multistream Opus packet."]
[INFO] [stdout] 1141 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1142 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1143 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1166 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1167 | | #[doc = " (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] data const unsigned char*: Input payload.
[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:1140:5
[INFO] [stdout] |
[INFO] [stdout] 1140 | / #[doc = " Decode a multistream Opus packet."]
[INFO] [stdout] 1141 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1142 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1143 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1166 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1167 | | #[doc = " (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] pcm opus_int16*: Output signal, with interleaved
[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:1178:5
[INFO] [stdout] |
[INFO] [stdout] 1178 | / #[doc = " Decode a multistream Opus packet with floating point output."]
[INFO] [stdout] 1179 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1180 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1181 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1204 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1205 | | #[doc = " (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] data const unsigned char*: Input payload.
[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:1178:5
[INFO] [stdout] |
[INFO] [stdout] 1178 | / #[doc = " Decode a multistream Opus packet with floating point output."]
[INFO] [stdout] 1179 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1180 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1181 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1204 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1205 | | #[doc = " (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] pcm opus_int16*: Output signal, with interleaved
[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: 55 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.78s
[INFO] running `Command { std: "docker" "inspect" "4b23b6727492d7aba2c69986528d00923fa4b82bccf2dce1914fb4281d1136dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4b23b6727492d7aba2c69986528d00923fa4b82bccf2dce1914fb4281d1136dd", kill_on_drop: false }`
[INFO] [stdout] 4b23b6727492d7aba2c69986528d00923fa4b82bccf2dce1914fb4281d1136dd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-117/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" "+beta-2022-05-20" "rustdoc" "--lib" "-Zrustdoc-map" "--frozen" "--message-format=json" "--" "-Z" "unstable-options" "--document-private-items", kill_on_drop: false }`
[INFO] [stdout] 988bcb5a2ec7c9ceb2948511012d08548dc7581da6c11a52a1b6c12398c1e23b
[INFO] running `Command { std: "docker" "start" "-a" "988bcb5a2ec7c9ceb2948511012d08548dc7581da6c11a52a1b6c12398c1e23b", kill_on_drop: false }`
[INFO] [stderr] Compiling log v0.4.17
[INFO] [stderr] Compiling cc v1.0.73
[INFO] [stderr] Compiling cfg-if v1.0.0
[INFO] [stderr] Compiling pkg-config v0.3.25
[INFO] [stderr] Compiling cmake v0.1.48
[INFO] [stderr] Compiling audiopus_sys v0.2.2 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting audiopus_sys v0.2.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `in`
[INFO] [stdout] --> src/lib.rs:86:5
[INFO] [stdout] |
[INFO] [stdout] 86 | / #[doc = " Converts an opus error code into a human readable string."]
[INFO] [stdout] 87 | | #[doc = ""]
[INFO] [stdout] 88 | | #[doc = " @param[in] error int: Error number"]
[INFO] [stdout] 89 | | #[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:108:5
[INFO] [stdout] |
[INFO] [stdout] 108 | / #[doc = " Gets the size of an OpusEncoder structure."]
[INFO] [stdout] 109 | | #[doc = " @param[in] channels int: Number of channels."]
[INFO] [stdout] 110 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 111 | | #[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:115:5
[INFO] [stdout] |
[INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 116 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 117 | | #[doc = ""]
[INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 145 | | #[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:115:5
[INFO] [stdout] |
[INFO] [stdout] 115 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 116 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 117 | | #[doc = ""]
[INFO] [stdout] 118 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 144 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 145 | | #[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:154:5
[INFO] [stdout] |
[INFO] [stdout] 154 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 155 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 156 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 157 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 164 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 165 | | #[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:174:5
[INFO] [stdout] |
[INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 200 | | #[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:174:5
[INFO] [stdout] |
[INFO] [stdout] 174 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 175 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 176 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 177 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 199 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 200 | | #[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:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 241 | | #[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:210:5
[INFO] [stdout] |
[INFO] [stdout] 210 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 211 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 212 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 213 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 240 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 241 | | #[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:251:5
[INFO] [stdout] |
[INFO] [stdout] 251 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."]
[INFO] [stdout] 252 | | #[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:278:5
[INFO] [stdout] |
[INFO] [stdout] 278 | / #[doc = " Gets the size of an OpusDecoder structure."]
[INFO] [stdout] 279 | | #[doc = " @param [in] channels int: Number of channels."]
[INFO] [stdout] 280 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 281 | | #[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:285:5
[INFO] [stdout] |
[INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 288 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 298 | | #[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:285:5
[INFO] [stdout] |
[INFO] [stdout] 285 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 286 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 287 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 288 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 297 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 298 | | #[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:306:5
[INFO] [stdout] |
[INFO] [stdout] 306 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 307 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 308 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 309 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 314 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 315 | | #[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:323:5
[INFO] [stdout] |
[INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 337 | | #[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:323:5
[INFO] [stdout] |
[INFO] [stdout] 323 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 324 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 325 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 326 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 336 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 337 | | #[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:348:5
[INFO] [stdout] |
[INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 362 | | #[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:348:5
[INFO] [stdout] |
[INFO] [stdout] 348 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 349 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 350 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 351 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 361 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 362 | | #[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:390:5
[INFO] [stdout] |
[INFO] [stdout] 390 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."]
[INFO] [stdout] 391 | | #[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:395:5
[INFO] [stdout] |
[INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 397 | | #[doc = " not need to use this function."]
[INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 406 | | #[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:395:5
[INFO] [stdout] |
[INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 397 | | #[doc = " not need to use this function."]
[INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 406 | | #[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:395:5
[INFO] [stdout] |
[INFO] [stdout] 395 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 396 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 397 | | #[doc = " not need to use this function."]
[INFO] [stdout] 398 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 405 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 406 | | #[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:417:5
[INFO] [stdout] |
[INFO] [stdout] 417 | / #[doc = " Gets the bandwidth of an Opus packet."]
[INFO] [stdout] 418 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 419 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"]
[INFO] [stdout] 420 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"]
[INFO] [stdout] ... |
[INFO] [stdout] 423 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"]
[INFO] [stdout] 424 | | #[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:429:5
[INFO] [stdout] |
[INFO] [stdout] 429 | / #[doc = " Gets the number of samples per frame from an Opus packet."]
[INFO] [stdout] 430 | | #[doc = " @param [in] data char*: Opus packet."]
[INFO] [stdout] 431 | | #[doc = " This must contain at least one byte of"]
[INFO] [stdout] 432 | | #[doc = " data."]
[INFO] [stdout] ... |
[INFO] [stdout] 435 | | #[doc = " inaccurate results will be returned."]
[INFO] [stdout] 436 | | #[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:443:5
[INFO] [stdout] |
[INFO] [stdout] 443 | / #[doc = " Gets the number of channels from an Opus packet."]
[INFO] [stdout] 444 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 445 | | #[doc = " @returns Number of channels"]
[INFO] [stdout] 446 | | #[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:452:5
[INFO] [stdout] |
[INFO] [stdout] 452 | / #[doc = " Gets the number of frames in an Opus packet."]
[INFO] [stdout] 453 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 454 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 455 | | #[doc = " @returns Number of frames"]
[INFO] [stdout] 456 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 457 | | #[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:464:5
[INFO] [stdout] |
[INFO] [stdout] 464 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 465 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 466 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 467 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 471 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 472 | | #[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:480:5
[INFO] [stdout] |
[INFO] [stdout] 480 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 481 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 482 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 483 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 484 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 485 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 486 | | #[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:494:5
[INFO] [stdout] |
[INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 502 | | #[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:494:5
[INFO] [stdout] |
[INFO] [stdout] 494 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 495 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 496 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 497 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 501 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 502 | | #[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:545:5
[INFO] [stdout] |
[INFO] [stdout] 545 | / #[doc = " Frees an OpusRepacketizer allocated by"]
[INFO] [stdout] 546 | | #[doc = " opus_repacketizer_create()."]
[INFO] [stdout] 547 | | #[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:551:5
[INFO] [stdout] |
[INFO] [stdout] 551 | / #[doc = " Add a packet to the current repacketizer state."]
[INFO] [stdout] 552 | | #[doc = " This packet must match the configuration of any packets already submitted"]
[INFO] [stdout] 553 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."]
[INFO] [stdout] 554 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"]
[INFO] [stdout] ... |
[INFO] [stdout] 595 | | #[doc = " audio stored in the repacketizer state to more"]
[INFO] [stdout] 596 | | #[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:604:5
[INFO] [stdout] |
[INFO] [stdout] 604 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 605 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 606 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"]
[INFO] [stdout] 607 | | #[doc = " construct the new packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 632 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 633 | | #[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:655:5
[INFO] [stdout] |
[INFO] [stdout] 655 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 656 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 657 | | #[doc = " This is a convenience routine that returns all the data submitted so far"]
[INFO] [stdout] 658 | | #[doc = " in a single packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 681 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 682 | | #[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:690:5
[INFO] [stdout] |
[INFO] [stdout] 690 | / #[doc = " Pads a given Opus packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 691 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 692 | | #[doc = " packet to pad."]
[INFO] [stdout] 693 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 699 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 700 | | #[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:708:5
[INFO] [stdout] |
[INFO] [stdout] 708 | / #[doc = " Remove all padding from a given Opus packet and rewrite the TOC sequence to"]
[INFO] [stdout] 709 | | #[doc = " minimize space usage."]
[INFO] [stdout] 710 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 711 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 716 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 717 | | #[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:721:5
[INFO] [stdout] |
[INFO] [stdout] 721 | / #[doc = " Pads a given Opus multi-stream packet to a larger size (possibly changing the TOC sequence)."]
[INFO] [stdout] 722 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 723 | | #[doc = " packet to pad."]
[INFO] [stdout] 724 | | #[doc = " @param len opus_int32: The size of the packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 732 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1."]
[INFO] [stdout] 733 | | #[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:742:5
[INFO] [stdout] |
[INFO] [stdout] 742 | / #[doc = " Remove all padding from a given Opus multi-stream packet and rewrite the TOC sequence to"]
[INFO] [stdout] 743 | | #[doc = " minimize space usage."]
[INFO] [stdout] 744 | | #[doc = " @param[in,out] data const unsigned char*: The buffer containing the"]
[INFO] [stdout] 745 | | #[doc = " packet to strip."]
[INFO] [stdout] ... |
[INFO] [stdout] 752 | | #[doc = " @retval #OPUS_BAD_ARG \\a len was less than 1 or new_len was less than len."]
[INFO] [stdout] 753 | | #[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`
[INFO] [stdout] --> src/lib.rs:797:5
[INFO] [stdout] |
[INFO] [stdout] 797 | / #[doc = " Allocates and initializes a multistream encoder state."]
[INFO] [stdout] 798 | | #[doc = " Call opus_multistream_encoder_destroy() to release"]
[INFO] [stdout] 799 | | #[doc = " this object when finished."]
[INFO] [stdout] 800 | | #[doc = " @param Fs opus_int32: Sampling rate of the input signal (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 837 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 838 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:797:5
[INFO] [stdout] |
[INFO] [stdout] 797 | / #[doc = " Allocates and initializes a multistream encoder state."]
[INFO] [stdout] 798 | | #[doc = " Call opus_multistream_encoder_destroy() to release"]
[INFO] [stdout] 799 | | #[doc = " this object when finished."]
[INFO] [stdout] 800 | | #[doc = " @param Fs opus_int32: Sampling rate of the input signal (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 837 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 838 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:862:5
[INFO] [stdout] |
[INFO] [stdout] 862 | / #[doc = " Initialize a previously allocated multistream encoder state."]
[INFO] [stdout] 863 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 864 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 865 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 907 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 908 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:862:5
[INFO] [stdout] |
[INFO] [stdout] 862 | / #[doc = " Initialize a previously allocated multistream encoder state."]
[INFO] [stdout] 863 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 864 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 865 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 907 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 908 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:932:5
[INFO] [stdout] |
[INFO] [stdout] 932 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 933 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 934 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 935 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 959 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 960 | | #[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] pcm const opus_int16*: The input signal as interleaved
[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:932:5
[INFO] [stdout] |
[INFO] [stdout] 932 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 933 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 934 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 935 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 959 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 960 | | #[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:970:5
[INFO] [stdout] |
[INFO] [stdout] 970 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 971 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 972 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 973 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1004 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1005 | | #[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] pcm const float*: The input signal as interleaved
[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:970:5
[INFO] [stdout] |
[INFO] [stdout] 970 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 971 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 972 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 973 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1004 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1005 | | #[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:1059:5
[INFO] [stdout] |
[INFO] [stdout] 1059 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1060 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1061 | | #[doc = " this object when finished."]
[INFO] [stdout] 1062 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1085 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1086 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:1059:5
[INFO] [stdout] |
[INFO] [stdout] 1059 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1060 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1061 | | #[doc = " this object when finished."]
[INFO] [stdout] 1062 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1085 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1086 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:1059:5
[INFO] [stdout] |
[INFO] [stdout] 1059 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1060 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1061 | | #[doc = " this object when finished."]
[INFO] [stdout] 1062 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1085 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1086 | | #[doc = " failure."]
[INFO] [stdout] | |__________________________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[out] error int *: Returns #OPUS_OK on success, or an error
[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:1097:5
[INFO] [stdout] |
[INFO] [stdout] 1097 | / #[doc = " Intialize a previously allocated decoder state object."]
[INFO] [stdout] 1098 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 1099 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 1100 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1128 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 1129 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[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 `channels`
[INFO] [stdout] --> src/lib.rs:1097:5
[INFO] [stdout] |
[INFO] [stdout] 1097 | / #[doc = " Intialize a previously allocated decoder state object."]
[INFO] [stdout] 1098 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 1099 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 1100 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1128 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 1129 | | #[doc = " on failure."]
[INFO] [stdout] | |____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param[in] mapping const unsigned char[channels]: Mapping from
[INFO] [stdout] ^^^^^^^^
[INFO] [stdout] = note: no item named `channels` 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:1140:5
[INFO] [stdout] |
[INFO] [stdout] 1140 | / #[doc = " Decode a multistream Opus packet."]
[INFO] [stdout] 1141 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1142 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1143 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1166 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1167 | | #[doc = " (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] data const unsigned char*: Input payload.
[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:1140:5
[INFO] [stdout] |
[INFO] [stdout] 1140 | / #[doc = " Decode a multistream Opus packet."]
[INFO] [stdout] 1141 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1142 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1143 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1166 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1167 | | #[doc = " (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] pcm opus_int16*: Output signal, with interleaved
[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:1178:5
[INFO] [stdout] |
[INFO] [stdout] 1178 | / #[doc = " Decode a multistream Opus packet with floating point output."]
[INFO] [stdout] 1179 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1180 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1181 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1204 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1205 | | #[doc = " (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] data const unsigned char*: Input payload.
[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:1178:5
[INFO] [stdout] |
[INFO] [stdout] 1178 | / #[doc = " Decode a multistream Opus packet with floating point output."]
[INFO] [stdout] 1179 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1180 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1181 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1204 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1205 | | #[doc = " (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] pcm opus_int16*: Output signal, with interleaved
[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: 55 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.44s
[INFO] running `Command { std: "docker" "inspect" "988bcb5a2ec7c9ceb2948511012d08548dc7581da6c11a52a1b6c12398c1e23b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "988bcb5a2ec7c9ceb2948511012d08548dc7581da6c11a52a1b6c12398c1e23b", kill_on_drop: false }`
[INFO] [stdout] 988bcb5a2ec7c9ceb2948511012d08548dc7581da6c11a52a1b6c12398c1e23b