mmsyn6ukr 0.6.1.0 → 0.6.2.0
raw patch · 3 files changed
+8/−2 lines, 3 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
+ Melodics.Ukrainian: takeData :: FilePath -> IO ByteString
Files
- ChangeLog.md +4/−0
- Melodics/Ukrainian.hs +3/−1
- mmsyn6ukr.cabal +1/−1
ChangeLog.md view
@@ -103,3 +103,7 @@ ## 0.6.1.0 -- 2019-12-24 * Sixth version revised A. Changed the dependencies bounds so that it can now be compiled for the GHC 8.8.1.++## 0.6.2.0 -- 2019-12-24++* Sixth version revised B. Changed the imported functions in the Melodics.Ukrainian module.
Melodics/Ukrainian.hs view
@@ -11,7 +11,8 @@ module Melodics.Ukrainian ( appendS16LEFile,- convertToProperUkrainian+ convertToProperUkrainian,+ takeData ) where import Data.Char@@ -29,6 +30,7 @@ data Triple = Z | O | T deriving (Eq,Ord,Show) +-- | Function to take raw sound data from the \".wav\" file given. takeData :: FilePath -> IO B.ByteString takeData file = do data1 <- B.readFile file
mmsyn6ukr.cabal view
@@ -2,7 +2,7 @@ -- documentation, see http://haskell.org/cabal/users-guide/ name: mmsyn6ukr-version: 0.6.1.0+version: 0.6.2.0 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