nttcslab-sp / kaldiio

A pure python module for reading and writing kaldi ark files
Other
248 stars 35 forks source link

Fix: #30 Mutli channel wave file #31

Closed kamo-naoyuki closed 5 years ago

kamo-naoyuki commented 5 years ago

30

codecov-io commented 5 years ago

Codecov Report

Merging #31 into master will decrease coverage by 5.66%. The diff coverage is 64.55%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #31      +/-   ##
==========================================
- Coverage   87.69%   82.03%   -5.67%     
==========================================
  Files           6        7       +1     
  Lines        1024     1308     +284     
==========================================
+ Hits          898     1073     +175     
- Misses        126      235     +109
Impacted Files Coverage Δ
kaldiio/matio.py 90.41% <100%> (+0.31%) :arrow_up:
kaldiio/utils.py 83.91% <100%> (-0.43%) :arrow_down:
kaldiio/wavio.py 92.3% <100%> (+1.39%) :arrow_up:
kaldiio/python_wave.py 63.15% <63.15%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 39b6140...a3a7ad2. Read the comment docs.