attemt at a CI build with new DSP

This commit is contained in:
AlexandreRouma
2022-06-17 17:34:23 +02:00
parent d1318d3a0f
commit 36adc102ee
38 changed files with 259 additions and 92 deletions

View File

@@ -109,7 +109,7 @@ namespace server {
return currentSampleRate;
}
void ClientClass::setSampleType(dsp::PCMType type) {
void ClientClass::setSampleType(dsp::compression::PCMType type) {
s_cmd_data[0] = type;
sendCommand(COMMAND_SET_SAMPLE_TYPE, 1);
}