Bugfix: Incorrect Pi value from 5th decimal onwards ...

This commit is contained in:
oparviai 2016-01-12 17:26:21 +00:00
parent 8023db738f
commit f574c92dcf
2 changed files with 4 additions and 2 deletions

View File

@ -823,6 +823,7 @@ switch "-bpm"</li>
submitted bugfixes:</p>
<ul>
<li> Arthur A</li>
<li> Paul Adenot</li>
<li> Richard Ash</li>
<li> Stanislav Brabec</li>
<li> Christian Budde</li>
@ -840,7 +841,8 @@ submitted bugfixes:</p>
<li> Jason Garland</li>
<li> Takashi Iwai</li>
<li> Thomas Klausner</li>
<li> Mathias Möhl</li>
<li> Tony Mechelynck </li>
<li> Mathias Möhl</li>
<li> Yuval Naveh</li>
<li> Paulo Pizarro</li>
<li> Andrey Ponomarenko</li>

View File

@ -49,7 +49,7 @@
using namespace soundtouch;
#define PI 3.141592655357989
#define PI 3.14159265358979323846
#define TWOPI (2 * PI)
// define this to save AA filter coefficients to a file