MCPcopy Create free account
hub / github.com/Audio4Linux/JDSP4Linux / composeVdcFile

Method composeVdcFile

src/data/model/VdcDatabaseModel.cpp:40–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40QString VdcDatabaseModel::composeVdcFile(int row) const
41{
42 QString vdc;
43 vdc += "SR_44100:";
44 vdc += coefficients(row, 44100);
45 vdc += "\nSR_48000:";
46 vdc += coefficients(row, 48000);
47 return vdc;
48}
49
50QString VdcDatabaseModel::coefficients(int row, uint32_t srate) const
51{

Callers 1

onVdcDatabaseSelectedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected