Jump to content

RxWav: Difference between revisions

From EDM2
No edit summary
Ak120 (talk | contribs)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Description==
{{Software
|Picture=NA.png
|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.


==Download==
;Files
* [http://hobbes.nmsu.edu/h-viewer.php?dir=/pub/os2/dev/rexx&file=rxwav.zip Version 0.11beta]
*RXWAV.DLL
 
==License==
* Open Source GNU GPL
 
==Files==
* [[RXWAV.DLL]]


==Functions==
==Functions==
* [[]]
* WavAnalyze
 
* WavConv
==Author==
* WavDyn
* [[Rafal Szymczak]]
* 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==
==Links==
* [https://github.com/OS2World/LIB-REXX-RxWav Source code at Github]
* [rxwav.zip] - Version 0.11beta
* [https://github.com/OS2World/LIB-REXX-RxWav Source code At Github]


[[Category:REXX]]
[[Category:REXX Function Library]]

Latest revision as of 22:28, 25 July 2023

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