Class: Freesound::Sound

Inherits:
Struct
  • Object
show all
Defined in:
lib/freesound/sound.rb

Instance Attribute Summary collapse

Instance Attribute Details

#analysis_framesObject

Returns the value of attribute analysis_frames

Returns:

  • (Object)

    the current value of analysis_frames



2
3
4
# File 'lib/freesound/sound.rb', line 2

def analysis_frames
  @analysis_frames
end

#analysis_statsObject

Returns the value of attribute analysis_stats

Returns:

  • (Object)

    the current value of analysis_stats



2
3
4
# File 'lib/freesound/sound.rb', line 2

def analysis_stats
  @analysis_stats
end

#avg_ratingObject

Returns the value of attribute avg_rating

Returns:

  • (Object)

    the current value of avg_rating



2
3
4
# File 'lib/freesound/sound.rb', line 2

def avg_rating
  @avg_rating
end

#bitdepthObject

Returns the value of attribute bitdepth

Returns:

  • (Object)

    the current value of bitdepth



2
3
4
# File 'lib/freesound/sound.rb', line 2

def bitdepth
  @bitdepth
end

#bitrateObject

Returns the value of attribute bitrate

Returns:

  • (Object)

    the current value of bitrate



2
3
4
# File 'lib/freesound/sound.rb', line 2

def bitrate
  @bitrate
end

#channelsObject

Returns the value of attribute channels

Returns:

  • (Object)

    the current value of channels



2
3
4
# File 'lib/freesound/sound.rb', line 2

def channels
  @channels
end

#createdObject

Returns the value of attribute created

Returns:

  • (Object)

    the current value of created



2
3
4
# File 'lib/freesound/sound.rb', line 2

def created
  @created
end

#descriptionObject

Returns the value of attribute description

Returns:

  • (Object)

    the current value of description



2
3
4
# File 'lib/freesound/sound.rb', line 2

def description
  @description
end

#durationObject

Returns the value of attribute duration

Returns:

  • (Object)

    the current value of duration



2
3
4
# File 'lib/freesound/sound.rb', line 2

def duration
  @duration
end

#filesizeObject

Returns the value of attribute filesize

Returns:

  • (Object)

    the current value of filesize



2
3
4
# File 'lib/freesound/sound.rb', line 2

def filesize
  @filesize
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



2
3
4
# File 'lib/freesound/sound.rb', line 2

def id
  @id
end

#licenseObject

Returns the value of attribute license

Returns:

  • (Object)

    the current value of license



2
3
4
# File 'lib/freesound/sound.rb', line 2

def license
  @license
end

#num_commentsObject

Returns the value of attribute num_comments

Returns:

  • (Object)

    the current value of num_comments



2
3
4
# File 'lib/freesound/sound.rb', line 2

def num_comments
  @num_comments
end

#num_downloadsObject

Returns the value of attribute num_downloads

Returns:

  • (Object)

    the current value of num_downloads



2
3
4
# File 'lib/freesound/sound.rb', line 2

def num_downloads
  @num_downloads
end

#num_ratingsObject

Returns the value of attribute num_ratings

Returns:

  • (Object)

    the current value of num_ratings



2
3
4
# File 'lib/freesound/sound.rb', line 2

def num_ratings
  @num_ratings
end

#original_filenameObject

Returns the value of attribute original_filename

Returns:

  • (Object)

    the current value of original_filename



2
3
4
# File 'lib/freesound/sound.rb', line 2

def original_filename
  @original_filename
end

#packObject

Returns the value of attribute pack

Returns:

  • (Object)

    the current value of pack



2
3
4
# File 'lib/freesound/sound.rb', line 2

def pack
  @pack
end

#preview_hq_mp3Object

Returns the value of attribute preview_hq_mp3

Returns:

  • (Object)

    the current value of preview_hq_mp3



2
3
4
# File 'lib/freesound/sound.rb', line 2

def preview_hq_mp3
  @preview_hq_mp3
end

#preview_hq_oggObject

Returns the value of attribute preview_hq_ogg

Returns:

  • (Object)

    the current value of preview_hq_ogg



2
3
4
# File 'lib/freesound/sound.rb', line 2

def preview_hq_ogg
  @preview_hq_ogg
end

#preview_lq_mp3Object

Returns the value of attribute preview_lq_mp3

Returns:

  • (Object)

    the current value of preview_lq_mp3



2
3
4
# File 'lib/freesound/sound.rb', line 2

def preview_lq_mp3
  @preview_lq_mp3
end

#preview_lq_oggObject

Returns the value of attribute preview_lq_ogg

Returns:

  • (Object)

    the current value of preview_lq_ogg



2
3
4
# File 'lib/freesound/sound.rb', line 2

def preview_lq_ogg
  @preview_lq_ogg
end

#refObject

Returns the value of attribute ref

Returns:

  • (Object)

    the current value of ref



2
3
4
# File 'lib/freesound/sound.rb', line 2

def ref
  @ref
end

#samplerateObject

Returns the value of attribute samplerate

Returns:

  • (Object)

    the current value of samplerate



2
3
4
# File 'lib/freesound/sound.rb', line 2

def samplerate
  @samplerate
end

#serveObject

Returns the value of attribute serve

Returns:

  • (Object)

    the current value of serve



2
3
4
# File 'lib/freesound/sound.rb', line 2

def serve
  @serve
end

#similarityObject

Returns the value of attribute similarity

Returns:

  • (Object)

    the current value of similarity



2
3
4
# File 'lib/freesound/sound.rb', line 2

def similarity
  @similarity
end

#spectral_lObject

Returns the value of attribute spectral_l

Returns:

  • (Object)

    the current value of spectral_l



2
3
4
# File 'lib/freesound/sound.rb', line 2

def spectral_l
  @spectral_l
end

#spectral_mObject

Returns the value of attribute spectral_m

Returns:

  • (Object)

    the current value of spectral_m



2
3
4
# File 'lib/freesound/sound.rb', line 2

def spectral_m
  @spectral_m
end

#tagsObject

Returns the value of attribute tags

Returns:

  • (Object)

    the current value of tags



2
3
4
# File 'lib/freesound/sound.rb', line 2

def tags
  @tags
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



2
3
4
# File 'lib/freesound/sound.rb', line 2

def type
  @type
end

#urlObject

Returns the value of attribute url

Returns:

  • (Object)

    the current value of url



2
3
4
# File 'lib/freesound/sound.rb', line 2

def url
  @url
end

#userObject

Returns the value of attribute user

Returns:

  • (Object)

    the current value of user



2
3
4
# File 'lib/freesound/sound.rb', line 2

def user
  @user
end

#waveform_lObject

Returns the value of attribute waveform_l

Returns:

  • (Object)

    the current value of waveform_l



2
3
4
# File 'lib/freesound/sound.rb', line 2

def waveform_l
  @waveform_l
end

#waveform_mObject

Returns the value of attribute waveform_m

Returns:

  • (Object)

    the current value of waveform_m



2
3
4
# File 'lib/freesound/sound.rb', line 2

def waveform_m
  @waveform_m
end