backport the sync implementation from the csdr++ branch

This commit is contained in:
Jakob Ketterl
2021-07-25 20:06:14 +02:00
parent c07d9ecf92
commit 459a99cbf8
3 changed files with 44 additions and 3 deletions

View File

@@ -258,7 +258,7 @@ class Dsp(DirewolfConfigSubscriber):
chain += ["csdr convert_f_s16"]
if self.audio_compression == "adpcm":
chain += ["csdr encode_ima_adpcm_i16_u8"]
chain += ["csdr++ adpcm -e --sync"]
return chain
def secondary_chain(self, which):