Module: Sound::FormatLibrary::Base
Instance Method Summary collapse
Instance Method Details
#avg_bps ⇒ Object
11 12 13 |
# File 'lib/sound/format_library/base.rb', line 11 def avg_bps block_align * sample_rate end |
#block_align ⇒ Object
8 9 10 |
# File 'lib/sound/format_library/base.rb', line 8 def block_align (bps >> 3) * channels end |
#new_format ⇒ Object
5 6 7 |
# File 'lib/sound/format_library/base.rb', line 5 def new_format end |