Skip to content

Commit

Permalink
Merge pull request #45 from amiaopensource/no-dircheck-passthrough
Browse files Browse the repository at this point in the history
move _destination_check
  • Loading branch information
privatezero authored Dec 14, 2017
2 parents 0703348 + 44b6b1b commit 69eab4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion audiorecorder
Original file line number Diff line number Diff line change
Expand Up @@ -384,7 +384,6 @@ else
echo "No Channel Layout Specified. Setting Input to Channels 1 and 2"
channel_layout="1 and 2"
fi
_destination_check

FILTER_CHAIN="asplit=6[out1][a][b][c][d][e],\
[e]showvolume=w=700:c=0xff0000:r=30[e1],\
Expand Down Expand Up @@ -414,6 +413,8 @@ if [ "${runtype}" = "passthrough" ] ; then
exit
fi

_destination_check

# Record Mode
_get_ITEM_ID

Expand Down

0 comments on commit 69eab4d

Please sign in to comment.