<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<title type="html"><![CDATA[ChipMusic.org - Batch converting audio in OSX]]></title>
	<link rel="self" href="https://chipmusic.org:80/forums/feed/atom/topic/1013/"/>
	<updated>2010-03-22T01:21:14Z</updated>
	<generator>PunBB</generator>
	<id>https://chipmusic.org/forums/topic/1013/batch-converting-audio-in-osx/</id>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/16059/#p16059"/>
			<content type="html"><![CDATA[<p>I use sample manager</p>]]></content>
			<author>
				<name><![CDATA[little-scale]]></name>
				<uri>https://chipmusic.org/little-scale</uri>
			</author>
			<updated>2010-03-22T01:21:14Z</updated>
			<id>https://chipmusic.org/forums/post/16059/#p16059</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/16050/#p16050"/>
			<content type="html"><![CDATA[<p><a href="http://sox.sourceforge.net/" target="_blank">http://sox.sourceforge.net/</a></p>]]></content>
			<author>
				<name><![CDATA[nitro2k01]]></name>
				<uri>https://chipmusic.org/nitro2k01</uri>
			</author>
			<updated>2010-03-21T23:48:40Z</updated>
			<id>https://chipmusic.org/forums/post/16050/#p16050</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/16048/#p16048"/>
			<content type="html"><![CDATA[<p>Thanks for the advice guys. In the end I used this utility - it&#039;s free for under 500k file sizes, but I bought a license anyway. There&#039;s a Windows version as well. Does the job quickly, simply and (as far as I can tell!) well.<br /><a href="http://dekorte.com/projects/shareware/SoundConverter/" target="_blank">http://dekorte.com/projects/shareware/SoundConverter/</a></p>]]></content>
			<author>
				<name><![CDATA[matt.nida]]></name>
				<uri>https://chipmusic.org/matt.nida</uri>
			</author>
			<updated>2010-03-21T23:42:47Z</updated>
			<id>https://chipmusic.org/forums/post/16048/#p16048</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/16007/#p16007"/>
			<content type="html"><![CDATA[<p>Peak is awesome, but expensive. <img src="https://chipmusic.org/forums/img/smilies/tongue.png" width="15" height="15" alt="tongue" /></p><p>If you do manage to get FFmpeg installed (You have to compile it from source, which I&#039;m sure is scary for the average Mac user) here&#039;s a simple bash script that will convert all .wavs in the given directory to Uncompressed 8-bit PCM .wavs.</p><div class="codebox"><pre><code>for f in *.wav; do ffmpeg -i &quot;$f&quot; -acodec pcm_u8 &quot;${f%.wav}-U8.wav&quot;; done</code></pre></div>]]></content>
			<author>
				<name><![CDATA[tacticalbread]]></name>
				<uri>https://chipmusic.org/tacticalbread</uri>
			</author>
			<updated>2010-03-21T17:49:22Z</updated>
			<id>https://chipmusic.org/forums/post/16007/#p16007</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/15980/#p15980"/>
			<content type="html"><![CDATA[<p>i use Bias Peak 4, does batch stuff just fine. <img src="https://chipmusic.org/forums/img/smilies/smile.png" width="15" height="15" alt="smile" /></p>]]></content>
			<author>
				<name><![CDATA[low-gain]]></name>
				<uri>https://chipmusic.org/low-gain</uri>
			</author>
			<updated>2010-03-21T14:27:28Z</updated>
			<id>https://chipmusic.org/forums/post/15980/#p15980</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/15975/#p15975"/>
			<content type="html"><![CDATA[<p>Doesn&#039;t iTunes do that?</p>]]></content>
			<author>
				<name><![CDATA[ant1]]></name>
				<uri>https://chipmusic.org/ant1</uri>
			</author>
			<updated>2010-03-21T12:31:52Z</updated>
			<id>https://chipmusic.org/forums/post/15975/#p15975</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Re: Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/15974/#p15974"/>
			<content type="html"><![CDATA[<p>You can use FFmpeg, it&#039;s free, and open source, then you could use a simple bash script to convert all the audio files easily.</p>]]></content>
			<author>
				<name><![CDATA[tacticalbread]]></name>
				<uri>https://chipmusic.org/tacticalbread</uri>
			</author>
			<updated>2010-03-21T12:30:20Z</updated>
			<id>https://chipmusic.org/forums/post/15974/#p15974</id>
		</entry>
		<entry>
			<title type="html"><![CDATA[Batch converting audio in OSX]]></title>
			<link rel="alternate" href="https://chipmusic.org/forums/post/15972/#p15972"/>
			<content type="html"><![CDATA[<p>Hello all,</p><p>Does anyone know of a free/cheap easy-to-use batch converter for audio files that I can use in OSX? A lot of stuff in my sample library is higher than 16-bit which means I need to resample before I can use in Piggy tracker, and the thought of doing each sample manually in Quicktime makes me feel slightly faint. Any tips for how I can automate this would be much appreciated!</p><p>Matt</p>]]></content>
			<author>
				<name><![CDATA[matt.nida]]></name>
				<uri>https://chipmusic.org/matt.nida</uri>
			</author>
			<updated>2010-03-21T12:13:39Z</updated>
			<id>https://chipmusic.org/forums/post/15972/#p15972</id>
		</entry>
</feed>
