Interface SoxService

All Known Implementing Classes:
SoxServiceImpl, SoxServiceRemoteImpl

public interface SoxService
Provides sound processing services with SoX
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     
  • Method Summary

    Modifier and Type
    Method
    Description
    analyze(Track sourceAudioTrack)
    Get audio statistics, using that track's audio streams.
    normalize(Track sourceAudioTrack, Float targetRmsLevDb)
    Normalize the audio stream of that track.