Skip to content

Simple ANSI Music Player based on ANSIPLAY.EXE by Julie Ibarra

License

Notifications You must be signed in to change notification settings

andyherbert/ansiplay.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ref/* taken from ansiplay Copyright 1991, Julie Ibarra
doc/mus/* taken from textfiles.com

Usage:

    import * as ansiplay from "./ansiplay.js";

    if (ansiplay.is_playing()) {
        ansiplay.stop().then(() => ansiplay.play(url));
    } else {
        ansiplay.play(url);
    }

Multiple imports will result in multiple voices.

About

Simple ANSI Music Player based on ANSIPLAY.EXE by Julie Ibarra

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published