C# 클래스 Business.AutoPitchBusiness

Handles 432hz auto-pitch features, which makes the music in better harmony with your heart.
파일 보기 프로젝트 열기: mysteryx93/NaturalGroundingPlayer 1 사용 예제들

공개 메소드들

메소드 설명
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.

메소드 상세

AppyAutoPitch() 공개 정적인 메소드

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.
리턴 bool

CreateScript() 공개 정적인 메소드

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.
리턴 void