C++多媒体处理类库 JUCE

openkk 12年前
     <p><img alt="C++多媒体处理类库 JUCE" src="https://simg.open-open.com/show/d27b602564b6cc625a3de54339b74a2b.jpg" width="128" height="79" /></p>    <p>JUCE (Jules' Utility Class Extensions)是由Raw MaterialSoftware发布的一套基于c++的跨平台应用程序框架类库(Windows, Mac,Linux)。JUCE的特殊之处在于其友好的用户界面以及强大的音频、图像处理能力。JUCE适合那些想使用干净、快捷、高层的API,而不想 把时间浪费在使用不同类库,面向不同平台上的开发者。JUCE能够胜任大型、复杂的应用程序(C++)的开发。</p>    <p>与其他应用程序框架类似,JUCE有众多覆盖音频、图像、XML分析、网络等方面的类。JUCE的开发者就是被JAVA的JDK所启发,然后想做出基于C++的对等物。</p>    <p>JUCE可以在以下平台中应用:</p>    <ul>     <li><strong>Mac OSX</strong> - Applications and VST/AudioUnit/RTAS/NPAPI plugins can be compiled with Xcode for OSX 10.4 or later.</li>     <li><strong>iOS</strong> - Native iPhone and iPad apps can be built with Xcode.</li>     <li><strong>Windows</strong> - Applications and VST/RTAS/NPAPI/ActiveX plugins can be built using MS Visual Studio. The results are all fully compatible with Windows XP, Vista or Win7.</li>     <li><strong>Linux</strong> - Applications and plugins can be built for any kernel 2.6 or later.</li>     <li><strong>Android</strong> - NEW! Android apps can now be built using Ant and Eclipse, with the Android NDK v5 or later. (This is still a work in progress, so some features aren't still to be finished).</li>    </ul>    <p></p>    <p><img alt="C++多媒体处理类库 JUCE" src="https://simg.open-open.com/show/8a3c41479a3054fe05bfb00df7fdfc31.png" width="298" height="298" /></p>    <p>JUCE最突出的特点是其对音频的特殊支持。JUCE原本是作为Tracktion audiosequencer的一部分而开发的,但后来脱离出来成为了一个独立的工程。JUCE支持音频和MIDI回放,复音合成器,对多种音频格式文件 的读取。同时,JUCE还封装了诸如VST、RTAS、AU等技术的代码,能够开发各种音源、效果插件。众多音频厂商如<strong>Imageline、M-AUDIO、cycling74、KORG、Presonus、TC Group</strong>等等都是JUCE的使用者。<br /> <br /> </p>    <p><strong>项目主页:</strong><a href="http://www.open-open.com/lib/view/home/1325061017061" target="_blank">http://www.open-open.com/lib/view/home/1325061017061</a></p>