mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
9 lines
180 B
C#
9 lines
180 B
C#
namespace CUETools.Codecs.LossyWAV
|
|
{
|
|
struct fft_results_rec
|
|
{
|
|
public float sminbin, savebin;
|
|
public short btr, start, analysis, nminbin;
|
|
}
|
|
}
|