BASS Stream Recorder Library

Started by 3delite,

3delite

Hi!

New BASS component from me! ;D

BASS Stream Recorder Library is a component (.dll) for use in Win32 (9x/ME/2K/XP/Vista) software with BASS.
Makes it easy to add audio recording functionality to your application.
  • Record to WAV
  • Record to WMA
  • Record using any command line encoder to encode on the fly (eg. MP3)

Requirements: Any dev. environment that supports the stdcall calling convention.

The first beta can be downloaded from here: BASS Stream Recorder Library 1.0.zip

Future plans:
  • ACM support
  • Unicode version

3delite

3delite

Update 1.0.3

  • 32 bit recording option
  • ACM encoding
  • Unicode version

Download: BASS Stream Recorder Library 1.0.3.zip

Regards
3delite

3delite

#2
Update 1.0.3.60

  • Separate left-right recording (with fully separate starting/stoping)



Download: BASS Stream Recorder Library 1.0.3.60.zip

Regards
3delite

drama22

can you please do tutorial on how to stream live audio from microphone from android device to pc and from pc to android using indy tcp  ?  :-[

3delite

Fortunately there's a test program, for my TCP Server-Client Library, which you might find useful: TCP - Synchronous test audio.zip

TCP Server-Client Library first needs to be installed in Delphi to compile.