Question

I want to make a Dictaphone app for iOS and my preferred audio format is DSS, as I want the recorded file to be of small size.

Is the DSS format supported by iOS? If not, what other format can I use for my app?

Was it helpful?

Solution

DSS is not supported by iOS.

The audio technologies in iOS support the following audio formats:

  • AAC
  • Apple Lossless (ALAC)
  • A-law
  • IMA/ADPCM (IMA4)
  • Linear PCM
  • µ-law
  • DVI/Intel IMA ADPCM
  • Microsoft GSM 6.10
  • AES3-2003

For information about each of the audio frameworks, see the corresponding entry in “Media Layer Frameworks.”

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top