From 903ce9869c933e4f13995cd9f10c1498665cfd58 Mon Sep 17 00:00:00 2001 From: "Alfred E. Heggestad" Date: Sat, 21 Jan 2017 22:47:13 +0100 Subject: Elektm93 feat/configure snd file path (#207) * [WIP] implemented configuration of path of sndfile * [WIP] opening sndfile on defined path * [WIP] modification in path-buildup * Revert "[WIP] modification in path-buildup" This reverts commit adad516c90356402e3b5ebeddcccf3fa91bf3d91. * [FIX] path fix * [FIX] proper strcpy for struct pl * [FIX] fixes on suggestion from project owner - removed unnecessary comment - changed struct pl to an string - changed way how filename is assembled * [FIX] removed unnecessary/wrong/depr. comment * sndfile: fix warnings --- docs/examples/config | 3 +++ 1 file changed, 3 insertions(+) (limited to 'docs') diff --git a/docs/examples/config b/docs/examples/config index bd1e3b9..0bb37e5 100644 --- a/docs/examples/config +++ b/docs/examples/config @@ -169,3 +169,6 @@ ice_turn no ice_debug no ice_nomination regular # {regular,aggressive} ice_mode full # {full,lite} + +# sndfile # +snd_path /tmp/ -- cgit v1.2.3