kurt icon indicating copy to clipboard operation
kurt copied to clipboard

Support ADPCM wave files

Open tjvr opened this issue 11 years ago • 3 comments

Python hates certain wave files.

Error: unknown format: 17

For example this one.

tjvr avatar Oct 20 '13 21:10 tjvr

Apparently Scratch 2 uses "PCM or ADPCM wav, or Squeak's encoding in old projects"

tjvr avatar Dec 18 '14 20:12 tjvr

To be more specific, it's IMA ADPCM mono 22050 Hz. However, I have gotten Scratch to play 44100 Hz files.

as-com avatar Feb 08 '15 02:02 as-com

@trumank wrote a patch for phosphorus for this, should anyone wish to port it https://github.com/nathan/phosphorus/pull/583

FWIW, this is the number-one feature request I get over email!

tjvr avatar Nov 21 '16 11:11 tjvr