comparison pcm/read_ts.c @ 7:ca351324187a

pcm: implement Tx on the E1 timeslot
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 23 Jun 2024 19:21:00 +0000
parents 631f2db08538
children
comparison
equal deleted inserted replaced
6:631f2db08538 7:ca351324187a
27 rc); 27 rc);
28 exit(1); 28 exit(1);
29 } 29 }
30 if (record_file) 30 if (record_file)
31 fwrite(readbuf, 1, 160, record_file); 31 fwrite(readbuf, 1, 160, record_file);
32 transmit_pcm_20ms();
32 return 0; 33 return 0;
33 } 34 }