Name

sfsupportedformat — returns simple format supported by sndfile library.

Calling Sequence

r = sfsupportedformat()

Description

returns simple formats supported by sndfile library.

Examples

sfsupportedformat()
 ans  =
 
!AIFF (Apple/SGI 16 bit PCM)      !
!                                 !
!AIFF (Apple/SGI 32 bit float)    !
!                                 !
!AIFF (Apple/SGI 8 bit PCM)       !
!                                 !
!AU (Sun/Next 16 bit PCM)         !
!                                 !
!AU (Sun/Next 8-bit u-law)        !
!                                 !
!CAF (Apple 16 bit PCM)           !
!                                 !
!FLAC 16 bit                      !
!                                 !
!OKI Dialogic VOX ADPCM           !
!                                 !
!Ogg Vorbis (Xiph Foundation)     !
!                                 !
!WAV (Microsoft 16 bit PCM)       !
!                                 !
!WAV (Microsoft 32 bit float)     !
!                                 !
!WAV (Microsoft 4 bit IMA ADPCM)  !
!                                 !
!WAV (Microsoft 4 bit MS ADPCM)   !
!                                 !
!WAV (Microsoft 8 bit PCM)        !

Authors

Allan CORNET