Sound Manager functions such as SndPlay() are deprecated and not available in 64-bit. The AudioServices functions are modern but only seem to deal with files and are not documented to handle this format.
Sound Manager functions such as SndPlay() are deprecated and not available in 64-bit. The
Share
I’m not sure that there is a modern API to play them, perhaps because the format is both quite ancient and complicated, starting out in System 7 and being extended several times since.
What I found written about the ‘snd ‘ resource:
Source: http://www-cs-students.stanford.edu/~franke/SoundApp/formats.html#system7
I would think that your best option is to re-record any such sounds into an intermediate lossless format for archival purposes, and then convert them into the best format for the requirements of your app.