C# Class Business.AutoPitchBusiness

Handles 432hz auto-pitch features, which makes the music in better harmony with your heart.
Exibir arquivo Open project: mysteryx93/NaturalGroundingPlayer Class Usage Examples

Public Methods

Method Description
AppyAutoPitch ( Media video ) : bool

Applies 432hz auto-pitch if file PixelAspectRatio is 1 and FPS can be read.

CreateScript ( string inputFile, MediaInfoReader infoReader ) : void

Creates an AviSynth script that will auto-pitch the audio to 432hz. You then open this script file in the video player instead of directly opening the file.

Method Details

AppyAutoPitch() public static method

Applies 432hz auto-pitch if file PixelAspectRatio is 1 and FPS can be read.
public static AppyAutoPitch ( Media video ) : bool
video DataAccess.Media The video for which to create the auto-pitch script file.
return bool

CreateScript() public static method

Creates an AviSynth script that will auto-pitch the audio to 432hz. You then open this script file in the video player instead of directly opening the file.
public static CreateScript ( string inputFile, MediaInfoReader infoReader ) : void
inputFile string The video to play.
infoReader MediaInfoReader An object to read media information.
return void