mirror of https://github.com/g4klx/MMDVM.git
return space as number of bytes
This commit is contained in:
parent
4f060c0047
commit
2a4b28c35e
|
@ -92,5 +92,6 @@ bool CFMUpSampler::getSample(q15_t& sample)
|
|||
|
||||
uint16_t CFMUpSampler::getSpace() const
|
||||
{
|
||||
return m_samples.getSpace();
|
||||
//return available space in bytes
|
||||
return m_samples.getSpace() * sizeof(TSamplePairPack);
|
||||
}
|
Loading…
Reference in New Issue