template.c: reformat
This commit is contained in:
parent
918361489c
commit
b50915aed6
@ -181,8 +181,10 @@ main(void)
|
|||||||
5 * 4 /* 4 uint32_t values */ +
|
5 * 4 /* 4 uint32_t values */ +
|
||||||
4 * 2 /* 5 uint16_t values */ +
|
4 * 2 /* 5 uint16_t values */ +
|
||||||
PRODUCT /* sample data */,
|
PRODUCT /* sample data */,
|
||||||
fmt_data_length = 16 /* length of format data before this value
|
fmt_data_length = 16 /*
|
||||||
in the file format structure */,
|
* length of format data before this value
|
||||||
|
* in the file format structure
|
||||||
|
*/,
|
||||||
sample_rate = SAMPLE_RATE,
|
sample_rate = SAMPLE_RATE,
|
||||||
byte_rate = (SAMPLE_RATE * BIT_DEPTH * CHANNELS) / 8;
|
byte_rate = (SAMPLE_RATE * BIT_DEPTH * CHANNELS) / 8;
|
||||||
uint16_t fmt_type = 1, // format type is PCM
|
uint16_t fmt_type = 1, // format type is PCM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user