Skip to content

Commit

Permalink
Merge commit 'dfd4fa3832a813ddc2d64e59077a2a6853beb9c1' as 'apf'
Browse files Browse the repository at this point in the history
  • Loading branch information
mgeier committed Nov 27, 2013
2 parents 2823985 + dfd4fa3 commit bfb7f6c
Show file tree
Hide file tree
Showing 87 changed files with 22,155 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apf/.gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
*.cpp diff=cpp
*.h diff=cpp
/git* export-ignore
/.* export-ignore
4 changes: 4 additions & 0 deletions apf/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
/doc/html
/unit_tests/.dep
/unit_tests/main
/unit_tests/*.o
9 changes: 9 additions & 0 deletions apf/AUTHORS
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Author:
Matthias Geier

Contributions by:
Sascha Spors
Jens Ahrens
Torben Hohn
Till Rettberg
Moritz Heppner
674 changes: 674 additions & 0 deletions apf/COPYING

Large diffs are not rendered by default.

24 changes: 24 additions & 0 deletions apf/NEWS
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
User-visible changes in the Audio Processing Framework. Recent changes on top.

0.2.0 (03 July 2013)

- new: Convolver and BlockDelayLine

- new: query_policy for getting information out of the audio thread

- new: fixed_vector and fixed_list, changed Matrix to fixed_matrix

- new: ScopedThread, DetatchedThread, fftw_allocator, PortAudio policy

- re-design of the crossfade, tools for parameter interpolation were added.
see CombineChannels, CombineChannelsCrossfade, CombineChannelsInterpolation

- posix_thread_policy and posix_sync_policy were combined

- several bug-fixes and many improvements, more unit tests

- re-organization of the directory structure, some separate files were combined

0.1.0 (10 April 2012)

- first release
10 changes: 10 additions & 0 deletions apf/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
This is the source distribution of the Audio Processing Framework (APF),
licensed under the GPLv3+. Please consult the file COPYING for more information
about this license.

Website: http://AudioProcessingFramework.github.com

Copyright (c) 2012-2013 Institut für Nachrichtentechnik, Universität Rostock

Copyright (c) 2006-2012 Quality & Usability Lab
Deutsche Telekom Laboratories, TU Berlin
Loading

0 comments on commit bfb7f6c

Please sign in to comment.