Results for “Std.Audio.Format”
9 matching declarations
Use module:Std.List, kind:fn, or is:exact. Put a Pudu type after ::.
- Std.Audio.Format
The shape of a PCM stream: frames per second and samples per frame.
- Std.Audio.format
Int -> Int -> Result[Std.Audio.Format, Std.Audio.AudioError]A format with a sample rate from 8,000 to 384,000 and one to eight channels.
- Std.Audio.Device.streamPlan
Std.Audio.Format -> Int -> Int -> Int -> Result[Std.Audio.Device.StreamPlan, Std.Audio.Device.DeviceError]Admit a persistent stream request before touching a device.
- Std.Audio.Graph.render
&Std.Audio.Graph.Node -> &Std.Audio.Format -> Int -> Int -> Result[Std.Audio.Pcm, Std.Audio.Graph.GraphError]Exactly
framesframes of a graph starting at framestart. - Std.Audio.framesAt
&Std.Audio.Format -> Int -> Int -> Result[Int, Std.Audio.AudioError]The frame at a time given in seconds as a fraction, rounded down.
- Std.Audio.fromSamples
&Std.Audio.Format -> Array[Int] -> Result[Std.Audio.Pcm, Std.Audio.AudioError]Audio from interleaved samples, refusing a partial frame or a sample that
- Std.Audio.seconds
&Std.Audio.Format -> Int -> Result[Std.Audio.Seconds, Std.Audio.AudioError]The exact duration of a number of frames, as a reduced fraction of a second.
- Std.Audio.silence
&Std.Audio.Format -> Int -> Result[Std.Audio.Pcm, Std.Audio.AudioError]Silent audio of a whole number of frames.
- Std.Video.audioFrameAt
&Std.Video.Timestamp -> &Std.Audio.Format -> Result[Int, Std.Video.VideoError]The audio frame that plays at a video timestamp, so sound and picture are
