activate adpcm sync flag
This commit is contained in:
parent
14eb71c8de
commit
8f0b33eb83
@ -240,7 +240,7 @@ class Dsp(DirewolfConfigSubscriber):
|
|||||||
chain += ["csdr++ convert -i float -o s16"]
|
chain += ["csdr++ convert -i float -o s16"]
|
||||||
|
|
||||||
if self.audio_compression == "adpcm":
|
if self.audio_compression == "adpcm":
|
||||||
chain += ["csdr++ adpcm -e"]
|
chain += ["csdr++ adpcm -e --sync"]
|
||||||
return chain
|
return chain
|
||||||
|
|
||||||
def secondary_chain(self, which):
|
def secondary_chain(self, which):
|
||||||
|
Loading…
Reference in New Issue
Block a user