pub fn rope_device<'a>(
array: impl AsRef<Array>,
dimensions: i32,
traditional: bool,
base: impl Into<Option<f32>>,
scale: f32,
offset: i32,
freqs: impl Into<Option<&'a Array>>,
stream: impl AsRef<Stream>,
) -> Result<Array>👎Deprecated since 0.26.0:
use with_stream or with_device around rope
Expand description
Compatibility shim for rope.