-
on OSX (10.4), opening a new file, I get the following trace:
java.lang.AssertionError: Byte Type Only!
at net.sf.jomic.tools.ThresholdDifferenceBlurOpImage.computeRect(ThresholdDifferenceBlurOpImage.java:123)
at javax.media.jai.AreaOpImage.computeTile(AreaOpImage.java:501)
at com.sun.media.jai.util.SunTileScheduler.scheduleTile(SunTileScheduler.java:912)
at...
2008-06-30 03:50:27 UTC in Jomic
-
After further research, I want to retract the previous comment: when running "sox test.flac -1 test2.sph" (files attached) it generated an "unsigned 8-bit PCM" sphere file but they should always contain signed PCM data. (I know it is silly to write 8bit PCM files, and very few people would encounter this problem, but we had a case ;) ). Anyhow, where the problem gets more annoying, is that when...
2008-03-21 15:58:52 UTC in SoX - Sound eXchange
-
As it turns out, this new bug report is not a sox problem but an Audacity one.
I just discovered that sox's 'play' command can perform the file without a problem, but Audacity thinks it is a 16bit file still.
Please 'close' this entry since the sphere issue is resolved.
Thanks for your help,
-- Martial Michel.
2008-03-18 19:34:13 UTC in SoX - Sound eXchange
-
I did a full CVS checkout again and recompiled the new version, and the Sphere header looks ok.
So from the Sphere header point of view, this patch fixed the issue.
But now, when doing a conversion from 16 bit flac to 8 bit PCM (one of my test), the resulting file looks like it had the wrong byte dropped when doing the 16 to 8 bit conversion. I am attaching a JPG of the issue to this...
2008-03-17 17:48:14 UTC in SoX - Sound eXchange
-
There is a small bug in the sphere header writing function that consider that every file is 16 bits, and write "sample_byte_format -s2 10", when it should be "sample_byte_format -s1 1"
The following patch is against the CVS version.
Hope this helps,
-- Martial Michel.
2008-03-14 18:10:45 UTC in SoX - Sound eXchange
-
martial committed patchset 206 of module eBayAgent to the eBay Agent CVS repository, changing 1 files.
2007-02-23 22:23:00 UTC in eBay Agent
-
martial committed patchset 205 of module eBayAgent to the eBay Agent CVS repository, changing 1 files.
2007-02-23 22:18:18 UTC in eBay Agent
-
martial committed patchset 204 of module eBayAgent to the eBay Agent CVS repository, changing 1 files.
2007-01-21 05:54:17 UTC in eBay Agent
-
martial committed patchset 173 of module eBayAgent to the eBay Agent CVS repository, changing 1 files.
2005-05-20 16:18:04 UTC in eBay Agent
-
martial committed patchset 172 of module eBayAgent to the eBay Agent CVS repository, changing 1 files.
2005-05-06 23:19:09 UTC in eBay Agent