Skip to content

Winster332/AFPlay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

AFPlay

Allows you to play music, for MacOS, through a standard utility, allows you to use the functionality of afplay and afinfo, and extends them

Example

var player = new AFPlayer();
// player.Volume = 50;
player.Play(path);

// extensions:

player.Pause();
player.Resume();
player.Stop();

of get info

var player = new AFPlayer();
var info = player.GetInfo(path);

Links

https://ss64.com/osx/afplay.html