As far as I know there used to be only one working TC plugin for converting audio files, namely, Plotn's audioconverter. It comes without sources and supports 32-bit systems only. So I decided to design my own solution. Initially I used C#/TC.NET Interface, but after realizing the shortcomings of this approach, rewrote everything in C++. Here it is, check also the Github page. Under the hood, the plugin relies on SoX toolset.
In the current form, the plugin is just at a proof-of-concept stage, and its functionality is still more modest comparing to Plotn's plugin. However, I hope to improve it eventually
