source: roaraudio/roarclients/roarphone.c @ 3008:edd998caccdc

Last change on this file since 3008:edd998caccdc was 3008:edd998caccdc, checked in by phi, 15 years ago

init bixcoder before we start the filters

File size: 17.3 KB
RevLine 
[2292]1//roarphone.c:
[2124]2
3/*
[2282]4 *      Copyright (C) Philipp 'ph3-der-loewe' Schafft - 2009
[2124]5 *
6 *  This file is part of roarclients a part of RoarAudio,
7 *  a cross-platform sound system for both, home and professional use.
8 *  See README for details.
9 *
10 *  This file is free software; you can redistribute it and/or modify
11 *  it under the terms of the GNU General Public License version 3
12 *  as published by the Free Software Foundation.
13 *
14 *  RoarAudio is distributed in the hope that it will be useful,
15 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
16 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
17 *  GNU General Public License for more details.
18 *
19 *  You should have received a copy of the GNU General Public License
20 *  along with this software; see the file COPYING.  If not, write to
21 *  the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.
22 *
23 */
24
25#include <roaraudio.h>
[2185]26#include <libroardsp/libroardsp.h>
[2282]27#include <libroareio/libroareio.h>
[2124]28
[2215]29#if defined(ROAR_HAVE_LIBSPEEX) && !defined(ROAR_HAVE_LIBSPEEXDSP)
30#define _SPEEX_API_OLD
31#elif defined(ROAR_HAVE_LIBSPEEX) && defined(ROAR_HAVE_LIBSPEEXDSP)
32#define _SPEEX_API_NEW
33#endif
34
35#ifdef _SPEEX_API_OLD
[2141]36#include <speex/speex_echo.h>
37#endif
38
39#define TIMEDIV  100
[2124]40
[2125]41#define DRIVER  "oss"
42
[2140]43// anti echo:
44#define AE_NONE      0
45#define AE_SIMPLE    1
46#define AE_SPEEX     2
[2141]47#define AE_ROARD     3
[2140]48
[2322]49#define DTX_F        25
50
[2329]51#define CON_NONE     0x00
52#define CON_CON      0x01
53#define CON_STREAM   0x02
54
[2140]55struct {
56 int antiecho;
[2166]57 int samples;
[2167]58 int transcode;
[2321]59 int64_t dtx_threshold;
[2986]60 size_t jumbo_mtu;
[2993]61 int    ioflush_interval;
[2991]62 struct {
63  struct {
64   int downmix;
65   float lowp_freq;
[3006]66   int speex_prep;
[3007]67   int speex_prep_denoise;
68   int speex_prep_agc;
69   int speex_prep_vad;
[2991]70  } in;
71 } filter;
[2140]72} g_conf;
73
[2322]74int dtx_counter = 0;
75
[2329]76struct {
77 int state;
78 struct roar_connection con;
79 struct roar_stream     stream;
80 struct roar_vio_calls * svio;
81} g_cons;
82
[2185]83struct roar_bixcoder transcoder[1];
84
[2330]85struct {
[2977]86 struct roardsp_filterchain input;
87 struct roardsp_filterchain output;
88} g_filterchains;
89
90struct {
[2330]91 struct {
92  char key[ROAR_META_MAX_NAMELEN];
93  char value[LIBROAR_BUFFER_MSGDATA];
94 } tmp;
95 char * rn;
96 char * nick;
97 char * org;
98 char * email;
99 char * hp;
100 char * loc;
101 char * thumbnail;
102} g_meta;
103
[2124]104void usage (void) {
[2292]105 printf("roarphone [OPTIONS]...\n");
[2124]106
[2330]107 printf("\nServer Options:\n\n");
[2124]108
[2995]109 printf("  --server    SERVER   - Set server hostname\n"
[2994]110        "  --jumbo-mtu MTU      - Sets the MTU for Jumbo Packets\n"
111        "  --io-flush  INTERVAL - Flushs output every INTERVAL packets\n"
[2330]112       );
113
114 printf("\nAudio Options:\n\n");
115 printf("  --rate     RATE      - Set sample rate\n"
[2141]116        "  --bits     BITS      - Set bits per sample\n"
117        "  --chans    CHANNELS  - Set number of channels\n"
[2330]118       );
119
[2991]120 printf("\nAudio Filter Options:\n\n");
121 printf("  --afi-downmix        - Enable input downmixing\n"
122        "  --afi-lowpass FREQ   - Enable input lowpass at FREQ (in Hz)\n"
[3006]123        "  --afi-speex-prep     - Enable speex preprocessor\n"
[3007]124        "  --afi-speex-denoise  - Enable speex denoiser\n"
125        "  --afi-speex-agc      - Enable speex AGC\n"
126        "  --afi-speex-vad      - Enable speex VAD\n"
[2991]127       );
128
[2330]129 printf("\nCodec Options:\n\n");
130 printf("  --codec    CODEC     - Set the codec\n"
131        "  --transcode          - Use local transcodeing\n"
132       );
133
134 printf("\nDriver Options:\n\n");
135 printf("  --driver   DRIVER    - Set the driver\n"
[2141]136        "  --device   DEVICE    - Set the device\n"
[2330]137       );
138
139 printf("\nGeneral Options:\n\n");
140 printf("  --antiecho AEMODE    - Set the anti echo mode\n"
[2321]141        "  --threshold DTXTHRES - Set the DTX threshold, disabled by default\n"
[2141]142        "  --help               - Show this help\n"
[2124]143       );
144
[2330]145 printf("\nMeta Data Options:\n\n");
146 printf("  --m-rn    REALNAME   - Sets the real name\n"
147        "  --m-nick  NICK       - Sets the nick name\n"
148        "  --m-email EMAIL      - Sets the email address\n"
149        "  --m-hp    HOMEPAGE   - Sets the homepage URL\n"
150        "  --m-thumbn THUMBNAIL - Sets a URL to a thumbnail\n"
151        "  --m-loc   LOCATION   - Sets the location (room number)\n"
152        "  --m-org ORGANIZATION - Sets the organization/company name\n"
153       );
[2124]154}
155
[2128]156int open_stream (struct roar_vio_calls * vio, char * server, struct roar_audio_info * info) {
[2329]157 int fh;
158
159 g_cons.svio = vio;
160
161 if ( !(g_cons.state & CON_CON) )
162  if ( roar_simple_connect(&(g_cons.con), server, "roarphone") == -1 )
163   return -1;
164
165 g_cons.state |= CON_CON;
166
167 // TODO: find out if this can be done more nicely by using VIOs
168
169 if ( (fh = roar_simple_new_stream_obj(&(g_cons.con), &(g_cons.stream),
170                                       info->rate, info->channels, info->bits, info->codec,
171                                       ROAR_DIR_BIDIR
172                                      )) == -1 )
173  return -1;
174
175 roar_vio_open_fh_socket(vio, fh);
176
177 g_cons.state |= CON_STREAM;
178
179 return 0;
[2128]180}
181
[2330]182#define _SET_META(ivar,itype) if ( (ivar) != NULL ) {  \
183                              meta.value = (ivar);     \
184                              meta.type  = (itype);    \
185                              roar_stream_meta_set(&(g_cons.con), &(g_cons.stream), ROAR_META_MODE_SET, &meta); \
186                              }
187int set_meta (void) {
188 struct roar_meta   meta;
189
190 meta.value  = g_meta.tmp.value;
191 meta.key[0] = 0;
192 meta.type   = ROAR_META_TYPE_NONE;
193
194 roar_stream_meta_set(&(g_cons.con), &(g_cons.stream), ROAR_META_MODE_CLEAR, &meta);
195
196 _SET_META(g_meta.thumbnail, ROAR_META_TYPE_THUMBNAIL);
197 _SET_META(g_meta.loc,       ROAR_META_TYPE_LOCATION);
198 _SET_META(g_meta.hp,        ROAR_META_TYPE_HOMEPAGE);
199 _SET_META(g_meta.org,       ROAR_META_TYPE_ORGANIZATION);
200
201 if ( g_meta.nick != NULL ) {
202  if ( g_meta.rn  != NULL ) {
203   snprintf(g_meta.tmp.value, LIBROAR_BUFFER_MSGDATA-1, "%s (%s)", g_meta.rn, g_meta.nick);
204   g_meta.tmp.value[LIBROAR_BUFFER_MSGDATA-1] = 0;
205   _SET_META(g_meta.tmp.value, ROAR_META_TYPE_AUTHOR);
206  } else {
207   _SET_META(g_meta.nick, ROAR_META_TYPE_AUTHOR);
208  }
209 } else {
210  if ( g_meta.rn  != NULL ) {
211   _SET_META(g_meta.rn, ROAR_META_TYPE_AUTHOR);
212  }
213 }
214
215 // TODO: make this more nice...
216 if ( g_meta.email != NULL ) {
217  if ( g_meta.nick != NULL ) {
218   if ( g_meta.rn != NULL ) {
219    snprintf(g_meta.tmp.value, LIBROAR_BUFFER_MSGDATA-1, "%s (%s) <%s>", g_meta.rn, g_meta.nick, g_meta.email);
220   } else {
221    snprintf(g_meta.tmp.value, LIBROAR_BUFFER_MSGDATA-1, "%s <%s>", g_meta.nick, g_meta.email);
222   }
223  } else {
224   if ( g_meta.rn != NULL ) {
225    snprintf(g_meta.tmp.value, LIBROAR_BUFFER_MSGDATA-1, "%s <%s>", g_meta.rn, g_meta.email);
226   } else {
227    snprintf(g_meta.tmp.value, LIBROAR_BUFFER_MSGDATA-1, "<%s>", g_meta.email);
228   }
229  }
230  g_meta.tmp.value[LIBROAR_BUFFER_MSGDATA-1] = 0;
231  _SET_META(g_meta.tmp.value, ROAR_META_TYPE_CONTACT);
232 }
233
234 return 0;
235}
236
[2215]237#ifdef _SPEEX_API_OLD
[2141]238int anti_echo_speex16(int16_t * buf, int16_t * aebuf, size_t len, struct roar_audio_info * info) {
239 static SpeexEchoState * state = NULL;
240 size_t samples = info->rate / TIMEDIV;
241 static int16_t * obuf = NULL;
242
243 if ( info->channels != 1 )
244  return -1;
245
246 if (len != samples)
247  return -1;
248
[2142]249 ROAR_DBG("anti_echo_speex16(*) = ?");
250
[2141]251 if ( state == NULL ) {
252  if ( (state = speex_echo_state_init(samples, 100*samples)) == NULL )
253   return -1;
254
255  // todo: set sample rate.
256 }
257
[2142]258 ROAR_DBG("anti_echo_speex16(*) = ?");
259
[2141]260 if ( obuf == NULL ) {
261  if ( (obuf = malloc(2*samples)) == NULL )
262   return -1;
263 }
264
[2142]265 ROAR_DBG("anti_echo_speex16(*) = ?");
266
[2141]267/*
268 speex_echo_cancellation(state, buf, aebuf, obuf);
269*/
270
271 speex_echo_cancel(state, buf, aebuf, obuf, NULL);
272
273 memcpy(buf, obuf, 2*samples);
274
[2142]275 ROAR_DBG("anti_echo_speex16(*) = 0");
276
[2141]277 return 0;
278}
279#endif
280
281int anti_echo16(int16_t * buf, int16_t * aebuf, size_t len, struct roar_audio_info * info) {
[2140]282 size_t i;
283
284 switch (g_conf.antiecho) {
285  case AE_NONE:
286    return 0;
287   break;
288  case AE_SIMPLE:
289    for (i = 0; i < len; i++)
290     buf[i] -= aebuf[i];
[2293]291    return 0;
[2140]292   break;
[2215]293#ifdef _SPEEX_API_OLD
[2141]294  case AE_SPEEX:
295    return anti_echo_speex16(buf, aebuf, len, info);
296   break;
297#endif
[2293]298  case AE_ROARD:
299    return 0;
300   break;
[2140]301  default:
302    return -1;
303   break;
304 }
305
306 return -1;
307}
308
[2321]309int zero_if_noise16 (int16_t * data, size_t samples) {
310 int64_t rms = roar_rms2_1_16(data, samples);
311
[2322]312 if ( rms < g_conf.dtx_threshold ) {
313  if ( dtx_counter ) {
314   dtx_counter--;
315  } else {
316   memset(data, 0, samples*2);
317  }
318 } else {
319  dtx_counter = DTX_F;
320 }
[2321]321
322 return 0;
323}
324
[2128]325int run_stream (struct roar_vio_calls * s0, struct roar_vio_calls * s1, struct roar_audio_info * info) {
[2129]326 size_t len;
[2140]327 void * outbuf, * micbuf;
328 ssize_t outlen, miclen;
[2993]329 unsigned long int pkg_count = 0;
[2129]330
[2312]331 ROAR_DBG("run_stream(*): g_conf.samples = %i, info->bits = %i", g_conf.samples, info->bits);
[2166]332 len = g_conf.samples * info->bits / 8;
[2312]333 ROAR_DBG("run_stream(*): len=%lu", (unsigned long) len);
[2129]334
[2140]335 if ( (outbuf = malloc(2*len)) == NULL )
[2129]336  return -1;
337
[2140]338 micbuf = outbuf + len;
339
[2129]340 while (1) {
[2140]341  if ( (miclen = roar_vio_read(s0, micbuf, len)) <= 0 )
[2129]342   break;
[2321]343
[2977]344  if ( roardsp_fchain_num(&(g_filterchains.input)) ) {
345   if ( roardsp_fchain_calc(&(g_filterchains.input), micbuf, len) == -1 )
346    break;
347  }
348
[2321]349  if ( g_conf.dtx_threshold > 0 )
350   if ( info->bits == 16 )
351    zero_if_noise16(micbuf, miclen/2);
352
[2185]353  if ( g_conf.transcode ) {
354   if ( roar_bixcoder_write_packet(transcoder, micbuf, miclen) == -1 )
355    break;
356  } else {
357   if ( roar_vio_write(s1, micbuf, miclen) != miclen )
358    break;
359  }
360
[2993]361  if ( g_conf.ioflush_interval != -1 ) {
362   if ( !(pkg_count % g_conf.ioflush_interval) )
363    roar_vio_sync(s1);
364  }
365
[2185]366  if ( g_conf.transcode ) {
[2312]367   ROAR_DBG("run_stream(*): outbuf=%p, len=%lu", outbuf, (unsigned long) len);
[2185]368   if ( roar_bixcoder_read_packet(transcoder, outbuf, len) == -1 )
369    break;
370
371   outlen = len;
372  } else {
373   if ( (outlen = roar_vio_read(s1, outbuf, len)) <= 0 )
374    break;
375  }
[2140]376
[2162]377  if ( g_conf.antiecho != AE_NONE && info->bits == 16 )
[2141]378   anti_echo16(outbuf, micbuf, ROAR_MIN(miclen, outlen)/2, info);
[2140]379
[2977]380  if ( roardsp_fchain_num(&(g_filterchains.output)) ) {
381   if ( roardsp_fchain_calc(&(g_filterchains.output), outbuf, outlen) == -1 )
382    break;
383  }
384
[2140]385  if ( roar_vio_write(s0, outbuf, outlen) != outlen )
[2129]386   break;
[2993]387
388  pkg_count++;
[2129]389 }
390
[2140]391 free(outbuf);
[2129]392
393 return 0;
[2128]394}
395
[2124]396int main (int argc, char * argv[]) {
[2125]397 struct roar_audio_info info = {.rate     = ROAR_RATE_DEFAULT,
398                                .bits     = ROAR_BITS_DEFAULT,
399                                .channels = ROAR_CHANNELS_DEFAULT,
400                                .codec    = ROAR_CODEC_DEFAULT
401                               };
[2167]402 struct roar_audio_info dinfo;
[2986]403 struct roar_vio_calls dvio, svio, svio_jumbo, svio_real;
404 struct roar_vio_calls * svio_p;
[2991]405 struct roardsp_filter * filter;
[2126]406 char * driver   = DRIVER;
407 char * device   = NULL;
[2124]408 char * server   = NULL;
409 char * k;
410 int    i;
[3007]411 union {
412  int32_t i32;
413  size_t  size;
414 } tmp;
[2124]415
[2140]416 memset(&g_conf, 0, sizeof(g_conf));
417
[2993]418 g_conf.antiecho         = AE_ROARD;
419 g_conf.dtx_threshold    = -1;
420 g_conf.ioflush_interval = -1;
[2140]421
[2329]422 memset(&g_cons, 0, sizeof(g_cons));
423 g_cons.state = CON_NONE;
424
[2330]425 memset(&g_meta, 0, sizeof(g_meta));
426
[2977]427 roardsp_fchain_init(&(g_filterchains.input));
428 roardsp_fchain_init(&(g_filterchains.output));
429
[2124]430 for (i = 1; i < argc; i++) {
431  k = argv[i];
432
433  if ( strcmp(k, "--server") == 0 ) {
434   server = argv[++i];
[2986]435  } else if ( strcmp(k, "--jumbo-mtu") == 0 ) {
436   g_conf.jumbo_mtu = atoi(argv[++i]);
[2993]437  } else if ( strcmp(k, "--io-flush") == 0 ) {
438   g_conf.ioflush_interval = atoi(argv[++i]);
[2124]439  } else if ( strcmp(k, "--rate") == 0 ) {
[2125]440   info.rate = atoi(argv[++i]);
[2124]441  } else if ( strcmp(k, "--bits") == 0 ) {
[2125]442   info.bits = atoi(argv[++i]);
[2124]443  } else if ( strcmp(k, "--channels") == 0 || strcmp(k, "--chans") == 0 ) {
[2125]444   info.channels = atoi(argv[++i]);
[2991]445
446  } else if ( strcmp(k, "--afi-downmix") == 0 ) {
447   g_conf.filter.in.downmix = 1;
448  } else if ( strcmp(k, "--afi-lowpass") == 0 ) {
449   g_conf.filter.in.lowp_freq = atof(argv[++i]);
[3006]450  } else if ( strcmp(k, "--afi-speex-prep") == 0 ) {
451   g_conf.filter.in.speex_prep = 1;
[3007]452  } else if ( strcmp(k, "--afi-speex-denoise") == 0 ) {
453   g_conf.filter.in.speex_prep = 1;
454   g_conf.filter.in.speex_prep_denoise = 1;
455  } else if ( strcmp(k, "--afi-speex-agc") == 0 ) {
456   g_conf.filter.in.speex_prep = 1;
457   g_conf.filter.in.speex_prep_agc = 1;
458  } else if ( strcmp(k, "--afi-speex-vad") == 0 ) {
459   g_conf.filter.in.speex_prep = 1;
460   g_conf.filter.in.speex_prep_vad = 1;
[2991]461
[2124]462  } else if ( strcmp(k, "--codec") == 0 ) {
[2125]463   info.codec = roar_str2codec(argv[++i]);
[2991]464
[2127]465  } else if ( strcmp(k, "--driver") == 0 ) {
466   driver = argv[++i];
467  } else if ( strcmp(k, "--device") == 0 ) {
468   device = argv[++i];
[2141]469  } else if ( strcmp(k, "--antiecho") == 0 ) {
470   k = argv[++i];
471   if ( !strcmp(k, "none") ) {
472    g_conf.antiecho = AE_NONE;
473   } else if ( !strcmp(k, "simple") ) {
474    g_conf.antiecho = AE_SIMPLE;
475   } else if ( !strcmp(k, "speex") ) {
476    g_conf.antiecho = AE_SPEEX;
477   } else if ( !strcmp(k, "roard") ) {
478    g_conf.antiecho = AE_ROARD;
479   } else {
480    fprintf(stderr, "Error: unknown mode: %s\n", k);
481    return 1;
482   }
[2321]483  } else if ( strcmp(k, "--threshold") == 0 ) {
484   g_conf.dtx_threshold = atol(argv[++i]);
485
486   // use threshold^2 or threshold < 0 for not using DTX
487   if ( g_conf.dtx_threshold > 0 )
488    g_conf.dtx_threshold *= g_conf.dtx_threshold;
[2167]489  } else if ( strcmp(k, "--transcode") == 0 ) {
490   g_conf.transcode = 1;
[2330]491
492  // META DATA:
493  } else if ( strcmp(k, "--m-rn") == 0 ) {
494   g_meta.rn = argv[++i];
495  } else if ( strcmp(k, "--m-nick") == 0 ) {
496   g_meta.nick = argv[++i];
497  } else if ( strcmp(k, "--m-email") == 0 ) {
498   g_meta.email = argv[++i];
499  } else if ( strcmp(k, "--m-hp") == 0 ) {
500   g_meta.hp = argv[++i];
501  } else if ( strcmp(k, "--m-thumbn") == 0 ) {
502   g_meta.thumbnail = argv[++i];
503  } else if ( strcmp(k, "--m-loc") == 0 ) {
504   g_meta.loc = argv[++i];
505  } else if ( strcmp(k, "--m-org") == 0 ) {
506   g_meta.org = argv[++i];
507
508
[2124]509  } else if ( strcmp(k, "--help") == 0 ) {
510   usage();
511   return 0;
512  } else {
513   fprintf(stderr, "Error: unknown argument: %s\n", k);
514   usage();
515   return 1;
516  }
517 }
518
[2568]519 // ignore errors, maybe it will work even if this fails
520 // (btw. it will never fail without crashing the rest of the app ;)
521 roar_libroar_set_server(server);
522
[2293]523 if ( g_conf.antiecho == AE_SPEEX ) {
524  ROAR_WARN("Speex Antiecho is obsolete and may be removed in future versions. Use --antiecho roard");
525 }
526
[2166]527 g_conf.samples = info.channels * info.rate / TIMEDIV;
528
[2167]529 memcpy(&dinfo, &info, sizeof(dinfo));
530
531 if ( g_conf.transcode ) {
532  dinfo.bits  = 16;
533  dinfo.codec = ROAR_CODEC_DEFAULT;
534
535  switch (info.codec) {
536   case ROAR_CODEC_ALAW:
537   case ROAR_CODEC_MULAW:
538     info.bits = 8;
539    break;
540   case ROAR_CODEC_ROAR_CELT:
541     info.bits = 16;
542    break;
543   case ROAR_CODEC_ROAR_SPEEX:
544     info.bits = 16;
545    break;
546  }
547 }
548
549 if ( roar_cdriver_open(&dvio, driver, device, &dinfo, ROAR_DIR_BIDIR) == -1 ) {
[2570]550  ROAR_ERR("Can not open sound card.");
[2126]551  return 1;
552 }
553
[2312]554 ROAR_DBG("main(*): CALL open_stream(&svio, server, &info)");
[2570]555 if ( open_stream(&svio_real, server, &info) == -1 ) {
556  ROAR_ERR("Can not open connection to server.");
[2128]557  roar_vio_close(&dvio);
558  return 2;
559 }
[2312]560 ROAR_DBG("main(*): RET");
[2128]561
[2570]562 if ( roar_vio_open_re(&svio, &svio_real) == -1 ) {
563  ROAR_ERR("Can not open connection to server (RE VIO).");
564  roar_vio_close(&dvio);
565  return 2;
566 }
567
[2986]568 if ( g_conf.jumbo_mtu ) {
569  if ( roar_vio_open_jumbo(&svio_jumbo, &svio, g_conf.jumbo_mtu) == -1 ) {
570   roar_vio_close(&dvio);
571   roar_vio_close(&svio);
572   return 2;
573  }
574  svio_p = &svio_jumbo;
575 } else {
576  svio_p = &svio;
577 }
578
[2330]579 set_meta();
580
[3008]581 if ( g_conf.transcode ) {
582  dinfo.codec = info.codec;
583
584  if ( roar_bixcoder_init(transcoder, &dinfo, svio_p) == -1 ) {
585   roar_vio_close(&svio);
586   roar_vio_close(&dvio);
587   return 10;
588  }
589
590  // ignore errors as it may also work if this fails
591  roar_bixcoder_write_header(transcoder);
592  roar_bixcoder_read_header(transcoder);
593
594  g_conf.samples = 8 * roar_bixcoder_packet_size(transcoder, -1) / dinfo.bits;
595 }
596
[2991]597#define _err(x) roar_vio_close(&dvio); roar_vio_close(&svio); return (x)
598
599 if ( g_conf.filter.in.downmix ) {
600  if ( roardsp_filter_new(&filter, &(g_cons.stream), ROARDSP_FILTER_DOWNMIX) == -1 ) {
601   _err(2);
602  }
603
604  if ( roardsp_fchain_add(&(g_filterchains.input), filter) == -1 ) {
605   _err(2);
606  }
607 }
608
609 if ( g_conf.filter.in.lowp_freq > 1 ) {
610  if ( roardsp_filter_new(&filter, &(g_cons.stream), ROARDSP_FILTER_LOWP) == -1 ) {
611   _err(2);
612  }
613
614  if ( roardsp_filter_ctl(filter, ROARDSP_FCTL_FREQ, &(g_conf.filter.in.lowp_freq)) == -1 ) {
615   _err(2);
616  }
617
618  if ( roardsp_fchain_add(&(g_filterchains.input), filter) == -1 ) {
619   _err(2);
620  }
621 }
622
[3006]623 if ( g_conf.filter.in.speex_prep ) {
624  if ( roardsp_filter_new(&filter, &(g_cons.stream), ROARDSP_FILTER_SPEEX_PREP) == -1 ) {
625   _err(2);
626  }
627
[3007]628  tmp.size = g_conf.samples;
629  if ( roardsp_filter_ctl(filter, ROARDSP_FCTL_PACKET_SIZE, &tmp) == -1 ) {
630   _err(2);
631  }
632
633  tmp.i32 = 0;
634
635  if ( g_conf.filter.in.speex_prep_denoise )
636   tmp.i32 |= ROARDSP_SPEEX_PREP_DENOISE_ON;
637
638  if ( g_conf.filter.in.speex_prep_agc )
639   tmp.i32 |= ROARDSP_SPEEX_PREP_AGC_ON;
640
641  if ( g_conf.filter.in.speex_prep_vad )
642   tmp.i32 |= ROARDSP_SPEEX_PREP_VAD_ON;
643
644  if ( roardsp_filter_ctl(filter, ROARDSP_FCTL_MODE, &tmp) == -1 ) {
645   _err(2);
646  }
647
[3006]648  if ( roardsp_fchain_add(&(g_filterchains.input), filter) == -1 ) {
649   _err(2);
650  }
651 }
652
[2991]653#undef _err
654
[2312]655 ROAR_DBG("main(*): CALL run_stream(&dvio, &svio, &info);");
[2986]656 run_stream(&dvio, svio_p, &info);
[2312]657 ROAR_DBG("main(*): RET");
[2128]658
[2185]659 roar_bixcoder_close(transcoder);
660
[2986]661 roar_vio_close(svio_p);
[2126]662 roar_vio_close(&dvio);
663
[2977]664 roardsp_fchain_uninit(&(g_filterchains.input));
665 roardsp_fchain_uninit(&(g_filterchains.output));
666
[2329]667 roar_disconnect(&(g_cons.con));
668
[2124]669 return 0;
670}
671
672//ll
Note: See TracBrowser for help on using the repository browser.