{"id":1291,"date":"2018-11-13T11:54:39","date_gmt":"2018-11-13T11:54:39","guid":{"rendered":"http:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/?p=1291"},"modified":"2019-10-24T15:45:36","modified_gmt":"2019-10-24T15:45:36","slug":"converting-sdir-files-to-more-universally-useful-wav-files","status":"publish","type":"post","link":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/2018\/11\/13\/converting-sdir-files-to-more-universally-useful-wav-files\/","title":{"rendered":"Converting SDIR files to more universally useful .wav files"},"content":{"rendered":"\n<p>Some of you will use Apple\u2019s extremely useful Impulse Response Utility to make IRs. What this process results in is a .SDIR file that works seamlessly with Apple\u2019s Space Designer plugin, but nothing else. <\/p>\n\n\n\n<p>These .SDIR files are really just audio files but with an AIFC header. This presents difficulties for software like REAPER and SOX and MAX and possible Ableton (I\u2019ve not checked).<\/p>\n\n\n\n<p><br>When you\u2019ve made an SDIR, locate it on your hard drive.<br>Make a copy of that file and rename the extension .wav or .aiff<br>This will look like a sound file and the apple Finder, Protools and other software will actually play it, but not everything will like the file yet&#8230;<\/p>\n\n\n\n<p><br>Open the file in Quicktime and save it out as a .wav in a new folder and the headers will be fixed and it will  behave like a normal .wav file and most IR plugins should be able to import and use it.<\/p>\n\n\n\n<p>If you have loads of SDIR files and you want to batch convert them, then FFMPEG is your friend, it will open the SDIR files and make wavs that work very quickly.<br>\nHere\u2019s the batch<\/p>\n\n\n\n<p>Open your terminal, then:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">cd the\/directory\/of\/SDIR\/Files<br>\nmkdir wavIR<br>\nfor f in *.SDIR; do ffmpeg -i \"$f\" -acodec pcm_s24le \"wavIR\/${f%.SDIR}.wav\"; done<\/pre>\n\n\n\n<p>I have tried the above with all of the SDIRs that are bundled with Logic and these are now available to be used in ReaVerb or with the HISS tools in Max.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Some of you will use Apple\u2019s extremely useful Impulse Response Utility to make IRs. What this process results in is a .SDIR file that works seamlessly with Apple\u2019s Space Designer plugin, but nothing else. These .SDIR files are really just &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"more-link\" href=\"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/2018\/11\/13\/converting-sdir-files-to-more-universally-useful-wav-files\/\"> <span class=\"screen-reader-text\">Converting SDIR files to more universally useful .wav files<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[32,5],"tags":[],"acf":[],"_links":{"self":[{"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/posts\/1291"}],"collection":[{"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/comments?post=1291"}],"version-history":[{"count":2,"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/posts\/1291\/revisions"}],"predecessor-version":[{"id":1293,"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/posts\/1291\/revisions\/1293"}],"wp:attachment":[{"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/media?parent=1291"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/categories?post=1291"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/digital.eca.ed.ac.uk\/sounddesignmedia\/wp-json\/wp\/v2\/tags?post=1291"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}