Sha256: 42cfe4d679226bf0c5038a6def980b7607452e18f0077f20487aa0103f57c3cd
Contents?: true
Size: 294 Bytes
Versions: 104
Compression:
Stored size: 294 Bytes
Contents
json.encoding_progress(audio_file.encoding_progress.to_i) json.format(file_format(audio_file)) json.duration(file_duration(audio_file)) if audio_file.state == 'encoded' json.sources(audio_file_sources(audio_file)) do |source| json.src source[:src] json.type source[:type] end end
Version data entries
104 entries across 104 versions & 1 rubygems