FeRD (Frank Dana) acb3b0e2d3 Doygen: Include doc/*.md in docs
Also include the documentation MarkDown pages in the Doxygen docs.
These will show up as Related Pages in the interface.

* The formatting of `INSTALL-*.md` had to be changed some:
  - Doxygen doesn't support headings in bulleted lists (lines starting
    with `* ###`) -- I'm not even sure that's legal markdown. They were
    changed to just level 3 headings (lines starting with `###`).
  - ALL Windows paths in `INSTALL-WINDOWS.md` were wrapped in backticks,
    to prevent Doxygen parsing them as markup commands.
  - Level 1 headings were added to the top of the three install docs,
    giving them the title "Building libopenshot for ___(OS)___".
    Otherwise all three pages were titled "Getting Started".

* Separately, the table at the top of `HW-ACCEL.md` does not
  translate well to Doxygen. It will need further polishing. But the
  docs are all quite readable now.
2019-06-30 23:45:54 -04:00
2019-06-30 23:45:54 -04:00
2019-06-19 09:04:41 -04:00
2014-05-16 12:08:18 -05:00
2014-05-16 12:08:18 -05:00
2019-04-18 16:56:06 -04:00
2019-02-08 15:57:04 -06:00
2019-02-08 15:40:50 -06:00

OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to delivering high quality audio editing and audio playback solutions to the world.

Build Status

Build Status

Features

  • Cross-Platform (Linux, Mac, and Windows)
  • Audio Playback
  • Audio Mixing & Resampling
  • Audio Plug-ins (VST & AU)
  • Audio Drivers (ASIO, WASAPI, DirectSound, CoreAudio, iPhone Audio, ALSA, JACK, and Android)

Install

Detailed instructions for building libopenshot and libopenshot-audio for each OS. These instructions are also available in the /docs/ source folder.

Developers

Are you interested in becoming more involved in the development of OpenShot? Build exciting new features, fix bugs, make friends, and become a hero! Please read the step-by-step instructions for getting source code, configuring dependencies, and building OpenShot.

Report a bug

You can report a new libopenshot-audio issue directly on GitHub:

https://github.com/OpenShot/libopenshot-audio/issues

Websites

License

Copyright (c) 2008-2019 OpenShot Studios, LLC.

Copyright 2004-2014 by Raw Material Software Ltd.

OpenShot Audio Library (libopenshot-audio) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

OpenShot Audio Library (libopenshot-audio) is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with OpenShot Audio Library. If not, see http://www.gnu.org/licenses/.

To release a closed-source product which uses libopenshot-audio (i.e. audio editing and playback), commercial licenses are also available: contact sales@openshot.org for more information.

Languages
C++ 65.8%
C 32.2%
Objective-C++ 1.2%
Java 0.5%
CMake 0.2%
Other 0.1%