packages feed

mmsyn7h 0.4.0.1 → 0.4.0.2

raw patch · 3 files changed

+6/−2 lines, 3 files

Files

ChangeLog.md view
@@ -37,3 +37,7 @@  * Fourth version revised A. Fixed an issue with the more than three command line arguments. The program now plays the file in such a case and does not remove any resulting sound files.++## 0.4.0.2 -- 2020-01-10++* Fourth version revised B. Fixed an issue with documentation for the appendS16LEFileList function.
MMSyn7h.hs view
@@ -144,7 +144,7 @@     hClose hdl                        | otherwise = return () --- | The function that actually produces a .raw file. The mapping table is given in the @Map.txt@ file, but the sound duration differs. +-- | The function that actually produces a .raw file. The mapping table is not that one given in the @Map.txt@ file so do not use it at all in such a case. -- The @[String]@ parameter is a sorted list of Ukrainian sounds to be used (for example, it can be obtained with @mmsyn7s@ executable from the same name package). appendS16LEFileList :: (V.Vector String, [String]) -> Handle -> IO () appendS16LEFileList (xs, yss) hdl | not (V.null xs) && not (null yss) = 
mmsyn7h.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn7h-version:             0.4.0.1+version:             0.4.0.2 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