JLChen
2020-12-10 a8c5f79b0d93adfa7f23601dd0fee30edc14f0d4
1
2
3
4
5
6
7
8
9
10
/**
 * @file rem_autone.h Audio Tones
 *
 * Copyright (C) 2010 Creytiv.com
 */
 
 
int autone_sine(struct mbuf *mb, uint32_t srate,
        uint32_t f1, int l1, uint32_t f2, int l2);
int autone_dtmf(struct mbuf *mb, uint32_t srate, int digit);