packages feed

mmsyn6ukr 0.4.2.1 → 0.4.2.2

raw patch · 3 files changed

+6/−1 lines, 3 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -78,3 +78,7 @@ ## 0.4.2.1 -- 2019-12-06  * Fourth version revised I. Minor improvements to documentation.++## 0.4.2.2 -- 2019-12-06++* Fourth version revised J. Added an informative message after the creation of the .raw file.
Main.hs view
@@ -55,6 +55,7 @@          xs <- getContents          let ys = take (nSymbols (let zs = take 1 args in if null zs then [] else head zs)) xs in               withBinaryFile (nameSF ++ ".raw") AppendMode (appendS16LEFile (convertToProperUkrainian ys))+         putStrLn "The .raw file was created by the program. If there is SoX installed then it will run further. "          let ts = showE "sox" in if isJust ts                       then do                               callProcess (fromJust . unsafePerformIO . findExecutable . fromJust $ ts) ["-r22050","-c1","-L","-esigned-integer","-b16", nameSF ++ ".raw", nameSF ++ ".wav"]
mmsyn6ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/  name:                mmsyn6ukr-version:             0.4.2.1+version:             0.4.2.2 synopsis:            A musical instrument synthesizer or a tool for Ukrainian language listening description:         A program can be used as a musical instrument synthesizer or for Ukrainian speech synthesis especially for poets and writers homepage:            https://hackage.haskell.org/package/mmsyn6ukr