• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H04-Sep-2021-138120

JuceLibraryCode/H03-May-2022-261,505171,456

cmake/H04-Sep-2021-321267

doc/H03-May-2022-956725

include/H04-Sep-2021-277205

src/H03-May-2022-16668

.bzrignoreH A D04-Sep-202142 55

.cprojectH A D04-Sep-202133.1 KiB493488

.gitattributesH A D04-Sep-202113 31

.gitignoreH A D04-Sep-202136 54

.gitlab-ci.ymlH A D04-Sep-20215.8 KiB108101

.projectH A D04-Sep-20212.5 KiB8887

AUTHORSH A D04-Sep-202188 22

COPYINGH A D04-Sep-202131.7 KiB621513

Doxyfile.inH A D04-Sep-2021109.2 KiB2,5321,968

INSTALL.mdH A D04-Sep-20213.1 KiB6548

OpenShotLibrary.jucerH A D04-Sep-20212.5 KiB4745

README.mdH A D04-Sep-20212.8 KiB6746

version.shH A D04-Sep-2021119 52

README.md

1OpenShot Audio Library (libopenshot-openshot) is a free, open-source C++ library dedicated to
2delivering high quality audio editing and audio playback solutions to the world.
3
4## Build status
5[![CI Build](https://github.com/OpenShot/libopenshot-audio/actions/workflows/ci.yml/badge.svg)](https://github.com/OpenShot/libopenshot-audio/actions/workflows/ci.yml)
6
7## Features
8
9* Cross-Platform (Linux, Mac, and Windows)
10* Audio Playback
11* Audio Mixing & Resampling
12* Audio Plug-ins (VST & AU)
13* Audio Drivers (ASIO, WASAPI, DirectSound, CoreAudio, iPhone Audio, ALSA, JACK, and Android)
14
15## Install
16
17Detailed instructions for building libopenshot and libopenshot-audio for each OS. These instructions
18are also available in the /docs/ source folder.
19
20   * [Linux](https://github.com/OpenShot/libopenshot/wiki/Linux-Build-Instructions)
21   * [Mac](https://github.com/OpenShot/libopenshot/wiki/Mac-Build-Instructions)
22   * [Windows](https://github.com/OpenShot/libopenshot/wiki/Windows-Build-Instructions)
23
24## Developers
25
26Are you interested in becoming more involved in the development of
27OpenShot? Build exciting new features, fix bugs, make friends, and become a hero!
28Please read the [step-by-step](https://github.com/OpenShot/openshot-qt/wiki/Become-a-Developer)
29instructions for getting source code, configuring dependencies, and building OpenShot.
30
31## Report a bug
32
33You can report a new libopenshot-audio issue directly on GitHub:
34
35https://github.com/OpenShot/libopenshot-audio/issues
36
37## Websites
38
39- https://www.openshot.org/  (Official website and blog)
40- https://github.com/OpenShot/libopenshot-audio/ (source code and issue tracker)
41- https://github.com/OpenShot/libopenshot/ (source code for video library)
42- https://github.com/OpenShot/openshot-qt/ (source code for Qt client)
43- https://launchpad.net/openshot/
44
45### License
46
47Copyright (c) 2008-2021 OpenShot Studios, LLC.
48
49Copyright 2004-2014 by Raw Material Software Ltd.
50
51OpenShot Audio Library (libopenshot-audio) is free software: you can redistribute it
52and/or modify it under the terms of the GNU Lesser General Public License
53as published by the Free Software Foundation, either version 3 of the
54License, or (at your option) any later version.
55
56OpenShot Audio Library (libopenshot-audio) is distributed in the hope that it will be
57useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
58MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
59GNU Lesser General Public License for more details.
60
61You should have received a copy of the GNU Lesser General Public License
62along with OpenShot Audio Library. If not, see http://www.gnu.org/licenses/.
63
64To release a closed-source product which uses libopenshot-audio (i.e. audio
65editing and playback), commercial licenses are also available: contact
66sales@openshot.org for more information.
67