aubio 0.2.2 → 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,7 +1,7 @@
1
1
  require 'ffi'
2
2
 
3
3
  module Aubio
4
- module Api #:nodoc
4
+ module LegacyApi #:nodoc
5
5
  extend FFI::Library
6
6
  # idea inspired by https://github.com/qoobaa/magic/blob/master/lib/magic/api.rb
7
7
  lib_paths = Array(ENV["AUBIO_LIB"] || Dir["/{opt,usr}/{,local/}{lib,lib64,Cellar/aubio**}/libaubio.{*.dylib,so.*}"])
data/lib/aubio/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Aubio
2
- VERSION = "0.2.2"
2
+ VERSION = "0.3.0"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aubio
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Xavier Riley
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-04-30 00:00:00.000000000 Z
11
+ date: 2017-05-31 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: ffi
@@ -66,6 +66,34 @@ dependencies:
66
66
  - - "~>"
67
67
  - !ruby/object:Gem::Version
68
68
  version: '5.0'
69
+ - !ruby/object:Gem::Dependency
70
+ name: pry
71
+ requirement: !ruby/object:Gem::Requirement
72
+ requirements:
73
+ - - ">="
74
+ - !ruby/object:Gem::Version
75
+ version: '0'
76
+ type: :development
77
+ prerelease: false
78
+ version_requirements: !ruby/object:Gem::Requirement
79
+ requirements:
80
+ - - ">="
81
+ - !ruby/object:Gem::Version
82
+ version: '0'
83
+ - !ruby/object:Gem::Dependency
84
+ name: ffi_gen
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - ">="
88
+ - !ruby/object:Gem::Version
89
+ version: '0'
90
+ type: :development
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - ">="
95
+ - !ruby/object:Gem::Version
96
+ version: '0'
69
97
  description: Aubio is a tool designed for the extraction of annotations from audio
70
98
  signals. Its features include segmenting a sound file before each of its attacks,
71
99
  performing pitch detection, tapping the beat and producing midi streams from live
@@ -83,13 +111,15 @@ files:
83
111
  - LICENSE.txt
84
112
  - README.md
85
113
  - Rakefile
114
+ - aubio-ffi-generator.rb
86
115
  - aubio.gemspec
87
116
  - aubio.rb
88
117
  - bin/console
89
118
  - bin/setup
90
119
  - lib/aubio.rb
91
- - lib/aubio/api.rb
120
+ - lib/aubio/aubio-ffi.rb
92
121
  - lib/aubio/beats.rb
122
+ - lib/aubio/legacy_api.rb
93
123
  - lib/aubio/onsets.rb
94
124
  - lib/aubio/pitches.rb
95
125
  - lib/aubio/version.rb
@@ -113,9 +143,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
113
143
  version: '0'
114
144
  requirements: []
115
145
  rubyforge_project:
116
- rubygems_version: 2.4.6
146
+ rubygems_version: 2.6.7
117
147
  signing_key:
118
148
  specification_version: 4
119
149
  summary: Ruby bindings for the aubio audio library
120
150
  test_files: []
121
- has_rdoc: