% Check smoothness of the labeled pitch vectors % Roger Jang, 20150416 close all; clear all; % Add necessary toolboxes addpath /users/jang/matlab/toolbox/utility addpath /users/jang/matlab/toolbox/sap % Specify the folder for audio files pvDir='D:\users\jang\books\audioSignalProcessing\voiceRecording\childSongRecording\waveFile'; % Set up options opt.type='singing'; opt.maxPitch=80; opt.maxPitchDiff=5; opt.outputDir=tempname; % Check smoothness of pitch pvSmoothCheck(pvDir, opt);