diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-21 16:48:24 +0200 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2013-02-21 16:48:24 +0200 |
commit | 2cb082769b5f2bd41bdaee0bddfc7cd58d7beb1c (patch) | |
tree | 675bbdb66c28076973e85a52686fb46a2a13f516 /sound_detector/sound_detector.project | |
parent | 8c0e9c5cc8b8ed67b0545d3a69c471ccdb0a8da8 (diff) |
better sound level detection algorithm
more options
Diffstat (limited to 'sound_detector/sound_detector.project')
-rw-r--r-- | sound_detector/sound_detector.project | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound_detector/sound_detector.project b/sound_detector/sound_detector.project index 7f24235..3b68ebd 100644 --- a/sound_detector/sound_detector.project +++ b/sound_detector/sound_detector.project @@ -33,7 +33,7 @@ <Library Value="vorbisenc"/> </Linker> <ResourceCompiler Options="" Required="no"/> - <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d0 -o." UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> + <General OutputFile="$(IntermediateDirectory)/$(ProjectName)" IntermediateDirectory="./Debug" Command="./$(ProjectName)" CommandArguments="-d0 -o. -s 5,2 -S 3,5" UseSeparateDebugArgs="no" DebugArguments="" WorkingDirectory="$(IntermediateDirectory)" PauseExecWhenProcTerminates="yes"/> <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[]]> </Environment> @@ -74,6 +74,8 @@ <Environment EnvVarSetName="<Use Defaults>" DbgSetName="<Use Defaults>"> <![CDATA[ + + ]]> </Environment> <Debugger IsRemote="no" RemoteHostName="" RemoteHostPort="" DebuggerPath=""> |