Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 299 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 299 Bytes

VOICeVIO.HtsLib

A lib to read, modify and write htsvoices.

Example

        HtsVoice voice = new HtsVoice("fx991.htsvoice");
        voice.Streams.Remove(LPF);
        voice.Save("fx82.htsvoice");

by Ulysses (wdwxy12345@gmail.com) from VOICeVIO