sox-0.2.2.5: Play, write, read, convert audio signals using Sox

Safe HaskellSafe-Inferred

Sound.Sox.Frame

Synopsis

Documentation

class C y => C y whereSource

Methods

format :: y -> TSource

Instances

C Double 
C Float

The floating point instances are dangerous, because Storable Float may not use IEEE format that sox uses according to its man page. This is strange since sox uses the host's endianess for multi-byte values. So, why does it not use the machine's floating point format?

C Int8 
C Int16 
C Int32 
C Word8 
C Word16 
C Word32 
C T 
C a => C (T a) 

withSignal :: (y -> a) -> sig y -> a

numberOfChannels :: C y => y -> Int

The argument is not touched and can be undefined