sergio-fry/youtube-fetcher

View on GitHub
app/services/normalizer.rb

Summary

Maintainability
A
0 mins
Test Coverage
A
100%
class Normalizer
  def normalize(path)
    `mp3gain -q #{path}`

    path
  end
end