mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Codecs.LossyWAV: split classes into separate files.
This commit is contained in:
8
CUETools.Codecs.LossyWAV/fft_results_rec.cs
Normal file
8
CUETools.Codecs.LossyWAV/fft_results_rec.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace CUETools.Codecs.LossyWAV
|
||||
{
|
||||
struct fft_results_rec
|
||||
{
|
||||
public float sminbin, savebin;
|
||||
public short btr, start, analysis, nminbin;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user