JOCLoudness 1.0.5 → 1.0.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 66110ebcbb7dc1502a197e58b4c76ad450a60251
4
- data.tar.gz: a5efe7a8e7dce8de97086233f263737068818377
3
+ metadata.gz: 043d2d78a679010269834f316cfa86814cf19c5a
4
+ data.tar.gz: 04a603a780b9718dd52c5445137bacf5b9eec2c5
5
5
  SHA512:
6
- metadata.gz: d23323ae41d5ef93542206113aa4b0696a39afb40be74757b8c7358b8699dc91c104440bd374462039cddd3a77b54c5386cc25d6de3348f7e9fda953a6d99a7f
7
- data.tar.gz: 94f6d2cc6832946a9c43d45e7c00fa22c8a137886128a050a80a074fe76135c49c64aab98f81cd2f624e2586dc40800eba78c7b435efb5feeee77b6a975eec91
6
+ metadata.gz: 868fd21cbb3af1fd0c9e61229d6721a144091365fd03c18d84607ebfc0751bcfada461b4af18ff2a76f21e5a91c94ddd8a1ed3e13548f90e6965750a0c9216bf
7
+ data.tar.gz: 5e537cef3cd7e98376bcf3450dfb07d5fd55a5df9dd4a0a9147ce4aa54f5e8738643f3d43e633fa4652d0f60325f604433dfca6944eef4e49a2b69c544825e11
data/README.md CHANGED
@@ -5,10 +5,15 @@ JOCLoudness
5
5
  The JOCLoudnessRuby is a native ruby code able to load a wav file and calculate its Loudness in LKFS following the ITU-R BS.1770
6
6
 
7
7
  Accepted formats (.WAV):
8
+
8
9
  - Headers of 16, 18, 40 bytes
10
+
9
11
  - Any sampling frequency
12
+
10
13
  - Any number of channels
14
+
11
15
  - PCM 8,16,24 bits per sample or FLOAT 32 bits per sample
16
+
12
17
 
13
18
  Note 1: This module recalculates automatically the filter coefficients depending on input file sampling frequency
14
19
 
@@ -42,6 +47,7 @@ end
42
47
 
43
48
 
44
49
  - Advanced:
50
+
45
51
  ```ruby
46
52
  require 'JOCLoudness'
47
53
 
@@ -66,3 +72,6 @@ You can download test files from https://tech.ebu.ch/loudness (See test material
66
72
 
67
73
 
68
74
  If you want more information about loudness you can go to http://www.jordicenzano.name/projects/loudness
75
+
76
+
77
+ To contact me: jordi.cenzano@gmail.com
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: JOCLoudness
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jordi Cenzano