Skip to content

Commit

Permalink
Refactored AudioDispatcher, AudioEvent. The changes warrant a version…
Browse files Browse the repository at this point in the history
… bump.
  • Loading branch information
JorenSix committed Mar 25, 2015
1 parent a4a1901 commit a74e4ad
Show file tree
Hide file tree
Showing 26 changed files with 761 additions and 353 deletions.
3 changes: 3 additions & 0 deletions README.textile
Original file line number Diff line number Diff line change
Expand Up @@ -139,4 +139,7 @@ The 2.0 version is worth the major version update since it offers out-of-the-box

<dt>Version 2.1</dt><dd>2015-03-03</dd>
The 2.1 version restructures some of the source files. All source can now be found in src. The ant build file is adapted to reflect this change. This version also includes an STFT pitch shifter. There was already a time domain pitch shifter included and now a frequency domain implementation is present as well.

<dt>Version 2.2</dt><dd>2015-03-03</dd>
The 2.2 version includes a new @AudioDispatcher@. It has been reviewed toroughly and now behaves predictably for the first and last buffers as well. To prevent compatibility issues the version githas been changed.

2 changes: 1 addition & 1 deletion build/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project default="tarsos_dsp_library" name="Create TarsosDSP JAR-files">

<!-- Configuration -->
<property name="version" value="2.1" />
<property name="version" value="2.2" />
<property name="built_by" value="${user.name}" />
<property name="junit_jar" value="../lib/hamcrest-core-1.3.jar:../lib/junit-4.11.jar" />

Expand Down
Loading

0 comments on commit a74e4ad

Please sign in to comment.