fix fft grad
This commit is contained in:
@@ -12,13 +12,13 @@ auto main() -> int
|
||||
setup.m_file = "/mnt/raid/projects/dsp/songs/base/MakSim: Знаешь ли ты?.mp3";
|
||||
|
||||
auto r = hr::run<hr::plugins::fft>(setup);
|
||||
hack::log()("grad:", r.m_grad);
|
||||
hack::log()("grad:", r.m_grad.size());
|
||||
hack::log()("min:", r.m_min, "max:", r.m_max);
|
||||
hack::log()("size:", r.m_size);
|
||||
|
||||
if (!r.empty())
|
||||
{
|
||||
for (auto& p : r.m_data)
|
||||
hack::log()(p[10].m_values, p[10].m_min, p[10].m_max);
|
||||
hack::log()(p[10].m_values.size(), p[10].m_min, p[10].m_max);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user