Jump to content

RxWav: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
Ak120 (talk | contribs)
mNo edit summary
Line 1: Line 1:
RxWav library is a set of functions that allow to manipulate RIFF wave audio files, i.e. changing volume level, applying filters, merging different files.
{{Software
 
|Name=RxWav
==Links==
|Version=0.11 beta (2003)
* Download: [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/rxwav.zip Version 0.11beta]
|Vendor=
* [https://github.com/OS2World/LIB-REXX-RxWav Source code At Github]
|Author=Rafal Szymczak
 
|Licence=GNU GPL
==License==
|WWW=https://rxwav.sourceforge.io
*Open Source GNU GPL
}}
'''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==
==Files==
Line 45: Line 46:
* WavVocoder
* WavVocoder


==Author==
==Links==
*Rafal Szymczak
* Download: [http://hobbes.nmsu.edu/download/pub/os2/dev/rexx/rxwav.zip rxwav.zip] - Version 0.11beta
* [https://github.com/OS2World/LIB-REXX-RxWav Source code At Github]


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

Revision as of 13:01, 6 September 2019

RxWav
[[File:{{{Picture}}}|128px]]
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