Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
ITAConvolution
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Analytics
Analytics
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Institute of Technical Acoustics (ITA)
ITAConvolution
Commits
8dca9ea7
Commit
8dca9ea7
authored
Apr 19, 2017
by
Dipl.-Ing. Jonas Stienen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adding license and readme
parent
789897ae
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
1 deletion
+21
-1
apps/ita_convoi/CMakeLists.txt
apps/ita_convoi/CMakeLists.txt
+8
-1
apps/ita_convoi/LICENSE.md
apps/ita_convoi/LICENSE.md
+1
-0
apps/ita_convoi/README.md
apps/ita_convoi/README.md
+12
-0
No files found.
apps/ita_convoi/CMakeLists.txt
View file @
8dca9ea7
...
@@ -6,7 +6,11 @@ include( VistaCommon )
...
@@ -6,7 +6,11 @@ include( VistaCommon )
vista_use_package
(
ITAConvolution REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
ITAConvolution REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
ITADataSources REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
ITADataSources REQUIRED FIND_DEPENDENCIES
)
vista_use_package
(
VistaCoreLibs REQUIRED COMPONENTS VistaTools FIND_DEPENDENCIES
)
vista_use_package
(
VistaCoreLibs REQUIRED COMPONENTS VistaTools
)
if
(
NOT ITA_CORE_LIBS_INSTALL_WITH_DLLS
)
set
(
ITA_CORE_LIBS_INSTALL_WITH_DLLS ON CACHE BOOL
"Install ita_convoi with depending DLLs (use this switch with care)"
)
endif
(
)
if
(
NOT ITA_CORE_LIBS_BUILD_STATIC
)
if
(
NOT ITA_CORE_LIBS_BUILD_STATIC
)
add_definitions
(
-DITA_BASE_STATIC -DITA_FFT_STATIC -DITA_CONVOLUTION_STATIC -DITA_DATA_SOURCES_STATIC
)
add_definitions
(
-DITA_BASE_STATIC -DITA_FFT_STATIC -DITA_CONVOLUTION_STATIC -DITA_DATA_SOURCES_STATIC
)
...
@@ -28,3 +32,6 @@ vista_create_default_info_file( ita_convoi )
...
@@ -28,3 +32,6 @@ vista_create_default_info_file( ita_convoi )
set_property
(
TARGET ita_convoi PROPERTY FOLDER
"ITACoreLibs/Apps/ITAConvolution"
)
set_property
(
TARGET ita_convoi PROPERTY FOLDER
"ITACoreLibs/Apps/ITAConvolution"
)
if
(
ITA_CORE_LIBS_INSTALL_WITH_DLLS
)
vista_install_all_dlls
(
bin
)
endif
(
)
apps/ita_convoi/LICENSE.md
0 → 100644
View file @
8dca9ea7
Copyright 2015-2017 Institute of Technical Acoustics, RWTH Aachen University. Any usage and distribution is prohibited, unless explicitly granted by the authors.
\ No newline at end of file
apps/ita_convoi/README.md
0 → 100644
View file @
8dca9ea7
## ita_convoi
ita_convoi is an exemplary command line application that uses a streaming block convolution from ITAConvolution.
It basically takes an input WAV file and an input IR file as a filter and convolves these two signals as a running conolution
using overlapp-save method. For playback, Portaudio is used either over requested interface number or using default output.
Input should be mono, IR filter can be of arbitrary channels, but sampling rates have to match.
Switching between IR filter channels can be triggered by command keys, and also a Dirac switch is available.
### License
See
[
LICENSE
](
LICENSE.md
)
file.
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