Lines Matching full:converts
738 Converts sox_sample_t to an unsigned integer of width (bits).
749 Converts sox_sample_t to a signed integer of width (bits).
765 Converts signed integer of width (bits) to sox_sample_t.
774 Converts unsigned integer of width (bits) to sox_sample_t.
784 Converts unsigned 8-bit integer to sox_sample_t.
793 Converts signed 8-bit integer to sox_sample_t.
802 Converts unsigned 16-bit integer to sox_sample_t.
811 Converts signed 16-bit integer to sox_sample_t.
820 Converts unsigned 24-bit integer to sox_sample_t.
829 Converts signed 24-bit integer to sox_sample_t.
838 Converts unsigned 32-bit integer to sox_sample_t.
848 Converts signed 32-bit integer to sox_sample_t.
857 Converts 32-bit float to sox_sample_t.
866 Converts 64-bit float to sox_sample_t.
888 Converts SoX native sample to an unsigned 8-bit integer.
896 Converts SoX native sample to an signed 8-bit integer.
904 Converts SoX native sample to an unsigned 16-bit integer.
912 Converts SoX native sample to a signed 16-bit integer.
920 Converts SoX native sample to an unsigned 24-bit integer.
928 Converts SoX native sample to a signed 24-bit integer.
936 Converts SoX native sample to an unsigned 32-bit integer.
944 Converts SoX native sample to a signed 32-bit integer.
952 Converts SoX native sample to a 32-bit float.
960 Converts SoX native sample to a 64-bit float.
2236 Converts a SoX error code into an error string.