[med-svn] [praat] branch master updated (df292b8 -> 9f1c8f7)
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Thu Jan 29 00:34:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a change to branch master
in repository praat.
from df292b8 Upload to unstable
new ceb9404 Imported Upstream version 5.4.4
new 81581ed Merge tag 'upstream/5.4.4'
new 163b5a0 Update upstream changelog
new 9f1c8f7 Prepare d/changelog for the next release
The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
LPC/Cepstrogram.cpp | 2 +
LPC/manual_LPC.cpp | 35 +-
LPC/praat_LPC_init.cpp | 11 +-
debian/What_s_new_.html | 34 +-
debian/changelog | 6 +
dwsys/NUM2.cpp | 25 +-
dwsys/NUM2.h | 7 +-
dwtest/test_Discriminant.praat | 20 +-
dwtools/ClassificationTable.cpp | 28 +-
dwtools/ClassificationTable.h | 4 +-
dwtools/Confusion.cpp | 22 +-
dwtools/Confusion.h | 2 +
dwtools/EEG_extensions.h | 2 +-
dwtools/FilterBank.cpp | 654 +++++++++++++++++++-
dwtools/FilterBank.h | 53 +-
dwtools/KlattGrid.cpp | 4 +-
dwtools/MFCC.cpp | 10 +-
dwtools/MFCC.h | 18 +-
dwtools/Makefile | 8 +-
dwtools/MelFilter_and_MFCC.cpp | 213 -------
dwtools/MelFilter_and_MFCC.h | 62 --
dwtools/Polygon_extensions.cpp | 2 +-
dwtools/Sound_and_FilterBank.cpp | 421 -------------
dwtools/Sound_and_Spectrogram_extensions.cpp | 397 ++++++++++++
...erBank.h => Sound_and_Spectrogram_extensions.h} | 28 +-
dwtools/Sound_extensions.cpp | 32 +-
dwtools/Sound_to_MFCC.cpp | 11 +-
dwtools/Sounds_to_DTW.h | 4 +-
dwtools/Spectrogram_extensions.cpp | 639 +++++++++++++++++++
dwtools/Spectrogram_extensions.h | 134 ++++
dwtools/TableOfReal_extensions.cpp | 22 +-
dwtools/TableOfReal_extensions.h | 4 +-
dwtools/TextGrid_extensions.cpp | 6 +-
dwtools/VowelEditor.cpp | 39 +-
dwtools/VowelEditor.h | 9 +-
dwtools/manual_dwtools.cpp | 213 +++++--
dwtools/praat_David_init.cpp | 675 ++++++++++++++++++---
external/espeak/speech.h | 2 +-
external/flac/READ_ME.TXT | 15 +-
external/flac/flac_FLAC_metadata.h | 3 -
external/flac/flac_metadata_iterators.c | 2 -
external/flac/flac_stream_decoder.c | 4 -
external/flac/flac_stream_encoder.c | 4 -
fon/FunctionEditor.cpp | 12 +-
fon/Sampled.cpp | 6 +-
fon/Sound.cpp | 12 +-
fon/SoundRecorder.cpp | 6 +-
fon/Sound_to_Formant.cpp | 2 +-
fon/Sound_to_Pitch.cpp | 2 +-
fon/Spectrum.cpp | 12 +-
fon/TextGrid.cpp | 22 +-
fon/TextGridEditor.cpp | 2 +
fon/TextGrid_def.h | 4 +-
fon/manual_Script.cpp | 41 +-
fon/manual_tutorials.cpp | 19 +-
makefiles/makefile.defs.linux.alsa | 4 +-
makefiles/makefile.defs.linux.silent | 4 +-
makefiles/makefile.defs.linuxc.alsa | 4 +-
makefiles/makefile.defs.linuxs.alsa | 4 +-
makefiles/makefile.defs.mingw32 | 4 +-
makefiles/makefile.defs.mingw32-490 | 4 +-
makefiles/makefile.defs.mingw32c | 4 +-
makefiles/makefile.defs.mingw64 | 4 +-
makefiles/makefile.defs.mingw64-490 | 4 +-
makefiles/makefile.defs.mingw64c | 4 +-
num/NUMarrays.cpp | 10 +-
num/NUMrandom.cpp | 9 +-
sys/Collection.h | 7 -
sys/Data.cpp | 2 +
sys/Data.h | 1 +
sys/Formula.cpp | 81 ++-
sys/Graphics.cpp | 6 +
sys/GraphicsScreen.cpp | 9 +-
sys/Graphics_image.cpp | 1 +
sys/Graphics_linesAndAreas.cpp | 68 ++-
sys/Graphics_text.cpp | 14 +-
sys/GuiLabel.cpp | 2 +-
sys/GuiList.cpp | 2 +-
sys/GuiRadioButton.cpp | 4 +
sys/GuiScrollBar.cpp | 34 +-
sys/GuiText.cpp | 8 +-
sys/Interpreter.cpp | 18 +-
sys/Strings.cpp | 4 +-
sys/TextEditor.cpp | 4 +-
sys/Thing.cpp | 6 +-
sys/UiPause.cpp | 2 +-
sys/abcio.cpp | 62 +-
sys/abcio.h | 4 +-
sys/melder.cpp | 2 +-
sys/melder.h | 63 +-
sys/melder_alloc.cpp | 93 +--
sys/melder_audio.cpp | 50 +-
sys/melder_audiofiles.cpp | 28 +-
sys/melder_files.cpp | 6 +-
sys/melder_ftoa.cpp | 12 +-
sys/melder_info.cpp | 24 +-
sys/melder_readtext.cpp | 116 ++--
sys/melder_strings.cpp | 8 +-
sys/melder_textencoding.cpp | 10 +-
sys/praat.cpp | 23 +-
sys/praat_actions.cpp | 2 +-
sys/praat_picture.cpp | 2 +-
sys/praat_script.cpp | 20 +-
sys/praat_statistics.cpp | 4 +-
sys/praat_version.h | 8 +-
test/fon/soundFiles.praat | 2 +-
test/sys/script2.praat | Bin 3930 -> 3890 bytes
107 files changed, 3528 insertions(+), 1369 deletions(-)
delete mode 100644 dwtools/MelFilter_and_MFCC.cpp
delete mode 100644 dwtools/MelFilter_and_MFCC.h
delete mode 100644 dwtools/Sound_and_FilterBank.cpp
create mode 100644 dwtools/Sound_and_Spectrogram_extensions.cpp
rename dwtools/{Sound_and_FilterBank.h => Sound_and_Spectrogram_extensions.h} (58%)
create mode 100644 dwtools/Spectrogram_extensions.cpp
create mode 100644 dwtools/Spectrogram_extensions.h
--
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