Skip to content

Commit

Permalink
Version 2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
VoidXH committed Oct 10, 2023
1 parent 716cd84 commit 5c58e2a
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 14 deletions.
2 changes: 1 addition & 1 deletion Cavern.Format/Cavern.Format.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>VoidX</Authors>
<Description>Audio format support of the Cavern spatial audio engine.</Description>
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Cavern.QuickEQ.Format/Cavern.QuickEQ.Format.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>VoidX</Authors>
<Description>Software and hardware support for exporting calibrations made with Cavern QuickEQ.</Description>
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Cavern.QuickEQ/Cavern.QuickEQ.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>VoidX</Authors>
<Description>Measurement and equalization tools for the Cavern spatial audio engine.</Description>
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion Cavern/Cavern.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>VoidX</Authors>
<Description>Object-based 3D audio rendering and (up)mixing engine.</Description>
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion CavernUnity DLL/CavernUnity DLL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
</PropertyGroup>
<PropertyGroup>
<RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>VoidX</Authors>
<Description>Unity wrappers for the Cavern spatial audio engine.</Description>
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright>
Expand Down
2 changes: 1 addition & 1 deletion CavernUnity.WebGL/CavernUnity.WebGL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<TargetFramework>netstandard2.1</TargetFramework>
<OutputType>Library</OutputType>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<Version>2.0.1</Version>
<Version>2.0.2</Version>
<Authors>VoidX</Authors>
<Description>WebGL native function calls for microphone handling.</Description>
<Copyright>Copyright © Bence Sgánetz 2016-2023</Copyright>
Expand Down
7 changes: 0 additions & 7 deletions docs/NuGet Readme - Cavern.QuickEQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,6 @@ QuickEQ is a high performance, versatile audio measurement library, providing
the foundations for an automated, leading precision, heavily configurable
room correction software called Cavern QuickEQ.

Supported software/hardware for EQ/filter set export:
* PC: Equalizer APO, CamillaDSP
* DSP: MiniDSP 2x4 Advanced, MiniDSP 2x4 HD, MiniDSP DDRC-88A
* Processors: Emotiva, StormAudio
* Amplifiers: Behringer NX series
* Others: Audyssey MultEQ-X, Dirac Live, YPAO

[![Build Status](https://api.travis-ci.com/VoidXH/Cavern.svg?branch=master)](https://app.travis-ci.com/VoidXH/Cavern)
![GitHub release (latest by date)](https://img.shields.io/github/v/release/VoidXH/Cavern)
![GitHub commits since latest release (by date)](https://img.shields.io/github/commits-since/VoidXH/Cavern/latest)
Expand Down
2 changes: 1 addition & 1 deletion docs/NuGet Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ self-calibration libraries built on the Cavern engine are also available.
* Uniformity can be achieved without a calibration file
* Supported software/hardware for EQ/filter set export:
* PC: Equalizer APO, CamillaDSP
* DSP: MiniDSP 2x4 Advanced, MiniDSP 2x4 HD
* DSP: MiniDSP 2x4 Advanced, MiniDSP 2x4 HD, MiniDSP DDRC-88A
* Processors: Emotiva, StormAudio
* Amplifiers: Behringer NX series
* Others: Audyssey MultEQ-X
Expand Down

0 comments on commit 5c58e2a

Please sign in to comment.