Skip to content

StepanHrbek/RAIN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RAIN - Resident Audio Interface

RAIN aims to provide high-quality high-level audio services (like playing xm, mp3..) to wide range of applications, especially in cases where all other techniques fail:

  • DOS programs run under Windows (problem: Windows tend to hide soundcard ports; and ports could be quite non-standard anyway and useful only via Windows driver)
  • 16bit DOS real or protected mode programs (problem: there are no good 16bit audio libraries)

RAIN achieves this by separating audio server from client, so that both can run in different memory models or even OSes.

There are precompiled audio servers for DOS and Windows and nice high-level C/C++ and Pascal API to access them from your clients. Other platforms and languages can be added. Sample clients (C sample, Pascal sample) work with all 12 tested compilers.

documentation

About

Library for audio playback on platforms where one can't simply play audio

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published