<< sfread sndfile_toolbox sfversion >>

sndfile_toolbox >> sndfile_toolbox > sfsupportedformat

sfsupportedformat

returns simple format supported by sndfile library.

Calling Sequence

r = sfsupportedformat()
[r,c] = sfsupportedformat()

Description

r: returns simple formats supported by sndfile library.

c: returns compressed names for 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)        !
[r, c] = sfsupportedformat()
c  =

!aiff-int16     !
!               !
!aiff-float     !
!               !
!aiff-int8      !
!               !
!au-int16       !
!               !
!au-ulaw        !
!               !
!caf-int16      !
!               !
!flac-int16     !
!               !
!raw-vox_adpcm  !
!               !
!ogg-vorbis     !
!               !
!wav-int16      !
!               !
!wav-float      !
!               !
!wav-ima_adpcm  !
!               !
!wav-ms_adpcm   !
!               !
!wav-uint8      !
r  =

!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


Report an issue
<< sfread sndfile_toolbox sfversion >>