CUETools.Codecs.LossyWAV: split classes into separate files.

This commit is contained in:
karamanolev
2011-10-24 15:12:26 +00:00
parent 426f733d19
commit 524befe7b9
8 changed files with 1021 additions and 1001 deletions

View File

@@ -0,0 +1,8 @@
namespace CUETools.Codecs.LossyWAV
{
struct fft_results_rec
{
public float sminbin, savebin;
public short btr, start, analysis, nminbin;
}
}