Move samples of int16_t format to sample_t, that is of type double
This prepares the correction of all levels
This commit is contained in:
@@ -27,8 +27,8 @@ void call_out_disconnect(int callref, int cause);
|
||||
void call_out_release(int callref, int cause);
|
||||
|
||||
/* send and receive audio */
|
||||
void call_rx_audio(int callref, int16_t *samples, int count);
|
||||
void call_tx_audio(int callref, int16_t *samples, int count);
|
||||
void call_rx_audio(int callref, sample_t *samples, int count);
|
||||
void call_tx_audio(int callref, sample_t *samples, int count);
|
||||
|
||||
/* receive from mncc */
|
||||
void call_mncc_recv(uint8_t *buf, int length);
|
||||
|
Reference in New Issue
Block a user