Mercurial > hg > emotion-detection-top-level
diff Code/Descriptors/Matlab/MPEG7/FromWeb/VoiceSauce/func_setwavdir.m @ 4:92ca03a8fa99 tip
Update to ICASSP 2013 benchmark
author | Dawn Black |
---|---|
date | Wed, 13 Feb 2013 11:02:39 +0000 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Code/Descriptors/Matlab/MPEG7/FromWeb/VoiceSauce/func_setwavdir.m Wed Feb 13 11:02:39 2013 +0000 @@ -0,0 +1,15 @@ +function VSData = func_setwavdir(whoami, new_dir, VSData) +% VSData = func_setmatdir(whoami, new_dir, VSData) +% Notes: Conditionally sets the global settings for wav directories +% +% Author: Yen-Liang Shue, Speech Processing and Auditory Perception Laboratory, UCLA +% Copyright UCLA SPAPL 2009 + +if (VSData.vars.linkwavdir) + VSData.vars.PD_wavdir = new_dir; + VSData.vars.MD_wavdir = new_dir; + VSData.vars.wavdir = new_dir; +else + VSData.vars.(whoami) = new_dir; +end +