filmstro_ffmpeg
 All Classes Files Functions Friends Macros
filmstro_audiohelpers.h
Go to the documentation of this file.
1 /*
2  ==============================================================================
3  Copyright (c) 2017 Filmstro Ltd. - Daniel Walz
4  All rights reserved.
5 
6  Redistribution and use in source and binary forms, with or without modification,
7  are permitted provided that the following conditions are met:
8  1. Redistributions of source code must retain the above copyright notice, this
9  list of conditions and the following disclaimer.
10  2. Redistributions in binary form must reproduce the above copyright notice,
11  this list of conditions and the following disclaimer in the documentation
12  and/or other materials provided with the distribution.
13  3. Neither the name of the copyright holder nor the names of its contributors
14  may be used to endorse or promote products derived from this software without
15  specific prior written permission.
16 
17  THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
18  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
19  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
20  IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
21  INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING,
22  BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
23  DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
24  LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE
25  OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
26  OF THE POSSIBILITY OF SUCH DAMAGE.
27  ==============================================================================
28 
29  BEGIN_JUCE_MODULE_DECLARATION
30 
31  ID: filmstro_audiohelpers
32  vendor: Filmstro Ltd.
33  version: 0.9.0
34  name: Basic audio helper classes
35  description: Audio helper classes of general purpose
36  dependencies: juce_audio_basics, juce_audio_formats, juce_audio_devices, juce_audio_processors
37  website: http://www.filmstro.com/
38  license: BSD V2 3-clause
39 
40  END_JUCE_MODULE_DECLARATION
41 
42  ==============================================================================
43  */
44 
45 
46 #ifndef FILMSTRO_AUDIOHELPERS_INCLUDED_H
47 #define FILMSTRO_AUDIOHELPERS_INCLUDED_H
48 
49 
50 #include <juce_audio_basics/juce_audio_basics.h>
51 #include <juce_audio_formats/juce_audio_formats.h>
52 #include <juce_audio_processors/juce_audio_processors.h>
53 #include <juce_audio_devices/juce_audio_devices.h>
54 
59 
60 #endif /* FILMSTRO_AUDIOHELPERS_INCLUDED_H */
61