2016-07-24

Ambisonic Toolkit for Reaper v.1.0.0.b9 is now available. Some key changes:
- Binaural decoders at all sample rates
- New encoders and decoders for bridging between FuMa and AmbiX (useful for VR authoring)
And two changes that breaks backwards compatibility:
- Azimuth is now positive in counter-clockwise direction
- Quad decoder now has 4 channels out only
More details and link to downloads can be found here.
Permalink |
Comments
2016-07-01
Warning: This will be the most boring blog post ever, but I just need to communicate this to future self.
At home I have problems printing PDFs from SendRegning, the online invoicing service I’m using. I don’t know if the problem is with the printer or if the PDFs are ill-formatted. Anyway, after having battled the files for close to two hours, I’ve found a way of using GhostScript to convert them from PDF to JPG. The JPGs print just fine.
In Terminal, cd
into the folder containing the file to convert and run:
gs -dNOPAUSE -sDEVICE=jpeg -r144 -sOutputFile=invoice.jpg invloice.pdf
Yuck!
Permalink |
Comments