Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Christian R. Helmrich
exhale
Commits
39dc1852
Commit
39dc1852
authored
Oct 24, 2020
by
Christian R. Helmrich
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
editorial changes
parent
a43f9b31
Changes
37
Hide whitespace changes
Inline
Side-by-side
Showing
37 changed files
with
62 additions
and
62 deletions
+62
-62
include/Release.htm
include/Release.htm
+1
-1
src/app/CMakeLists.txt
src/app/CMakeLists.txt
+9
-9
src/app/basicMP4Writer.cpp
src/app/basicMP4Writer.cpp
+1
-1
src/app/basicMP4Writer.h
src/app/basicMP4Writer.h
+1
-1
src/app/basicWavReader.cpp
src/app/basicWavReader.cpp
+1
-1
src/app/basicWavReader.h
src/app/basicWavReader.h
+1
-1
src/app/exhaleApp.cpp
src/app/exhaleApp.cpp
+2
-2
src/app/exhaleApp.rc
src/app/exhaleApp.rc
+1
-1
src/app/exhaleAppPch.cpp
src/app/exhaleAppPch.cpp
+5
-5
src/app/exhaleAppPch.h
src/app/exhaleAppPch.h
+2
-2
src/app/loudnessEstim.cpp
src/app/loudnessEstim.cpp
+1
-1
src/app/loudnessEstim.h
src/app/loudnessEstim.h
+1
-1
src/lib/CMakeLists.txt
src/lib/CMakeLists.txt
+9
-9
src/lib/bitAllocation.cpp
src/lib/bitAllocation.cpp
+1
-1
src/lib/bitAllocation.h
src/lib/bitAllocation.h
+1
-1
src/lib/bitStreamWriter.cpp
src/lib/bitStreamWriter.cpp
+1
-1
src/lib/bitStreamWriter.h
src/lib/bitStreamWriter.h
+1
-1
src/lib/entropyCoding.cpp
src/lib/entropyCoding.cpp
+2
-2
src/lib/entropyCoding.h
src/lib/entropyCoding.h
+2
-2
src/lib/exhaleEnc.cpp
src/lib/exhaleEnc.cpp
+1
-1
src/lib/exhaleEnc.h
src/lib/exhaleEnc.h
+1
-1
src/lib/exhaleLibPch.cpp
src/lib/exhaleLibPch.cpp
+1
-1
src/lib/exhaleLibPch.h
src/lib/exhaleLibPch.h
+1
-1
src/lib/lappedTransform.cpp
src/lib/lappedTransform.cpp
+1
-1
src/lib/lappedTransform.h
src/lib/lappedTransform.h
+1
-1
src/lib/linearPrediction.cpp
src/lib/linearPrediction.cpp
+1
-1
src/lib/linearPrediction.h
src/lib/linearPrediction.h
+2
-2
src/lib/quantization.cpp
src/lib/quantization.cpp
+1
-1
src/lib/quantization.h
src/lib/quantization.h
+1
-1
src/lib/specAnalysis.cpp
src/lib/specAnalysis.cpp
+1
-1
src/lib/specAnalysis.h
src/lib/specAnalysis.h
+1
-1
src/lib/specGapFilling.cpp
src/lib/specGapFilling.cpp
+1
-1
src/lib/specGapFilling.h
src/lib/specGapFilling.h
+1
-1
src/lib/stereoProcessing.cpp
src/lib/stereoProcessing.cpp
+1
-1
src/lib/stereoProcessing.h
src/lib/stereoProcessing.h
+1
-1
src/lib/tempAnalysis.cpp
src/lib/tempAnalysis.cpp
+1
-1
src/lib/tempAnalysis.h
src/lib/tempAnalysis.h
+1
-1
No files found.
include/Release.htm
View file @
39dc1852
...
...
@@ -111,7 +111,7 @@
<li><h3>
exhaleLib: speed-ups and further quality tuning for difficult signals, as necessary.
</h3></li>
</ul>
<h3><br></h3>
<h4><span
class=
"gray"
>
Written by C. R. Helmrich for exhale 1.0.8, Oct
ober
2020. Available at www.ecodis.de/exhale/release.htm.
</span><br><br></h4>
<h4><span
class=
"gray"
>
Written by C. R. Helmrich for exhale 1.0.8, Oct
.
2020. Available at www.ecodis.de/exhale/release.htm.
</span><br><br></h4>
</td>
<td
valign=
"top"
colspan=
"2"
>
...
...
src/app/CMakeLists.txt
View file @
39dc1852
# CMakeLists.txt - CMake file that defines the build for the app folder, works in conjunction with the main CMakeLists.txt
# written by C. D. Degawa, last modified in 2020 - see License.htm for legal notices
#
# The copyright in this software is being made available under
a Modified BSD-Style
License
# and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
# party rights, including patent rights. No such rights are granted under this License.
#
# Copyright (c) 2018-2020 Christian R. Helmrich, project ecodis. All rights reserved.
#
#
# CMakeLists.txt - CMake file that defines the build for the app folder, works in conjunction with the main CMakeLists.txt
# written by C. D. Degawa, last modified in 2020 - see License.htm for legal notices
#
# The copyright in this software is being made available under
the exhale Copyright
License
# and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
# party rights, including patent rights. No such rights are granted under this License.
#
# Copyright (c) 2018-2020 Christian R. Helmrich, project ecodis. All rights reserved.
#
#
add_executable
(
exhaleApp
exhaleAppPch.h
...
...
src/app/basicMP4Writer.cpp
View file @
39dc1852
...
...
@@ -2,7 +2,7 @@
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
* pre-roll serializer and related code added by J. Calhoun in 2020, see merge request 4
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/basicMP4Writer.h
View file @
39dc1852
/* basicMP4Writer.h - header file for class with basic MPEG-4 file writing capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/basicWavReader.cpp
View file @
39dc1852
/* basicWavReader.cpp - source file for class with basic WAVE file reading capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/basicWavReader.h
View file @
39dc1852
/* basicWavReader.h - header file for class with basic WAVE file reading capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/exhaleApp.cpp
View file @
39dc1852
/* exhaleApp.cpp - source file with main() routine for exhale application executable
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
@@ -359,7 +359,7 @@ int main (const int argc, char* argv[])
{
fprintf_s
(
stdout
,
" Copyright 2018-2020 C.R.Helmrich, project ecodis. See License.htm for details.
\n\n
"
);
fprintf_s
(
stdout
,
" This software is
being
made available under
a Modified BSD
License and comes
\n
"
);
fprintf_s
(
stdout
,
" This software is made available under
the exhale Copyright
License and comes
\n
"
);
fprintf_s
(
stdout
,
" with ABSOLUTELY NO WARRANTY. This software may be subject to other third-party
\n
"
);
fprintf_s
(
stdout
,
" rights, including patent rights. No such rights are granted under this License.
\n\n
"
);
#if defined (_WIN32) || defined (WIN32) || defined (_WIN64) || defined (WIN64)
...
...
src/app/exhaleApp.rc
View file @
39dc1852
/* exhaleApp.rc - resource file for exhale application binaries compiled under Windows
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/exhaleAppPch.cpp
View file @
39dc1852
/* exhaleAppPch.cpp - pre-compiled source file for source code of exhale application
* written by C. R. Helmrich, last modified in 20
19
- see License.htm for legal notices
* written by C. R. Helmrich, last modified in 20
20
- see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
@@ -11,15 +11,15 @@
#include "exhaleAppPch.h"
// ISO/IEC 23003-3 USAC Table 67
static
const
unsigned
supportedSamplingRates
[
2
6
]
=
{
static
const
unsigned
supportedSamplingRates
[
1
6
]
=
{
96000
,
88200
,
64000
,
48000
,
44100
,
32000
,
24000
,
22050
,
16000
,
12000
,
11025
,
8000
,
7350
,
// AAC
57600
,
51200
,
40000
,
38400
,
34150
,
28800
,
25600
,
20000
,
19200
,
17075
,
14400
,
12800
,
9600
//
USAC
57600
,
38400
,
19200
// BL
USAC
};
// public sampling rate function
bool
isSamplingRateSupported
(
const
unsigned
samplingRate
)
{
for
(
unsigned
i
=
0
;
i
<
2
6
;
i
++
)
for
(
unsigned
i
=
0
;
i
<
1
6
;
i
++
)
{
if
(
samplingRate
==
supportedSamplingRates
[
i
])
return
true
;
}
...
...
src/app/exhaleAppPch.h
View file @
39dc1852
/* exhaleAppPch.h - pre-compiled header file for source code of exhale application
* written by C. R. Helmrich, last modified in 20
19
- see License.htm for legal notices
* written by C. R. Helmrich, last modified in 20
20
- see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/loudnessEstim.cpp
View file @
39dc1852
/* loudnessEstim.cpp - source file for class with ITU-R BS.1770-4 loudness level estimation
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/app/loudnessEstim.h
View file @
39dc1852
/* loudnessEstim.h - header file for class with ITU-R BS.1770-4 loudness level estimation
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/CMakeLists.txt
View file @
39dc1852
# CMakeLists.txt - CMake file that defines the build for the lib folder, works in conjunction with the main CMakeLists.txt
# written by C. D. Degawa, last modified in 2020 - see License.htm for legal notices
#
# The copyright in this software is being made available under
a Modified BSD-Style
License
# and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
# party rights, including patent rights. No such rights are granted under this License.
#
# Copyright (c) 2018-2020 Christian R. Helmrich, project ecodis. All rights reserved.
#
#
# CMakeLists.txt - CMake file that defines the build for the lib folder, works in conjunction with the main CMakeLists.txt
# written by C. D. Degawa, last modified in 2020 - see License.htm for legal notices
#
# The copyright in this software is being made available under
the exhale Copyright
License
# and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
# party rights, including patent rights. No such rights are granted under this License.
#
# Copyright (c) 2018-2020 Christian R. Helmrich, project ecodis. All rights reserved.
#
#
add_library
(
exhaleLib
lappedTransform.cpp
...
...
src/lib/bitAllocation.cpp
View file @
39dc1852
/* bitAllocation.cpp - source file for class needed for psychoacoustic bit-allocation
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/bitAllocation.h
View file @
39dc1852
/* bitAllocation.h - header file for class needed for psychoacoustic bit-allocation
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/bitStreamWriter.cpp
View file @
39dc1852
/* bitStreamWriter.cpp - source file for class with basic bit-stream writing capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/bitStreamWriter.h
View file @
39dc1852
/* bitStreamWriter.h - header file for class with basic bit-stream writing capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/entropyCoding.cpp
View file @
39dc1852
/* entropyCoding.cpp - source file for class with lossless entropy coding capability
* written by C. R. Helmrich, last modified in 20
19
- see License.htm for legal notices
* written by C. R. Helmrich, last modified in 20
20
- see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/entropyCoding.h
View file @
39dc1852
/* entropyCoding.h - header file for class with lossless entropy coding capability
* written by C. R. Helmrich, last modified in 20
19
- see License.htm for legal notices
* written by C. R. Helmrich, last modified in 20
20
- see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/exhaleEnc.cpp
View file @
39dc1852
/* exhaleEnc.cpp - source file for class providing Extended HE-AAC encoding capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/exhaleEnc.h
View file @
39dc1852
/* exhaleEnc.h - header file for class providing Extended HE-AAC encoding capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/exhaleLibPch.cpp
View file @
39dc1852
/* exhaleLibPch.cpp - pre-compiled source file for classes of exhaleLib coding library
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/exhaleLibPch.h
View file @
39dc1852
/* exhaleLibPch.h - pre-compiled header file for classes of exhaleLib coding library
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/lappedTransform.cpp
View file @
39dc1852
/* lappedTransform.cpp - source file for class providing time-frequency transformation
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/lappedTransform.h
View file @
39dc1852
/* lappedTransform.h - header file for class providing time-frequency transformation
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/linearPrediction.cpp
View file @
39dc1852
/* linearPrediction.cpp - source file for class providing linear prediction capability
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/linearPrediction.h
View file @
39dc1852
/* linearPrediction.h - header file for class providing linear prediction capability
* written by C. R. Helmrich, last modified in 20
19
- see License.htm for legal notices
* written by C. R. Helmrich, last modified in 20
20
- see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/quantization.cpp
View file @
39dc1852
/* quantization.cpp - source file for class with nonuniform quantization functionality
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/quantization.h
View file @
39dc1852
/* quantization.h - header file for class with nonuniform quantization functionality
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/specAnalysis.cpp
View file @
39dc1852
/* specAnalysis.cpp - source file for class providing spectral analysis of MCLT signals
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/specAnalysis.h
View file @
39dc1852
/* specAnalysis.h - header file for class providing spectral analysis of MCLT signals
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/specGapFilling.cpp
View file @
39dc1852
/* specGapFilling.cpp - source file for class with spectral gap filling coding methods
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/specGapFilling.h
View file @
39dc1852
/* specGapFilling.h - header file for class with spectral gap filling coding methods
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/stereoProcessing.cpp
View file @
39dc1852
/* stereoProcessing.cpp - source file for class providing M/S stereo coding functionality
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/stereoProcessing.h
View file @
39dc1852
/* stereoProcessing.h - header file for class providing M/S stereo coding functionality
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/tempAnalysis.cpp
View file @
39dc1852
/* tempAnalysis.cpp - source file for class providing temporal analysis of PCM signals
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
src/lib/tempAnalysis.h
View file @
39dc1852
/* tempAnalysis.h - header file for class providing temporal analysis of PCM signals
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
*
* The copyright in this software is being made available under
a Modified BSD-Style
License
* The copyright in this software is being made available under
the exhale Copyright
License
* and comes with ABSOLUTELY NO WARRANTY. This software may be subject to other third-
* party rights, including patent rights. No such rights are granted under this License.
*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment