PlayRec for OS/2 by Carsten Arnold
Version 0.17 beta
eMail:  C.Arnold@Transnet.de
URL:    http://www.c-arnold.de.vu

History

Version 0.10
First public release.

Version 0.11
intern only

Version 0.12
New parameters:
/sp     show level at recording
/np:n   noise level to recording
/t:n    trailing time
/end    program ended if trailing time elapsed
/src:x  audio source

A bug ist removed.
PlayRec /r test.wav /st:20:00:00 /et:22:00:00 not worked.
Error "end befor start" was displayed.

If no extention specified, ".wav" will be append.


Version 0.13
Error "end befor start" was displayed.

Version 0.14
The file name "con" now enables streaming.
So it can recording direct to lame.
e.g.
playrec con /r /f:22050 | lamepcm -r -s 22.05 -m s - test.mp3

Version 0.15
- arguments enclosed in quotes will now work,
  so it can now used filnames with spaces e.g. "a b c"

Version 0.16
- new layout
- the parameter /b is eliminated
- new parameter /rb for set the recording buffer, see readme
- the changing of code page to 437 can now be turned off
- new parameter /max:n
  now can PlayRec create ea new file, is the max. file size reached.
  If the parameter /max:n not specified PlayRec recorded to the
  max. file size on the file system and create than a new file.
- You can now change the speed of playing. 
  This feature must be still improved, e.g. it gives still many over waves.
- playing backward
- set the file pos via keyborad
- new parameter /app for appending data to a existing file
- colored VU-meter, yellow on 85% and red 100%
- now can files not be overwritten, to overwrite a file use the new parameter /o

Version 0.17
- Correction on calculate internal buffersize. Files whith 8 bits, 11025Hz, mono,
  could so not be played.
- Correction for files with other tags as "data" in header. 
  Such files could not be played.
- the program calcs intern now with 64-bit-values, so it can
  the duration be longer as yet
- on Warp 4.5 the 64bit file API is used
  if the file system support files >2GB (JFS), PlayRec supports files >2GB also
  testet on eComStation whith files up to 14GB, thank to Rainer Greulich
- PlayRec can now playing *.au-files
- PlayRec can now playing files in mu-law compression
- VU-meter can now turned on in play-mode
  ATTANTION, /sp now not implicate /r
- diskspace is now always viewed in byte, additional in time
- error in blocking mode removed
- error with very short files removed
- start and end time on recording can now be on the next day
- if waiting for start, program can now stopped with ESC key
- error on buffer removed, the last bytes was not written in file
- new parameter /cfn, create new file name if file already exists
- new parameter /p for pause on program start
- new parameter /bufcnt to set the play buffer count
- new parameter /en to enable createing new file if press key N

