[med-svn] [praat] 10/14: Merge tag 'upstream/6.0.3'

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sun Nov 1 19:08:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

rlaboiss-guest pushed a commit to branch master
in repository praat.

commit dc1691d2cae385410406c8cfe52708a1243aa94d
Merge: 59f3abb d7b3a42
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Oct 31 14:44:57 2015 -0200

    Merge tag 'upstream/6.0.3'
    
    Upstream version 6.0.3

 EEG/EEG.cpp                                  |  16 +-
 LPC/Cepstrogram.cpp                          |   4 +-
 LPC/LPC_to_Spectrogram.cpp                   |   4 +-
 LPC/Sound_and_LPC.cpp                        |   2 +-
 LPC/Sound_and_LPC_robust.cpp                 |   6 +-
 artsynth/Art_Speaker_to_VocalTract.cpp       |   4 +-
 artsynth/Art_Speaker_to_VocalTract.h         |   4 +-
 artsynth/Articulation.cpp                    |   2 +-
 artsynth/Articulation.h                      |   2 +-
 artsynth/Artword_Speaker.cpp                 |  13 +-
 artsynth/Artword_Speaker_Sound.cpp           |   6 +-
 artsynth/Artword_to_Art.cpp                  |   4 +-
 artsynth/Artword_to_Art.h                    |   4 +-
 artsynth/Delta.cpp                           |   4 +-
 artsynth/Delta.h                             |   2 +-
 artsynth/Speaker.cpp                         |   5 +-
 artsynth/Speaker.h                           |   2 +-
 artsynth/Speaker_to_Delta.cpp                |   4 +-
 artsynth/Speaker_to_Delta.h                  |   2 +-
 artsynth/praat_Artsynth.cpp                  |   3 +-
 dwtest/test_Sound_draw_where.praat           |   1 +
 dwtest/test_sigma_ellipse.praat              |   2 +
 dwtools/CCA.cpp                              |   5 +-
 dwtools/CategoriesEditor.cpp                 |  38 +--
 dwtools/DTW_and_TextGrid.cpp                 |  40 +--
 dwtools/DTW_and_TextGrid.h                   |  13 +-
 dwtools/Discriminant.cpp                     |   8 +-
 dwtools/EditDistanceTable.cpp                |  62 ++--
 dwtools/EditDistanceTable.h                  |  18 +-
 dwtools/EditDistanceTable_def.h              |   4 +-
 dwtools/Eigen_and_Matrix.cpp                 |  32 +-
 dwtools/Eigen_and_Matrix.h                   |   6 +-
 dwtools/Eigen_and_Procrustes.cpp             |   7 +-
 dwtools/Eigen_and_Procrustes.h               |   4 +-
 dwtools/Eigen_and_SSCP.cpp                   |  18 +-
 dwtools/Eigen_and_SSCP.h                     |   7 +-
 dwtools/Eigen_and_TableOfReal.cpp            |  16 +-
 dwtools/Eigen_and_TableOfReal.h              |  10 +-
 dwtools/Excitations.cpp                      |  18 +-
 dwtools/Excitations.h                        |  10 +-
 dwtools/FormantGrid_extensions.h             |   2 +-
 dwtools/GaussianMixture.cpp                  |  86 +++---
 dwtools/GaussianMixture.h                    |  55 ++--
 dwtools/HMM.cpp                              | 368 +++++++++++------------
 dwtools/HMM.h                                |  68 ++---
 dwtools/HMM_def.h                            |  22 +-
 dwtools/ICA.cpp                              |  64 ++--
 dwtools/ICA.h                                |  48 +--
 dwtools/Intensity_extensions.cpp             |  23 +-
 dwtools/Intensity_extensions.h               |   8 +-
 dwtools/KlattGrid.cpp                        |   2 +-
 dwtools/KlattTable.cpp                       | 115 ++++----
 dwtools/KlattTable.h                         |  18 +-
 dwtools/LFCC.cpp                             |   7 +-
 dwtools/LFCC.h                               |   4 +-
 dwtools/LongSound_extensions.cpp             |   7 +-
 dwtools/Matrix_Categories.cpp                |   6 +-
 dwtools/Matrix_Categories.h                  |   4 +-
 dwtools/Matrix_extensions.cpp                |  52 ++--
 dwtools/Matrix_extensions.h                  |   7 +-
 dwtools/OptimalCeilingTier.cpp               |  10 +-
 dwtools/OptimalCeilingTier.h                 |   4 +-
 dwtools/PCA.cpp                              |  46 ++-
 dwtools/PCA.h                                |  16 +-
 dwtools/Pitch_extensions.cpp                 |  73 +++--
 dwtools/Pitch_extensions.h                   |   8 +-
 dwtools/Polygon_extensions.cpp               |  83 +++---
 dwtools/Polygon_extensions.h                 |  36 ++-
 dwtools/Procrustes.cpp                       |   8 +-
 dwtools/Procrustes.h                         |   4 +-
 dwtools/Resonator.cpp                        |  14 +-
 dwtools/Resonator.h                          |   8 +-
 dwtools/Sound_and_FilterBank.cpp             | 421 ---------------------------
 dwtools/Sound_and_FilterBank.h               |  58 ----
 dwtools/Sound_and_PCA.cpp                    |  18 +-
 dwtools/Sound_and_PCA.h                      |  12 +-
 dwtools/Sound_and_Spectrogram_extensions.cpp |  36 +--
 dwtools/Sound_and_Spectrogram_extensions.h   |  15 +-
 dwtools/Sound_extensions.cpp                 | 255 ++++++++--------
 dwtools/Sound_extensions.h                   |  69 ++---
 dwtools/SpeechSynthesizer.cpp                |  11 +-
 dwtools/SpeechSynthesizer.h                  |   4 +-
 dwtools/SpeechSynthesizer_and_TextGrid.cpp   |  69 +++--
 dwtools/SpeechSynthesizer_and_TextGrid.h     |  12 +-
 dwtools/manual_BSS.cpp                       |  28 +-
 dwtools/manual_HMM.cpp                       |  40 +--
 dwtools/praat_BSS_init.cpp                   |  57 ++--
 dwtools/praat_David_init.cpp                 | 247 +++++++++-------
 dwtools/praat_HMM_init.cpp                   | 192 ++++++------
 fon/AmplitudeTier.cpp                        |   3 +-
 fon/FormantGrid.cpp                          |   8 +-
 fon/IntensityTier.cpp                        |  12 +-
 fon/Ltas_to_SpectrumTier.cpp                 |   3 +-
 fon/PitchTier.cpp                            |   3 +-
 fon/PointEditor.cpp                          |   2 +-
 fon/Praat_tests.cpp                          |   2 +
 fon/RealTier.cpp                             |  34 +--
 fon/RealTier.h                               |  18 +-
 fon/Sound.cpp                                |  88 +++---
 fon/Sound.h                                  |  68 ++---
 fon/SoundEditor.cpp                          |  10 +-
 fon/SoundRecorder.cpp                        |  30 +-
 fon/Sound_PointProcess.cpp                   |   4 +-
 fon/Sound_PointProcess.h                     |   4 +-
 fon/Sound_and_Spectrogram.cpp                |   8 +-
 fon/Sound_and_Spectrogram.h                  |   6 +-
 fon/Sound_and_Spectrum.cpp                   |  24 +-
 fon/Sound_and_Spectrum.h                     |  14 +-
 fon/Sound_audio.cpp                          |   4 +-
 fon/Sound_enhance.cpp                        |  10 +-
 fon/Sound_files.cpp                          |  20 +-
 fon/Sound_to_Cochleagram.cpp                 |  12 +-
 fon/Sound_to_Cochleagram.h                   |   6 +-
 fon/Sound_to_Formant.cpp                     |  21 +-
 fon/Sound_to_Formant.h                       |  10 +-
 fon/Sound_to_Harmonicity.cpp                 |   8 +-
 fon/Sound_to_Harmonicity.h                   |   8 +-
 fon/Sound_to_Harmonicity_GNE.cpp             |   6 +-
 fon/Sound_to_Intensity.cpp                   |  11 +-
 fon/Sound_to_Intensity.h                     |   2 +-
 fon/Sound_to_Pitch.h                         |   2 +-
 fon/Spectrogram.cpp                          |  12 +-
 fon/Spectrogram.h                            |   6 +-
 fon/Spectrum.cpp                             |  20 +-
 fon/Spectrum.h                               |  12 +-
 fon/SpectrumTier.cpp                         |  10 +-
 fon/SpectrumTier.h                           |   6 +-
 fon/Spectrum_and_Spectrogram.cpp             |  10 +-
 fon/Spectrum_and_Spectrogram.h               |   6 +-
 fon/Spectrum_to_Excitation.cpp               |   4 +-
 fon/Spectrum_to_Excitation.h                 |   4 +-
 fon/Spectrum_to_Formant.cpp                  |   4 +-
 fon/Spectrum_to_Formant.h                    |   4 +-
 fon/SpellingChecker.cpp                      |   8 +-
 fon/SpellingChecker.h                        |   6 +-
 fon/TextGrid.cpp                             | 145 ++++-----
 fon/TextGrid.h                               |  68 ++---
 fon/TextGridEditor.cpp                       |  19 +-
 fon/TextGrid_Sound.cpp                       |  16 +-
 fon/TextGrid_Sound.h                         |   6 +-
 fon/TimeSoundAnalysisEditor.cpp              |  57 ++--
 fon/TimeSoundAnalysisEditor.h                |   4 +-
 fon/TimeSoundEditor.cpp                      |   2 +-
 fon/Transition.cpp                           |  16 +-
 fon/Transition.h                             |   8 +-
 fon/VocalTract.cpp                           |  16 +-
 fon/VocalTract.h                             |   8 +-
 fon/VocalTract_to_Spectrum.cpp               |   4 +-
 fon/VocalTract_to_Spectrum.h                 |   4 +-
 fon/WordList.cpp                             |  16 +-
 fon/WordList.h                               |   4 +-
 fon/manual_Script.cpp                        |  33 ++-
 fon/manual_tutorials.cpp                     |   9 +-
 fon/praat_Fon.cpp                            |  10 +-
 fon/praat_Sound_init.cpp                     |  37 +--
 sys/praat.cpp                                |  17 +-
 sys/praat_version.h                          |   6 +-
 157 files changed, 1953 insertions(+), 2357 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/praat.git



More information about the debian-med-commit mailing list