packages feed

mmsyn7h 0.7.3.0 → 0.7.3.1

raw patch · 4 files changed

+10/−5 lines, 4 files

Files

ChangeLog.md view
@@ -109,3 +109,7 @@ third and more command line arguments (no matter whether you specify to remove them or not). Changed the 'main7h' function and its realization. The possibility to clean sound files is now controlled by the separate prompt after inputing the text to be sounded. For this, a new function 'defineClean' is used.++## 0.7.3.1 -- 2020-03-11++* Seventh version revised H. Fixed issue with deprecated information in the README.markdown file.
MMSyn7h.hs view
@@ -55,14 +55,14 @@           putStrLn "mmsyn7h -v"           putStr "If \"-h\" is specified, then you will see this message. If \"-v\" is specified, then you will see the version of the package mmsyn7h. "           putStrLn "If something else (not null) is specified then the program runs further. "-    "-v" -> putStrLn "mmsyn7h version: 0.7.3.0"+    "-v" -> putStrLn "mmsyn7h version: 0.7.3.1"     nameOfSoundFile    -> bracketOnError (do           dir <- getCurrentDirectory           putStrLn "You are now in the directory: "            putStrLn $ show dir           putStrLn ""           putStrLn "You could specify a name of the resulting file and then the control parameters for the output speech file as the second command line argument to the running program mmsyn7h! "-          putStrLn "See https://hackage.haskell.org/package/mmsyn6ukr-0.6.2.0/docs/UkrainianLControl.html#v:genControl for more information."+          putStrLn "See https://hackage.haskell.org/package/mmsyn6ukr-0.6.3.1/docs/UkrainianLControl.html#v:genControl for more information."           putStr "You could specify e. g. \"o9-1\" or \"o5-1\" (and the most compressed audio in the .ogg format will be produced) or other option. "           putStrLn "If you have not specified the name and the parameters and now would like to, please, terminate the running program and execute it again with the proper command line arguments. "           putStrLn ""
README.markdown view
@@ -44,5 +44,6 @@ If you do not specify the Ukrainian text as the third and the next command line arguments, then the resulting file will be played just after it is created by the program. To remove all the created sound files from the directory,-please, specify in such a case the first character in the input as "0". Otherwise,-the program will not remove any records (if they are not overwritten). +please, specify the first character in the line when being promted to define+whether to remove sound files as "y". Otherwise, the program will not remove+any sound files while being executed.
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7h-version:             0.7.3.0+version:             0.7.3.1 synopsis:            Produces a sound recording specified by the Ukrainian text. description:         A program and a library that are used with mmsyn7ukr (or separately) and are similar to mmsyn6ukr executable. The program uses the data files in the current directory instead of ones in the system defined directories. It reads Ukrainian text with the given by data files sounds. homepage:            https://hackage.haskell.org/package/mmsyn7h