[INFO] fetching crate audiopus_sys 0.1.7...
[INFO] documenting audiopus_sys-0.1.7 against try#66dfc4e010913fbed0c4ea91fc2c010004b0f441 for pr-73566
[INFO] extracting crate audiopus_sys 0.1.7 into /workspace/builds/worker-7/source
[INFO] validating manifest of crates.io crate audiopus_sys 0.1.7 on toolchain 66dfc4e010913fbed0c4ea91fc2c010004b0f441
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] started tweaking crates.io crate audiopus_sys 0.1.7
[INFO] finished tweaking crates.io crate audiopus_sys 0.1.7
[INFO] tweaked toml for crates.io crate audiopus_sys 0.1.7 written to /workspace/builds/worker-7/source/Cargo.toml
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }`
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e833a7d670cb3cb0672ced536d280c44fb3c0675c01378a0dbb1ce89ef4514ed
[INFO] running `Command { std: "docker" "start" "-a" "e833a7d670cb3cb0672ced536d280c44fb3c0675c01378a0dbb1ce89ef4514ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e833a7d670cb3cb0672ced536d280c44fb3c0675c01378a0dbb1ce89ef4514ed", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e833a7d670cb3cb0672ced536d280c44fb3c0675c01378a0dbb1ce89ef4514ed", kill_on_drop: false }`
[INFO] [stdout] e833a7d670cb3cb0672ced536d280c44fb3c0675c01378a0dbb1ce89ef4514ed
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+66dfc4e010913fbed0c4ea91fc2c010004b0f441" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5f3dba8b739368f656b0fbdcce2e76508338c7cacd8e9954bf3e87de34bf20ab
[INFO] running `Command { std: "docker" "start" "-a" "5f3dba8b739368f656b0fbdcce2e76508338c7cacd8e9954bf3e87de34bf20ab", kill_on_drop: false }`
[INFO] [stderr] Compiling audiopus_sys v0.1.7 (/opt/rustwide/workdir)
[INFO] [stderr] Documenting audiopus_sys v0.1.7 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:84:5
[INFO] [stdout] |
[INFO] [stdout] 84 | / #[doc = " Converts an opus error code into a human readable string."]
[INFO] [stdout] 85 | | #[doc = ""]
[INFO] [stdout] 86 | | #[doc = " @param[in] error int: Error number"]
[INFO] [stdout] 87 | | #[doc = " @returns Error string"]
[INFO] [stdout] | |_____________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: `#[warn(intra_doc_link_resolution_failure)]` 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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:106:5
[INFO] [stdout] |
[INFO] [stdout] 106 | / #[doc = " Gets the size of an OpusEncoder structure."]
[INFO] [stdout] 107 | | #[doc = " @param[in] channels int: Number of channels."]
[INFO] [stdout] 108 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 109 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:113:5
[INFO] [stdout] |
[INFO] [stdout] 113 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 114 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 115 | | #[doc = ""]
[INFO] [stdout] 116 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 142 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 143 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:113:5
[INFO] [stdout] |
[INFO] [stdout] 113 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 114 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 115 | | #[doc = ""]
[INFO] [stdout] 116 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 142 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 143 | | #[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] channels int: Number of channels (1 or 2) in input signal
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:113:5
[INFO] [stdout] |
[INFO] [stdout] 113 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 114 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 115 | | #[doc = ""]
[INFO] [stdout] 116 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 142 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 143 | | #[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] application int: Coding mode (@ref OPUS_APPLICATION_VOIP/@ref OPUS_APPLICATION_AUDIO/@ref OPUS_APPLICATION_RESTRICTED_LOWDELAY)
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:113:5
[INFO] [stdout] |
[INFO] [stdout] 113 | / #[doc = " Allocates and initializes an encoder state."]
[INFO] [stdout] 114 | | #[doc = " There are three coding modes:"]
[INFO] [stdout] 115 | | #[doc = ""]
[INFO] [stdout] 116 | | #[doc = " @ref OPUS_APPLICATION_VOIP gives best quality at a given bitrate for voice"]
[INFO] [stdout] ... |
[INFO] [stdout] 142 | | #[doc = " selected is too low. This also means that it is safe to always use 48 kHz stereo input"]
[INFO] [stdout] 143 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:152:5
[INFO] [stdout] |
[INFO] [stdout] 152 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 153 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 154 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 155 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 163 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:152:5
[INFO] [stdout] |
[INFO] [stdout] 152 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 153 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 154 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 155 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 163 | | #[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] Fs opus_int32: Sampling rate of input signal (Hz)
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:152:5
[INFO] [stdout] |
[INFO] [stdout] 152 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 153 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 154 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 155 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 163 | | #[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] channels int: Number of channels (1 or 2) in input signal
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:152:5
[INFO] [stdout] |
[INFO] [stdout] 152 | / #[doc = " Initializes a previously allocated encoder state"]
[INFO] [stdout] 153 | | #[doc = " The memory pointed to by st must be at least the size returned by opus_encoder_get_size()."]
[INFO] [stdout] 154 | | #[doc = " This is intended for applications which use their own allocator instead of malloc."]
[INFO] [stdout] 155 | | #[doc = " @see opus_encoder_create(),opus_encoder_get_size()"]
[INFO] [stdout] ... |
[INFO] [stdout] 162 | | #[doc = " @param [in] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED...
[INFO] [stdout] 163 | | #[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] application int: Coding mode (OPUS_APPLICATION_VOIP/OPUS_APPLICATION_AUDIO/OPUS_APPLICATION_RESTRICTED_LOWDELAY)
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:172:5
[INFO] [stdout] |
[INFO] [stdout] 172 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 173 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 174 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 175 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 198 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:172:5
[INFO] [stdout] |
[INFO] [stdout] 172 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 173 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 174 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 175 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 198 | | #[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 opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_int16)
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:172:5
[INFO] [stdout] |
[INFO] [stdout] 172 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 173 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 174 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 175 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 198 | | #[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] frame_size int: Number of samples per channel in the
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:172:5
[INFO] [stdout] |
[INFO] [stdout] 172 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 173 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 174 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 175 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 198 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:172:5
[INFO] [stdout] |
[INFO] [stdout] 172 | / #[doc = " Encodes an Opus frame."]
[INFO] [stdout] 173 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 174 | | #[doc = " @param [in] pcm opus_int16*: Input signal (interleaved if 2 channels). length is frame_size*channels*sizeof(opus_i...
[INFO] [stdout] 175 | | #[doc = " @param [in] frame_size int: Number of samples per channel in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 197 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 198 | | #[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] max_data_bytes opus_int32: Size of the allocated
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 209 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 210 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 211 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 238 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 239 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 209 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 210 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 211 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 238 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 239 | | #[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 float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0.
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 209 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 210 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 211 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 238 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 239 | | #[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] frame_size int: Number of samples per channel in the
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 209 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 210 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 211 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 238 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 239 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:208:5
[INFO] [stdout] |
[INFO] [stdout] 208 | / #[doc = " Encodes an Opus frame from floating point input."]
[INFO] [stdout] 209 | | #[doc = " @param [in] st OpusEncoder*: Encoder state"]
[INFO] [stdout] 210 | | #[doc = " @param [in] pcm float*: Input in float format (interleaved if 2 channels), with a normal range of +/-1.0."]
[INFO] [stdout] 211 | | #[doc = " Samples with a range beyond +/-1.0 are supported but will"]
[INFO] [stdout] ... |
[INFO] [stdout] 238 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 239 | | #[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] max_data_bytes opus_int32: Size of the allocated
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:249:5
[INFO] [stdout] |
[INFO] [stdout] 249 | / #[doc = " Frees an OpusEncoder allocated by opus_encoder_create()."]
[INFO] [stdout] 250 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:276:5
[INFO] [stdout] |
[INFO] [stdout] 276 | / #[doc = " Gets the size of an OpusDecoder structure."]
[INFO] [stdout] 277 | | #[doc = " @param [in] channels int: Number of channels."]
[INFO] [stdout] 278 | | #[doc = " This must be 1 or 2."]
[INFO] [stdout] 279 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:283:5
[INFO] [stdout] |
[INFO] [stdout] 283 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 284 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 285 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 286 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 295 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 296 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:283:5
[INFO] [stdout] |
[INFO] [stdout] 283 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 284 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 285 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 286 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 295 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 296 | | #[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] channels int: Number of channels (1 or 2) to decode
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:283:5
[INFO] [stdout] |
[INFO] [stdout] 283 | / #[doc = " Allocates and initializes a decoder state."]
[INFO] [stdout] 284 | | #[doc = " @param [in] Fs opus_int32: Sample rate to decode at (Hz)."]
[INFO] [stdout] 285 | | #[doc = " This must be one of 8000, 12000, 16000,"]
[INFO] [stdout] 286 | | #[doc = " 24000, or 48000."]
[INFO] [stdout] ... |
[INFO] [stdout] 295 | | #[doc = " rate. Likewise, the decoder is capable of filling in either mono or"]
[INFO] [stdout] 296 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:304:5
[INFO] [stdout] |
[INFO] [stdout] 304 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 305 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 306 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 307 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 312 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 313 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:304:5
[INFO] [stdout] |
[INFO] [stdout] 304 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 305 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 306 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 307 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 312 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 313 | | #[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] Fs opus_int32: Sampling rate to decode to (Hz).
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:304:5
[INFO] [stdout] |
[INFO] [stdout] 304 | / #[doc = " Initializes a previously allocated decoder state."]
[INFO] [stdout] 305 | | #[doc = " The state must be at least the size returned by opus_decoder_get_size()."]
[INFO] [stdout] 306 | | #[doc = " This is intended for applications which use their own allocator instead of malloc. @see opus_decoder_create,opus_decoder_ge...
[INFO] [stdout] 307 | | #[doc = " To reset a previously initialized state, use the #OPUS_RESET_STATE CTL."]
[INFO] [stdout] ... |
[INFO] [stdout] 312 | | #[doc = " @param [in] channels int: Number of channels (1 or 2) to decode"]
[INFO] [stdout] 313 | | #[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] channels int: Number of channels (1 or 2) to decode
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:321:5
[INFO] [stdout] |
[INFO] [stdout] 321 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 322 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 323 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 324 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 334 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 335 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:321:5
[INFO] [stdout] |
[INFO] [stdout] 321 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 322 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 323 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 324 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 334 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 335 | | #[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] data char*: Input payload. Use a NULL pointer to indicate packet loss
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:321:5
[INFO] [stdout] |
[INFO] [stdout] 321 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 322 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 323 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 324 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 334 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 335 | | #[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] len opus_int32: Number of bytes in payload*
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:321:5
[INFO] [stdout] |
[INFO] [stdout] 321 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 322 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 323 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 324 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 334 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 335 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:321:5
[INFO] [stdout] |
[INFO] [stdout] 321 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 322 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 323 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 324 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 334 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 335 | | #[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] frame_size Number of samples per channel of available space in \a pcm.
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:321:5
[INFO] [stdout] |
[INFO] [stdout] 321 | / #[doc = " Decode an Opus packet."]
[INFO] [stdout] 322 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 323 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 324 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload*"]
[INFO] [stdout] ... |
[INFO] [stdout] 334 | | #[doc = " decoded. If no such data is available, the frame is decoded as if it were lost."]
[INFO] [stdout] 335 | | #[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] decode_fec int: Flag (0 or 1) to request that any in-band forward error correction data be
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:346:5
[INFO] [stdout] |
[INFO] [stdout] 346 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 347 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 348 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 349 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 360 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:346:5
[INFO] [stdout] |
[INFO] [stdout] 346 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 347 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 348 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 349 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 360 | | #[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] data char*: Input payload. Use a NULL pointer to indicate packet loss
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:346:5
[INFO] [stdout] |
[INFO] [stdout] 346 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 347 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 348 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 349 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 360 | | #[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] len opus_int32: Number of bytes in payload
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:346:5
[INFO] [stdout] |
[INFO] [stdout] 346 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 347 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 348 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 349 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 360 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:346:5
[INFO] [stdout] |
[INFO] [stdout] 346 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 347 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 348 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 349 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 360 | | #[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] frame_size Number of samples per channel of available space in \a pcm.
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:346:5
[INFO] [stdout] |
[INFO] [stdout] 346 | / #[doc = " Decode an Opus packet with floating point output."]
[INFO] [stdout] 347 | | #[doc = " @param [in] st OpusDecoder*: Decoder state"]
[INFO] [stdout] 348 | | #[doc = " @param [in] data char*: Input payload. Use a NULL pointer to indicate packet loss"]
[INFO] [stdout] 349 | | #[doc = " @param [in] len opus_int32: Number of bytes in payload"]
[INFO] [stdout] ... |
[INFO] [stdout] 359 | | #[doc = " decoded. If no such data is available the frame is decoded as if it were lost."]
[INFO] [stdout] 360 | | #[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] decode_fec int: Flag (0 or 1) to request that any in-band forward error correction data be
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:388:5
[INFO] [stdout] |
[INFO] [stdout] 388 | / #[doc = " Frees an OpusDecoder allocated by opus_decoder_create()."]
[INFO] [stdout] 389 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [in] len opus_int32: size of data
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[48]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] size opus_int16[48] sizes of the encapsulated frames
[INFO] [stdout] ^^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[48]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] size opus_int16[48] sizes of the encapsulated frames
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:393:5
[INFO] [stdout] |
[INFO] [stdout] 393 | / #[doc = " Parse an opus packet into one or more frames."]
[INFO] [stdout] 394 | | #[doc = " Opus_decode will perform this operation internally so most applications do"]
[INFO] [stdout] 395 | | #[doc = " not need to use this function."]
[INFO] [stdout] 396 | | #[doc = " This function does not copy the frames, the returned pointers are pointers into"]
[INFO] [stdout] ... |
[INFO] [stdout] 403 | | #[doc = " @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)"]
[INFO] [stdout] 404 | | #[doc = " @returns number of frames"]
[INFO] [stdout] | |_________________________________________^
[INFO] [stdout] |
[INFO] [stdout] = note: the link appears in this line:
[INFO] [stdout]
[INFO] [stdout] @param [out] payload_offset int*: returns the position of the payload within the packet (in bytes)
[INFO] [stdout] ^^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:415:5
[INFO] [stdout] |
[INFO] [stdout] 415 | / #[doc = " Gets the bandwidth of an Opus packet."]
[INFO] [stdout] 416 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 417 | | #[doc = " @retval OPUS_BANDWIDTH_NARROWBAND Narrowband (4kHz bandpass)"]
[INFO] [stdout] 418 | | #[doc = " @retval OPUS_BANDWIDTH_MEDIUMBAND Mediumband (6kHz bandpass)"]
[INFO] [stdout] ... |
[INFO] [stdout] 421 | | #[doc = " @retval OPUS_BANDWIDTH_FULLBAND Fullband (20kHz bandpass)"]
[INFO] [stdout] 422 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:427:5
[INFO] [stdout] |
[INFO] [stdout] 427 | / #[doc = " Gets the number of samples per frame from an Opus packet."]
[INFO] [stdout] 428 | | #[doc = " @param [in] data char*: Opus packet."]
[INFO] [stdout] 429 | | #[doc = " This must contain at least one byte of"]
[INFO] [stdout] 430 | | #[doc = " data."]
[INFO] [stdout] ... |
[INFO] [stdout] 433 | | #[doc = " inaccurate results will be returned."]
[INFO] [stdout] 434 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:427:5
[INFO] [stdout] |
[INFO] [stdout] 427 | / #[doc = " Gets the number of samples per frame from an Opus packet."]
[INFO] [stdout] 428 | | #[doc = " @param [in] data char*: Opus packet."]
[INFO] [stdout] 429 | | #[doc = " This must contain at least one byte of"]
[INFO] [stdout] 430 | | #[doc = " data."]
[INFO] [stdout] ... |
[INFO] [stdout] 433 | | #[doc = " inaccurate results will be returned."]
[INFO] [stdout] 434 | | #[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] Fs opus_int32: Sampling rate in Hz.
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:441:5
[INFO] [stdout] |
[INFO] [stdout] 441 | / #[doc = " Gets the number of channels from an Opus packet."]
[INFO] [stdout] 442 | | #[doc = " @param [in] data char*: Opus packet"]
[INFO] [stdout] 443 | | #[doc = " @returns Number of channels"]
[INFO] [stdout] 444 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:450:5
[INFO] [stdout] |
[INFO] [stdout] 450 | / #[doc = " Gets the number of frames in an Opus packet."]
[INFO] [stdout] 451 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 452 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 453 | | #[doc = " @returns Number of frames"]
[INFO] [stdout] 454 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 455 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:450:5
[INFO] [stdout] |
[INFO] [stdout] 450 | / #[doc = " Gets the number of frames in an Opus packet."]
[INFO] [stdout] 451 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 452 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 453 | | #[doc = " @returns Number of frames"]
[INFO] [stdout] 454 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 455 | | #[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] len opus_int32: Length of packet
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:462:5
[INFO] [stdout] |
[INFO] [stdout] 462 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 463 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 464 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 465 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 469 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 470 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:462:5
[INFO] [stdout] |
[INFO] [stdout] 462 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 463 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 464 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 465 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 469 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 470 | | #[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] len opus_int32: Length of packet
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:462:5
[INFO] [stdout] |
[INFO] [stdout] 462 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 463 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 464 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 465 | | #[doc = " @param [in] Fs opus_int32: Sampling rate in Hz."]
[INFO] [stdout] ... |
[INFO] [stdout] 469 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 470 | | #[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] Fs opus_int32: Sampling rate in Hz.
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:478:5
[INFO] [stdout] |
[INFO] [stdout] 478 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 479 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 480 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 481 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 482 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 483 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 484 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:478:5
[INFO] [stdout] |
[INFO] [stdout] 478 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 479 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 480 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 481 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 482 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 483 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 484 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:478:5
[INFO] [stdout] |
[INFO] [stdout] 478 | / #[doc = " Gets the number of samples of an Opus packet."]
[INFO] [stdout] 479 | | #[doc = " @param [in] dec OpusDecoder*: Decoder state"]
[INFO] [stdout] 480 | | #[doc = " @param [in] packet char*: Opus packet"]
[INFO] [stdout] 481 | | #[doc = " @param [in] len opus_int32: Length of packet"]
[INFO] [stdout] 482 | | #[doc = " @returns Number of samples"]
[INFO] [stdout] 483 | | #[doc = " @retval OPUS_BAD_ARG Insufficient data was passed to the function"]
[INFO] [stdout] 484 | | #[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] len opus_int32: Length of packet
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:492:5
[INFO] [stdout] |
[INFO] [stdout] 492 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 493 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 494 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 495 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 499 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 500 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:492:5
[INFO] [stdout] |
[INFO] [stdout] 492 | / #[doc = " Applies soft-clipping to bring a float signal within the [-1,1] range. If"]
[INFO] [stdout] 493 | | #[doc = " the signal is already in that range, nothing is done. If there are values"]
[INFO] [stdout] 494 | | #[doc = " outside of [-1,1], then the signal is clipped as smoothly as possible to"]
[INFO] [stdout] 495 | | #[doc = " both fit in the range and avoid creating excessive distortion in the"]
[INFO] [stdout] ... |
[INFO] [stdout] 499 | | #[doc = " @param [in] channels int: Number of channels"]
[INFO] [stdout] 500 | | #[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] channels int: Number of channels
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:543:5
[INFO] [stdout] |
[INFO] [stdout] 543 | / #[doc = " Frees an OpusRepacketizer allocated by"]
[INFO] [stdout] 544 | | #[doc = " opus_repacketizer_create()."]
[INFO] [stdout] 545 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:549:5
[INFO] [stdout] |
[INFO] [stdout] 549 | / #[doc = " Add a packet to the current repacketizer state."]
[INFO] [stdout] 550 | | #[doc = " This packet must match the configuration of any packets already submitted"]
[INFO] [stdout] 551 | | #[doc = " for repacketization since the last call to opus_repacketizer_init()."]
[INFO] [stdout] 552 | | #[doc = " This means that it must have the same coding mode, audio bandwidth, frame"]
[INFO] [stdout] ... |
[INFO] [stdout] 593 | | #[doc = " audio stored in the repacketizer state to more"]
[INFO] [stdout] 594 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:602:5
[INFO] [stdout] |
[INFO] [stdout] 602 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 603 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 604 | | #[doc = " @param rp OpusRepacketizer*: The repacketizer state from which to"]
[INFO] [stdout] 605 | | #[doc = " construct the new packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 630 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 631 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:653:5
[INFO] [stdout] |
[INFO] [stdout] 653 | / #[doc = " Construct a new packet from data previously submitted to the repacketizer"]
[INFO] [stdout] 654 | | #[doc = " state via opus_repacketizer_cat()."]
[INFO] [stdout] 655 | | #[doc = " This is a convenience routine that returns all the data submitted so far"]
[INFO] [stdout] 656 | | #[doc = " in a single packet."]
[INFO] [stdout] ... |
[INFO] [stdout] 679 | | #[doc = " @retval #OPUS_BUFFER_TOO_SMALL \\a maxlen was insufficient to contain the"]
[INFO] [stdout] 680 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:795:5
[INFO] [stdout] |
[INFO] [stdout] 795 | / #[doc = " Allocates and initializes a multistream encoder state."]
[INFO] [stdout] 796 | | #[doc = " Call opus_multistream_encoder_destroy() to release"]
[INFO] [stdout] 797 | | #[doc = " this object when finished."]
[INFO] [stdout] 798 | | #[doc = " @param Fs opus_int32: Sampling rate of the input signal (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 835 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 836 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[channels]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:795:5
[INFO] [stdout] |
[INFO] [stdout] 795 | / #[doc = " Allocates and initializes a multistream encoder state."]
[INFO] [stdout] 796 | | #[doc = " Call opus_multistream_encoder_destroy() to release"]
[INFO] [stdout] 797 | | #[doc = " this object when finished."]
[INFO] [stdout] 798 | | #[doc = " @param Fs opus_int32: Sampling rate of the input signal (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 835 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 836 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:860:5
[INFO] [stdout] |
[INFO] [stdout] 860 | / #[doc = " Initialize a previously allocated multistream encoder state."]
[INFO] [stdout] 861 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 862 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 863 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 905 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 906 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[channels]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:860:5
[INFO] [stdout] |
[INFO] [stdout] 860 | / #[doc = " Initialize a previously allocated multistream encoder state."]
[INFO] [stdout] 861 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 862 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 863 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 905 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 906 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:930:5
[INFO] [stdout] |
[INFO] [stdout] 930 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 931 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 932 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 933 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 957 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 958 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:930:5
[INFO] [stdout] |
[INFO] [stdout] 930 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 931 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 932 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 933 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 957 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 958 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:930:5
[INFO] [stdout] |
[INFO] [stdout] 930 | / #[doc = " Encodes a multistream Opus frame."]
[INFO] [stdout] 931 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 932 | | #[doc = " @param[in] pcm const opus_int16*: The input signal as interleaved"]
[INFO] [stdout] 933 | | #[doc = " samples."]
[INFO] [stdout] ... |
[INFO] [stdout] 957 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 958 | | #[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] max_data_bytes opus_int32: Size of the allocated
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:968:5
[INFO] [stdout] |
[INFO] [stdout] 968 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 969 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 970 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 971 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1002 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1003 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:968:5
[INFO] [stdout] |
[INFO] [stdout] 968 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 969 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 970 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 971 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1002 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1003 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:968:5
[INFO] [stdout] |
[INFO] [stdout] 968 | / #[doc = " Encodes a multistream Opus frame from floating point input."]
[INFO] [stdout] 969 | | #[doc = " @param st OpusMSEncoder*: Multistream encoder state."]
[INFO] [stdout] 970 | | #[doc = " @param[in] pcm const float*: The input signal as interleaved"]
[INFO] [stdout] 971 | | #[doc = " samples with a normal range of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1002 | | #[doc = " @returns The length of the encoded packet (in bytes) on success or a"]
[INFO] [stdout] 1003 | | #[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] max_data_bytes opus_int32: Size of the allocated
[INFO] [stdout] ^^
[INFO] [stdout] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1057:5
[INFO] [stdout] |
[INFO] [stdout] 1057 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1058 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1059 | | #[doc = " this object when finished."]
[INFO] [stdout] 1060 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1083 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1084 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[channels]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1057:5
[INFO] [stdout] |
[INFO] [stdout] 1057 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1058 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1059 | | #[doc = " this object when finished."]
[INFO] [stdout] 1060 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1083 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1084 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1057:5
[INFO] [stdout] |
[INFO] [stdout] 1057 | / #[doc = " Allocates and initializes a multistream decoder state."]
[INFO] [stdout] 1058 | | #[doc = " Call opus_multistream_decoder_destroy() to release"]
[INFO] [stdout] 1059 | | #[doc = " this object when finished."]
[INFO] [stdout] 1060 | | #[doc = " @param Fs opus_int32: Sampling rate to decode at (in Hz)."]
[INFO] [stdout] ... |
[INFO] [stdout] 1083 | | #[doc = " code (see @ref opus_errorcodes) on"]
[INFO] [stdout] 1084 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1095:5
[INFO] [stdout] |
[INFO] [stdout] 1095 | / #[doc = " Intialize a previously allocated decoder state object."]
[INFO] [stdout] 1096 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 1097 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 1098 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1126 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 1127 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[channels]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1095:5
[INFO] [stdout] |
[INFO] [stdout] 1095 | / #[doc = " Intialize a previously allocated decoder state object."]
[INFO] [stdout] 1096 | | #[doc = " The memory pointed to by \\a st must be at least the size returned by"]
[INFO] [stdout] 1097 | | #[doc = " opus_multistream_encoder_get_size()."]
[INFO] [stdout] 1098 | | #[doc = " This is intended for applications which use their own allocator instead of"]
[INFO] [stdout] ... |
[INFO] [stdout] 1126 | | #[doc = " @returns #OPUS_OK on success, or an error code (see @ref opus_errorcodes)"]
[INFO] [stdout] 1127 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1138:5
[INFO] [stdout] |
[INFO] [stdout] 1138 | / #[doc = " Decode a multistream Opus packet."]
[INFO] [stdout] 1139 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1140 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1141 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1164 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1165 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1138:5
[INFO] [stdout] |
[INFO] [stdout] 1138 | / #[doc = " Decode a multistream Opus packet."]
[INFO] [stdout] 1139 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1140 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1141 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1164 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1165 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[in]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1176:5
[INFO] [stdout] |
[INFO] [stdout] 1176 | / #[doc = " Decode a multistream Opus packet with floating point output."]
[INFO] [stdout] 1177 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1178 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1179 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1202 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1203 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: `[out]` cannot be resolved, ignoring it.
[INFO] [stdout] --> src/lib.rs:1176:5
[INFO] [stdout] |
[INFO] [stdout] 1176 | / #[doc = " Decode a multistream Opus packet with floating point output."]
[INFO] [stdout] 1177 | | #[doc = " @param st OpusMSDecoder*: Multistream decoder state."]
[INFO] [stdout] 1178 | | #[doc = " @param[in] data const unsigned char*: Input payload."]
[INFO] [stdout] 1179 | | #[doc = " Use a NULL"]
[INFO] [stdout] ... |
[INFO] [stdout] 1202 | | #[doc = " @returns Number of samples decoded on success or a negative error code"]
[INFO] [stdout] 1203 | | #[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] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]`
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stdout] warning: 86 warnings emitted
[INFO] [stdout]
[INFO] [stdout]
[INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.33s
[INFO] running `Command { std: "docker" "inspect" "5f3dba8b739368f656b0fbdcce2e76508338c7cacd8e9954bf3e87de34bf20ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5f3dba8b739368f656b0fbdcce2e76508338c7cacd8e9954bf3e87de34bf20ab", kill_on_drop: false }`
[INFO] [stdout] 5f3dba8b739368f656b0fbdcce2e76508338c7cacd8e9954bf3e87de34bf20ab