1
0

template.c: reformat

This commit is contained in:
パチュリー・ノーレッジ 2024-01-09 15:42:43 +03:00
parent 918361489c
commit b50915aed6
Signed by: 80486DX2-66
GPG Key ID: 83631EF27054609B

View File

@ -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