mirror of
https://gitlab.com/ecodis/exhale.git
synced 2025-06-05 21:59:32 +02:00
editorial changes
This commit is contained in:
@@ -111,7 +111,7 @@
|
|||||||
<li><h3>exhaleLib: speed-ups and further quality tuning for difficult signals, as necessary.</h3></li>
|
<li><h3>exhaleLib: speed-ups and further quality tuning for difficult signals, as necessary.</h3></li>
|
||||||
</ul>
|
</ul>
|
||||||
<h3><br></h3>
|
<h3><br></h3>
|
||||||
<h4><span class="gray">Written by C. R. Helmrich for exhale 1.0.8, October 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>
|
||||||
<td valign="top" colspan="2">
|
<td valign="top" colspan="2">
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
# CMakeLists.txt - CMake file that defines the build for the app folder, works in conjunction with the main CMakeLists.txt
|
## 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
|
# 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
|
# 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-
|
# 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.
|
# 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.
|
# Copyright (c) 2018-2020 Christian R. Helmrich, project ecodis. All rights reserved.
|
||||||
#
|
##
|
||||||
|
|
||||||
add_executable(exhaleApp
|
add_executable(exhaleApp
|
||||||
exhaleAppPch.h
|
exhaleAppPch.h
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
* written by C. R. Helmrich, last modified in 2020 - see License.htm for legal notices
|
* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* basicMP4Writer.h - header file for class with basic MPEG-4 file writing capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* basicWavReader.cpp - source file for class with basic WAVE file reading capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* basicWavReader.h - header file for class with basic WAVE file reading capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleApp.cpp - source file with main() routine for exhale application executable
|
/* 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
|
* 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-
|
* 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.
|
* 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, " 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, " 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");
|
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)
|
#if defined (_WIN32) || defined (WIN32) || defined (_WIN64) || defined (WIN64)
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleApp.rc - resource file for exhale application binaries compiled under Windows
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleAppPch.cpp - pre-compiled source file for source code of exhale application
|
/* exhaleAppPch.cpp - pre-compiled source file for source code of exhale application
|
||||||
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
@@ -11,15 +11,15 @@
|
|||||||
#include "exhaleAppPch.h"
|
#include "exhaleAppPch.h"
|
||||||
|
|
||||||
// ISO/IEC 23003-3 USAC Table 67
|
// ISO/IEC 23003-3 USAC Table 67
|
||||||
static const unsigned supportedSamplingRates[26] = {
|
static const unsigned supportedSamplingRates[16] = {
|
||||||
96000, 88200, 64000, 48000, 44100, 32000, 24000, 22050, 16000, 12000, 11025, 8000, 7350, // AAC
|
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
|
// public sampling rate function
|
||||||
bool isSamplingRateSupported (const unsigned samplingRate)
|
bool isSamplingRateSupported (const unsigned samplingRate)
|
||||||
{
|
{
|
||||||
for (unsigned i = 0; i < 26; i++)
|
for (unsigned i = 0; i < 16; i++)
|
||||||
{
|
{
|
||||||
if (samplingRate == supportedSamplingRates[i]) return true;
|
if (samplingRate == supportedSamplingRates[i]) return true;
|
||||||
}
|
}
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleAppPch.h - pre-compiled header file for source code of exhale application
|
/* exhaleAppPch.h - pre-compiled header file for source code of exhale application
|
||||||
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* loudnessEstim.cpp - source file for class with ITU-R BS.1770-4 loudness level estimation
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* loudnessEstim.h - header file for class with ITU-R BS.1770-4 loudness level estimation
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,12 +1,12 @@
|
|||||||
# CMakeLists.txt - CMake file that defines the build for the lib folder, works in conjunction with the main CMakeLists.txt
|
## 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
|
# 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
|
# 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-
|
# 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.
|
# 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.
|
# Copyright (c) 2018-2020 Christian R. Helmrich, project ecodis. All rights reserved.
|
||||||
#
|
##
|
||||||
|
|
||||||
add_library(exhaleLib
|
add_library(exhaleLib
|
||||||
lappedTransform.cpp
|
lappedTransform.cpp
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* bitAllocation.cpp - source file for class needed for psychoacoustic bit-allocation
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* bitAllocation.h - header file for class needed for psychoacoustic bit-allocation
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* bitStreamWriter.cpp - source file for class with basic bit-stream writing capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* bitStreamWriter.h - header file for class with basic bit-stream writing capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* entropyCoding.cpp - source file for class with lossless entropy coding capability
|
/* entropyCoding.cpp - source file for class with lossless entropy coding capability
|
||||||
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* entropyCoding.h - header file for class with lossless entropy coding capability
|
/* entropyCoding.h - header file for class with lossless entropy coding capability
|
||||||
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleEnc.cpp - source file for class providing Extended HE-AAC encoding capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleEnc.h - header file for class providing Extended HE-AAC encoding capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleLibPch.cpp - pre-compiled source file for classes of exhaleLib coding library
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* exhaleLibPch.h - pre-compiled header file for classes of exhaleLib coding library
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* lappedTransform.cpp - source file for class providing time-frequency transformation
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* lappedTransform.h - header file for class providing time-frequency transformation
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* linearPrediction.cpp - source file for class providing linear prediction capability
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* linearPrediction.h - header file for class providing linear prediction capability
|
/* linearPrediction.h - header file for class providing linear prediction capability
|
||||||
* written by C. R. Helmrich, last modified in 2019 - see License.htm for legal notices
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* quantization.cpp - source file for class with nonuniform quantization functionality
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* quantization.h - header file for class with nonuniform quantization functionality
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* specAnalysis.cpp - source file for class providing spectral analysis of MCLT signals
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* specAnalysis.h - header file for class providing spectral analysis of MCLT signals
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* specGapFilling.cpp - source file for class with spectral gap filling coding methods
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* specGapFilling.h - header file for class with spectral gap filling coding methods
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* stereoProcessing.cpp - source file for class providing M/S stereo coding functionality
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* stereoProcessing.h - header file for class providing M/S stereo coding functionality
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* tempAnalysis.cpp - source file for class providing temporal analysis of PCM signals
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
/* tempAnalysis.h - header file for class providing temporal analysis of PCM signals
|
/* 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
|
* 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-
|
* 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.
|
* party rights, including patent rights. No such rights are granted under this License.
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user