RxWav: Difference between revisions
Appearance
mNo edit summary |
No edit summary |
||
Line 9: | Line 9: | ||
'''RxWav''' is a REXX external function package that allows to access to RIFF wave files with various functions. This library allows to create and manipulate audio files within REXX procedures, i.e. changing volume level, applying filters, merging different files. | '''RxWav''' is a REXX external function package that allows to access to RIFF wave files with various functions. This library allows to create and manipulate audio files within REXX procedures, i.e. changing volume level, applying filters, merging different files. | ||
;Files | |||
*RXWAV.DLL | *RXWAV.DLL | ||
Revision as of 00:22, 15 November 2020
RxWav | |
---|---|
Name | RxWav |
Version | 0.11 beta (2003) |
Vendor | |
Author | Rafal Szymczak |
Licence | GNU GPL |
WWW | https://rxwav.sourceforge.io |
RxWav is a REXX external function package that allows to access to RIFF wave files with various functions. This library allows to create and manipulate audio files within REXX procedures, i.e. changing volume level, applying filters, merging different files.
- Files
- RXWAV.DLL
Functions
- WavAnalyze
- WavConv
- WavDyn
- WavReverb
- WavRevert
- WavEco
- WavGraphEQ
- WavFilterBand
- WavFilterHigh
- WavReadStereo
- WavWriteStereo
- WavReadMono
- WavWriteMono
- WavCopyTrac
- CopyTrk
- WavLoadFuncs
- WavDropFuncs
- WavAllocTrac
- WavDropTrac
- WavQueryFile
- WavSinOsc
- WavTestOsc
- WavWhiteNoiseOsc
- WavPinkNoiseOsc
- WavMute
- WavPeak
- WavAvg
- WavPeek
- WavPoke
- WavSeek
- WavTest
- WavVocoder
Links
- Download: rxwav.zip - Version 0.11beta
- Source code At Github