1 /*
2  * Copyright (C) 2015-2020 Alibaba Group Holding Limited
3  */
4 
5 const int16_t RES_AUD_RING_SAMPRATE_8000 [] = {
6 #include "res/ring/SOUND_RING_8000.txt"
7 };
8 #ifdef __BT_WARNING_TONE_MERGE_INTO_STREAM_SBC__
9 
10 const int16_t RES_AUD_RING_SAMPRATE_16000 [] = {
11 #include "res/ring/SOUND_RING_16000.txt"
12 };
13 const int16_t RES_AUD_RING_SAMPRATE_44100[] = {
14 #include "res/ring/SOUND_RING_44100.txt"
15 };
16 
17 const int16_t RES_AUD_RING_SAMPRATE_48000 [] = {
18 #include "res/ring/SOUND_RING_48000.txt"
19 };
20 #endif
21