Skip to content

Commit

Permalink
SA - 3.1.0.147 9/1/2018
Browse files Browse the repository at this point in the history
-Fixed bug where Play and Stop buttons on Start dialog weren't restored after playback completed.
-Removed MBROLA feature.
  • Loading branch information
kgorham committed Sep 1, 2018
1 parent 09e280c commit d1191aa
Show file tree
Hide file tree
Showing 22 changed files with 12 additions and 1,635 deletions.
4 changes: 2 additions & 2 deletions Install/SpeechAnalyzer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!

#define MyAppName "Speech Analyzer MSEA"
#define MyAppVersion "3.1.0.147"
#define MyAppVersion "3.1.0.148"
#define MyAppPublisher "SIL International, Inc."
#define MyAppURL "http://www.speechanalyzer.sil.org/"
#define MyAppExeName "SA.exe"
Expand Down Expand Up @@ -39,7 +39,6 @@ Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescrip
[Files]
Source: "C:\Working\SIL\MSEA\Release\SA.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Working\SIL\MSEA\Release\SA.exe"; DestDir: "{app}"; DestName: "SAServer.exe"; Flags: ignoreversion
Source: "C:\Working\SIL\MSEA\Release\mbrola.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Working\SIL\MSEA\Release\SA_DSP.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Working\SIL\MSEA\Release\SA_ENU.dll"; DestDir: "{app}"; Flags: ignoreversion
Source: "C:\Working\SIL\MSEA\Release\SA_DEU.dll"; DestDir: "{app}"; Flags: ignoreversion
Expand Down Expand Up @@ -98,6 +97,7 @@ Name: "{app}\Training"
Type: files; Name: "{app}\SA MSEA Release Notes.txt"
Type: files; Name: "{app}\SA MSEA Roadmap.txt"
Type: files; Name: "{app}\Roadmap.txt"
Type: files; Name: "{app}\mbrola.dll"

[UninstallDelete]
Type: files; Name: "{app}\SAUtils.tlb"
Expand Down
12 changes: 0 additions & 12 deletions SpeechAnalyzer.sln
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SA", "Src\SA\Sa.vcxproj", "
{CB7EF7F0-A6EF-4E12-8AE6-D981004B8E21} = {CB7EF7F0-A6EF-4E12-8AE6-D981004B8E21}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mbrola", "Src\MBROLA\mbrola.vcxproj", "{70E56708-42C2-4233-AF98-DC57F936C968}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "zGraph", "Src\ZGraph\zGraph.vcxproj", "{F8066672-47AB-44DA-8698-AD978581A138}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "yeti.wmfsdk", "src\yeti.wmfsdk\yeti.wmfsdk.csproj", "{FECB5BEB-AB05-454A-BB14-6A554E897274}"
Expand Down Expand Up @@ -121,16 +119,6 @@ Global
{67914272-7CF2-4E5B-A0EC-54728888A13D}.Release|Mixed Platforms.Build.0 = Release|Win32
{67914272-7CF2-4E5B-A0EC-54728888A13D}.Release|Win32.ActiveCfg = Release|Win32
{67914272-7CF2-4E5B-A0EC-54728888A13D}.Release|Win32.Build.0 = Release|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Debug|Any CPU.ActiveCfg = Debug|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Debug|Mixed Platforms.Build.0 = Debug|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Debug|Win32.ActiveCfg = Debug|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Debug|Win32.Build.0 = Debug|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Release|Any CPU.ActiveCfg = Release|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Release|Mixed Platforms.ActiveCfg = Release|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Release|Mixed Platforms.Build.0 = Release|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Release|Win32.ActiveCfg = Release|Win32
{70E56708-42C2-4233-AF98-DC57F936C968}.Release|Win32.Build.0 = Release|Win32
{F8066672-47AB-44DA-8698-AD978581A138}.Debug|Any CPU.ActiveCfg = Debug|Win32
{F8066672-47AB-44DA-8698-AD978581A138}.Debug|Mixed Platforms.ActiveCfg = Debug|Win32
{F8066672-47AB-44DA-8698-AD978581A138}.Debug|Mixed Platforms.Build.0 = Debug|Win32
Expand Down
68 changes: 0 additions & 68 deletions Src/MBROLA/ipasampa.cpp

This file was deleted.

9 changes: 0 additions & 9 deletions Src/MBROLA/ipasampa.h

This file was deleted.

107 changes: 0 additions & 107 deletions Src/MBROLA/mbrola.cpp

This file was deleted.

12 changes: 0 additions & 12 deletions Src/MBROLA/mbrola.def

This file was deleted.

77 changes: 0 additions & 77 deletions Src/MBROLA/mbrola.h

This file was deleted.

Binary file removed Src/MBROLA/mbrola.rc
Binary file not shown.
Loading

0 comments on commit d1191aa

Please sign in to comment.