Posts
Post has attachment
Public
The FFT Code From Sonic Field
/* For Copyright and License see LICENSE.txt and COPYING.txt in the root directory */ package com.nerdscentral.audio.pitch.algorithm; import java.lang.ref.SoftReference; public class OnHeapFFTBase { private static final ThreadLocal<SoftReference<OnHea...
/* For Copyright and License see LICENSE.txt and COPYING.txt in the root directory */ package com.nerdscentral.audio.pitch.algorithm; import java.lang.ref.SoftReference; public class OnHeapFFTBase { private static final ThreadLocal<SoftReference<OnHea...
Add a comment...
Post has attachment
Public
The Code For Biquad IIR Filters (RBJ) In Java
package com.nerdscentral.audio.pitch.algorithm; import com.nerdscentral.audio.core.SFConstants; /* * RBJ Filters from C++ version by arguru[AT]smartelectronix[DOT]com based on eq filter cookbook by Robert Bristow-Johnson * <rbj@audioimagination.com> The C...
package com.nerdscentral.audio.pitch.algorithm; import com.nerdscentral.audio.core.SFConstants; /* * RBJ Filters from C++ version by arguru[AT]smartelectronix[DOT]com based on eq filter cookbook by Robert Bristow-Johnson * <rbj@audioimagination.com> The C...
Add a comment...
Post has attachment
Public
Arbitrarily Large Off Heap File Back Block Storage - The Code
/* For Copyright and License see LICENSE.txt and COPYING.txt in the root directory */ package com.nerdscentral.audio.core; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.io.Serializable; import java.lang.manage...
/* For Copyright and License see LICENSE.txt and COPYING.txt in the root directory */ package com.nerdscentral.audio.core; import java.io.File; import java.io.IOException; import java.io.RandomAccessFile; import java.io.Serializable; import java.lang.manage...
Add a comment...
Post has attachment
Public
Yey - splitting a cat :D
Add a comment...
Post has attachment
Public
Cracking the 'how to I delete 1 million files in a directory'.
Add a comment...
Post has attachment
Public
Add a comment...
Post has attachment
Public
An introduction to the power of the simple map function.
Add a comment...
Post has attachment
Public
Add a comment...
Post has attachment
Public
Add a comment...
Post has attachment
Public
Add a comment...
Wait while more posts are being loaded