Sound.Frame
Documentation
Methods
numberOfChannels :: y -> IntSource
The argument is not touched and can be undefined
sizeOfElement :: y -> IntSource
Size of elements.
In a nested record type, like Stereo (Stereo a),
it is the size of the atomic element, in our example a.
withSignal :: (y -> a) -> sig y -> aSource