Changeset 1848 for pjproject/trunk/pjsip-apps/src/samples/recfile.c
- Timestamp:
- Mar 7, 2008 2:32:29 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjsip-apps/src/samples/recfile.c
r974 r1848 42 42 /* Configs */ 43 43 #define CLOCK_RATE 44100 44 #define SAMPLES_PER_FRAME (CLOCK_RATE * 20 / 1000)45 44 #define NCHANNELS 2 45 #define SAMPLES_PER_FRAME (NCHANNELS * (CLOCK_RATE * 10 / 1000)) 46 46 #define BITS_PER_SAMPLE 16 47 47
Note: See TracChangeset
for help on using the changeset viewer.