Module: Sound

Defined in:
lib/sound.rb,
lib/sound/data.rb,
lib/sound/device.rb,
lib/sound/format.rb,
lib/sound/device_library.rb,
lib/sound/format_library.rb,
lib/sound/device_library/alsa.rb,
lib/sound/device_library/base.rb,
lib/sound/format_library/alsa.rb,
lib/sound/format_library/base.rb,
lib/sound/device_library/mmlib.rb,
lib/sound/format_library/mmlib.rb

Defined Under Namespace

Modules: DeviceLibrary, FormatLibrary, Library Classes: Data, Device, Format, NoDependencyError, NoDeviceError

Class Attribute Summary collapse

Class Attribute Details

.device_libraryObject

Returns the value of attribute device_library.



11
12
13
# File 'lib/sound.rb', line 11

def device_library
  @device_library
end

.format_libraryObject

Returns the value of attribute format_library.



11
12
13
# File 'lib/sound.rb', line 11

def format_library
  @format_library
end

.no_deviceObject

Returns the value of attribute no_device.



11
12
13
# File 'lib/sound.rb', line 11

def no_device
  @no_device
end

.platform_supportedObject

Returns the value of attribute platform_supported.



11
12
13
# File 'lib/sound.rb', line 11

def platform_supported
  @platform_supported
end

.verboseObject

Returns the value of attribute verbose.



11
12
13
# File 'lib/sound.rb', line 11

def verbose
  @verbose
end