Heey all!
I present you, my second library
BIG UPDATE:
AudioRecorder has been completely updated to 2.0
It is much more clear now on how to work with it.
You can record in various file formats including wav, mpeg4, 3gp, etc.
Also a much easier way to make your custom AudioRecorder with:
- AudioEncoder:
int AAC AAC audio codec
int AMR_NB AMR (Narrowband) audio codec
int AMR_WB AMR (Wideband) audio codec
int DEFAULT
e.g all Audioencoder, AudioSources (mic, ...),... types will have a prefix of AE_name
for example:
AS_MIC (AudioSource Microphone)
AE_AAC (AudioEncoder AAC Audio codec)
A sample/example file is delivered with the libraries.
All methods are explained in the library.
Please post feedback.
If possible Erel, Do I have to make documentation for it?
Thanks,
XverhelstX
There should be (almost) no bugs.
XverhelstX
I present you, my second library
BIG UPDATE:
AudioRecorder has been completely updated to 2.0
It is much more clear now on how to work with it.
You can record in various file formats including wav, mpeg4, 3gp, etc.
Also a much easier way to make your custom AudioRecorder with:
- AudioEncoder:
int AAC AAC audio codec
int AMR_NB AMR (Narrowband) audio codec
int AMR_WB AMR (Wideband) audio codec
int DEFAULT
e.g all Audioencoder, AudioSources (mic, ...),... types will have a prefix of AE_name
for example:
AS_MIC (AudioSource Microphone)
AE_AAC (AudioEncoder AAC Audio codec)
A sample/example file is delivered with the libraries.
All methods are explained in the library.
Please post feedback.
If possible Erel, Do I have to make documentation for it?
Thanks,
XverhelstX
There should be (almost) no bugs.
XverhelstX
Attachments
Last edited: