Libraries
»
lame
(0.0.4)
»
Index
»
LAME
»
Decoding
»
DecodedFrame
»
#samples
Method: LAME::Decoding::DecodedFrame#samples
Defined in:
lib/lame/decoding/decoded_frame.rb
#
samples
⇒
Object
19 20 21
# File 'lib/lame/decoding/decoded_frame.rb', line 19
def
samples
left
.
zip
(
right
)
end