libastral is an interface library for Astral data flows.
Installation:
1. Ungzip and untar
2. Install it with command: make all
3. Run test command astral_test
Usage:
To connect with the Astral world use it's API top-level functions:
struct portal* astral_open();
int astral_close(struct portal *p);
int astral_listen(struct portal *p, char *voice_divine);
as it shown in astral_test.c sample program. For details of struct portal see libastral.h file.
What's New in This Release:
· Fixed bug with double "
" at the end of VOICE_STYLE_BIBLE paragraph.
Product's homepage