diff options
Diffstat (limited to 'src/plugins/Effect/srconverter/srconverter.cpp')
| -rw-r--r-- | src/plugins/Effect/srconverter/srconverter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/Effect/srconverter/srconverter.cpp b/src/plugins/Effect/srconverter/srconverter.cpp index 9cfd56361..b8f729da9 100644 --- a/src/plugins/Effect/srconverter/srconverter.cpp +++ b/src/plugins/Effect/srconverter/srconverter.cpp @@ -57,7 +57,7 @@ SRConverter::~SRConverter() } } -const ulong SRConverter::process(char *in_data, const ulong size, char **out_data) +ulong SRConverter::process(char *in_data, const ulong size, char **out_data) { if (m_isSrcAlloc) { @@ -114,7 +114,7 @@ void SRConverter::configure(quint32 freq, int chan, int res) } } -const quint32 SRConverter::sampleRate() +quint32 SRConverter::sampleRate() { return m_overSamplingFs; } |
