This is an automated email from the git hooks/post-receive script. rafael pushed a commit to branch master in repository praat.
commit 76fee470de9c7a6087f7fd46b2bf1988fbc2d8fc Merge: f209332 6b42da1 Author: Rafael Laboissiere <[email protected]> Date: Sat Jan 14 16:46:56 2017 -0200 Merge tag 'upstream/6.0.23' Upstream version 6.0.23 EEG/praat_EEG.cpp | 1266 +- FFNet/FFNet.cpp | 40 + FFNet/FFNet.h | 9 +- artsynth/Speaker.h => FFNet/praat_FFNet.h | 29 +- FFNet/praat_FFNet_init.cpp | 1074 +- LPC/Cepstrogram.cpp | 4 +- LPC/Cepstrogram.h | 2 +- LPC/Cepstrum.cpp | 18 +- LPC/LPC_and_LineSpectralFrequencies.cpp | 4 +- LPC/LPC_and_LineSpectralFrequencies.h | 2 +- LPC/LPC_and_Polynomial.cpp | 8 +- LPC/LineSpectralFrequencies.cpp | 2 +- LPC/manual_LPC.cpp | 5 + LPC/praat_LPC_init.cpp | 1982 +- artsynth/Artword.cpp | 4 +- artsynth/Artword.h | 4 +- artsynth/Speaker.cpp | 4 +- artsynth/Speaker.h | 4 +- artsynth/praat_Artsynth.cpp | 513 +- contrib/ola/Makefile | 6 +- contrib/ola/praat_contrib_Ola_KNN.cpp | 1290 +- dwsys/Eigen.cpp | 2 +- dwsys/Index.cpp | 59 +- dwsys/Index.h | 22 +- dwsys/Index_def.h | 4 +- dwsys/Makefile | 2 +- dwsys/NUMstring.cpp | 20 +- dwsys/Permutation_and_Index.cpp | 6 +- dwtest/old_type.MelFilter | 29349 +++++++++++++++++++ dwtest/polynomial_formatVersion0.Polynomial | 11 + dwtest/test_DataModeler.praat | 101 + dwtest/test_Eigen.praat | 50 + dwtest/test_FFNet.praat | 65 + dwtest/test_KlattGrid.praat | 6 +- dwtest/test_LPC.praat | 78 +- dwtest/test_MDS.praat | 357 +- dwtest/test_angle_between_planes.praat | 9 +- dwtest/test_spectrogramTypes.praat | 82 + dwtools/ActivationList.cpp | 2 +- dwtools/ClassificationTable.cpp | 2 +- dwtools/Confusion.cpp | 16 +- dwtools/DTW.cpp | 1 - dwtools/DTW.h | 2 + dwtools/DataModeler.cpp | 74 +- dwtools/DataModeler.h | 17 +- dwtools/Excitations.cpp | 64 +- dwtools/Excitations.h | 11 +- dwtools/HMM.cpp | 6 +- dwtools/ICA.cpp | 23 + dwtools/ICA.h | 3 +- dwtools/LongSound_extensions.cpp | 2 +- dwtools/MDS.cpp | 170 +- dwtools/MDS.h | 87 +- dwtools/OptimalCeilingTierEditor.h | 2 +- dwtools/PCA.cpp | 11 + dwtools/PCA.h | 2 + dwtools/Polygon_extensions.cpp | 2 +- dwtools/Polygon_extensions.h | 4 +- dwtools/Polynomial_def.h | 4 +- dwtools/SpeechSynthesizer.cpp | 3 +- dwtools/Strings_extensions.cpp | 2 +- dwtools/TableOfReal_extensions.cpp | 10 +- dwtools/TableOfReal_extensions.h | 6 +- dwtools/Table_extensions.cpp | 10 +- dwtools/Table_extensions.h | 10 +- dwtools/TextGrid_extensions.cpp | 12 +- dwtools/VowelEditor.cpp | 6 +- dwtools/manual_dwtools.cpp | 47 +- dwtools/praat_BSS_init.cpp | 814 +- dwtools/praat_DataModeler_init.cpp | 1949 +- dwtools/praat_David_init.cpp | 12932 ++++---- dwtools/praat_HMM_init.cpp | 1433 +- dwtools/praat_KlattGrid_init.cpp | 1406 +- dwtools/praat_MDS_init.cpp | 2663 +- external/espeak/READ_ME.TXT | 3 + external/espeak/synthdata.cpp | 4 +- external/espeak/voices.cpp | 34 +- external/gsl/gsl__config.h | 4 +- external/gsl/gsl_eigen__gen.c | 2 +- external/gsl/gsl_eigen__genherm.c | 2 +- external/gsl/gsl_eigen__genhermv.c | 2 +- external/gsl/gsl_eigen__gensymm.c | 2 +- external/gsl/gsl_eigen__gensymmv.c | 2 +- external/gsl/gsl_eigen__genv.c | 2 +- fon/AmplitudeTier.cpp | 10 +- fon/ExperimentMFC.cpp | 2 +- fon/Formant.cpp | 9 +- fon/FormantGridEditor.cpp | 4 +- fon/FunctionEditor.cpp | 10 +- fon/Harmonicity.cpp | 14 +- fon/LongSound.cpp | 4 +- fon/LongSound.h | 6 +- fon/Makefile | 7 +- fon/ManipulationEditor.cpp | 6 +- fon/ParamCurve.cpp | 24 +- fon/PointEditor.cpp | 2 +- fon/PointProcess.cpp | 10 +- fon/Praat_tests.cpp | 66 + fon/RealTier.cpp | 2 +- fon/RealTier.h | 4 +- fon/RealTierEditor.cpp | 8 +- fon/RealTier_def.h | 13 +- fon/Sampled.cpp | 2 +- fon/Sound.cpp | 19 +- fon/Sound.h | 14 +- fon/SoundRecorder.cpp | 22 +- fon/SoundRecorder.h | 12 +- fon/Sound_audio.cpp | 27 +- fon/Sound_files.cpp | 12 +- fon/TextGrid.cpp | 8 +- fon/TextGrid.h | 4 +- fon/TextGridEditor.cpp | 20 +- fon/TimeSoundAnalysisEditor.cpp | 42 +- fon/TimeSoundEditor.cpp | 36 +- fon/{manual_Exp.cpp => manual_ExperimentMFC.cpp} | 10 +- fon/manual_Script.cpp | 23 +- fon/manual_sound.cpp | 16 +- fon/manual_tutorials.cpp | 16 +- fon/praat_Exp.cpp | 170 - fon/praat_ExperimentMFC.cpp | 158 + sys/InfoEditor.h => fon/praat_ExperimentMFC.h | 29 +- fon/praat_Fon.cpp | 8974 ++---- fon/praat_Matrix.cpp | 927 + artsynth/Speaker.h => fon/praat_Matrix.h | 30 +- fon/praat_Sound.cpp | 2407 ++ sys/InfoEditor.h => fon/praat_Sound.h | 29 +- fon/praat_Sound_init.cpp | 2738 -- fon/praat_TextGrid_init.cpp | 2966 +- fon/praat_Tiers.cpp | 1890 ++ artsynth/Speaker.h => fon/praat_Tiers.h | 29 +- fon/praat_TimeFrameSampled.cpp | 68 + sys/InfoEditor.h => fon/praat_TimeFrameSampled.h | 24 +- fon/praat_TimeFunction.cpp | 115 + fon/praat_TimeFunction.h | 42 + fon/praat_TimeTier.cpp | 116 + artsynth/Speaker.h => fon/praat_TimeTier.h | 27 +- fon/praat_TimeVector.h | 51 + sys/InfoEditor.h => fon/praat_uvafon.h | 24 +- gram/Network.cpp | 10 +- gram/OTGrammar.cpp | 10 +- gram/OTGrammar.h | 8 +- gram/OTGrammar_def.h | 2 +- gram/manual_gram.cpp | 7 +- gram/praat_gram.cpp | 3255 +- kar/longchar.cpp | 18 +- kar/longchar.h | 3 +- main/{praat_cocoa.plist => praat.plist} | 0 makefile | 7 +- makefiles/makefile.defs.linux.barren | 4 +- makefiles/makefile.defs.linux.pulse | 4 +- stat/Makefile | 5 +- stat/Regression_def.h | 3 +- stat/Table_def.h | 9 +- stat/praat_Stat.cpp | 2490 +- stat/praat_TableOfReal.cpp | 553 + sys/InfoEditor.h => stat/praat_TableOfReal.h | 31 +- sys/Collection.cpp | 14 +- sys/Collection.h | 4 +- sys/DataEditor.cpp | 4 +- sys/DemoEditor.cpp | 2 +- sys/EditorM.h | 17 +- sys/Formula.cpp | 86 +- sys/Gui.h | 6 +- sys/GuiButton.cpp | 3 +- sys/GuiMenu.cpp | 2 + sys/InfoEditor.cpp | 33 +- sys/InfoEditor.h | 4 +- sys/Makefile | 7 +- sys/Manual.cpp | 4 +- sys/MelderGui.cpp | 379 + sys/Strings.cpp | 18 +- sys/TextEditor.cpp | 67 +- sys/TextEditor.h | 4 +- sys/Thing.cpp | 6 +- sys/Thing.h | 22 +- sys/Ui.cpp | 297 +- sys/Ui.h | 34 +- sys/melder.cpp | 375 +- sys/melder.h | 6 +- sys/melder_audio.cpp | 212 +- sys/melder_audiofiles.cpp | 2 +- sys/melder_debug.cpp | 2 +- sys/melder_info.cpp | 11 +- sys/praat.cpp | 80 +- sys/praat.h | 513 +- sys/praatP.h | 29 +- sys/praat_actions.cpp | 39 +- sys/praat_library.cpp | 54 + sys/praat_menuCommands.cpp | 105 +- sys/praat_objectMenus.cpp | 531 +- sys/praat_picture.cpp | 1576 +- sys/praat_statistics.cpp | 2 +- sys/praat_version.h | 8 +- test/contrib/kNN.praat | 8 +- .../Sounds/M1F1-float32-AFsp.wav | Bin .../Sounds/again.wav | Bin .../{fon Exp => fon ExperimentMFC}/Sounds/heed.wav | Bin test/{fon Exp => fon ExperimentMFC}/Sounds/hid.wav | Bin .../{fon Exp => fon ExperimentMFC}/Sounds/hood.wav | Bin test/{fon Exp => fon ExperimentMFC}/Sounds/hud.wav | Bin .../Sounds/weSayTheWord.wav | Bin .../continuousGoodness.ExperimentMFC | 0 .../csl.ExperimentMFC | 0 .../experimentMFC.praat | 0 .../hoofdletters.ExperimentMFC | 0 .../pictures.ExperimentMFC | 0 .../pictures/paul.jpg | Bin .../pictures/silke.jpg | Bin .../simplest.ExperimentMFC | 0 .../simplest_broken.ExperimentMFC | 0 .../simplest_missing.ExperimentMFC | 0 .../stereo.ExperimentMFC | 0 .../test.ExperimentMFC | 0 .../version3.ExperimentMFC | 0 .../version4.ExperimentMFC | 0 .../version6.ExperimentMFC | 0 216 files changed, 58458 insertions(+), 32183 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
