mmsyn7ukr 0.14.0.0 → 0.14.0.1
raw patch · 3 files changed
+6/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- Main.hs +1/−1
- mmsyn7ukr.cabal +1/−1
ChangeLog.md view
@@ -211,3 +211,7 @@ being called with default values. Added a new function 'recB' to the SoXBasics module. Reduced the size of the test file "y.wav". Changed the 'tempS' function, so that now it returns alse the needed pause duration, which you can specify as a Double value after the '#' sign after the input duration ratio. By default, it is equal to 0.5, that means the duration of the pause before the SoX actually will record a sound data is equal to 0.5 second.++## 0.14.0.1 -- 2020-02-08++* Fourteenth version revised A. Fixed the version number.
Main.hs view
@@ -39,7 +39,7 @@ putStr "list-of-produced-sound-representations (if any) -- a list of sound representations, which the program will try to produce while being executed. " putStrLn "The default one (if not specified) is a full range of needed sound representations. " "-v" -> do- putStrLn "mmsyn7ukr version: 0.13.0.1"+ putStrLn "mmsyn7ukr version: 0.14.0.1" "-t" -> do putStrLn "The program plays now a service sound for a 0.5 second. It uses just that duration for a pause before you can record a sound representation further." path0 <- getDataFileName "y.wav"
mmsyn7ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn7ukr-version: 0.14.0.0+version: 0.14.0.1 synopsis: A simple basic interface to some SoX functionality or to produce a voice that can be used by mmsyn7h description: A program and a library that can be used as a simple basic interface to some SoX functionality or to produce your voice in Ukrainian (if you pronounce the sounds properly) represented by the separate sounds or something special like soft sign. homepage: https://hackage.haskell.org/package/mmsyn7ukr