|
From: WBX <gui...@gm...> - 2010-06-01 10:15:19
|
Hi all. Currently I'm trying to develop and application capable of encoding CVSD audio bytes to mp3 ones using libsox. The problem is that CVSD bytes are being stored on an input circular buffer from a multicast client, so there are no audio files. Looking on example1 as first approach and considering a producer-consumer pattern, I would like to know how can I get a "sox_format_t *" associated to an input circular buffer which isn't assoiated to any file and which elements are just "char *" associated to a simple audio word (16 bits) each one. Any idea would be apppreciated. Thanks in advance. Willy -- View this message in context: http://old.nabble.com/Get-sox_format_t-from-sample-buffer-tp28739881p28739881.html Sent from the SoX mailing list archive at Nabble.com. |