blob: d2baae28c68c6343bb9312d40036f48d46fb9964 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001
2/*
3 * Copyright (C) 2019 ZTE, China
4 *
5 * This is the header file for the voice lib.
6 *
7 */
8
9#ifndef __VOICE_LIB_H
10#define __VOICE_LIB_H
11
12 int voice_close(T_Voice_Para *para);
13 int voice_open(T_Voice_Para *para);
14 int voice_Vploop(int *path);
15 int zDrvVolte_PreOpen(T_ZDrvVolte_Cfg *cfgParam);
16 void zDrvVolte_PreClose(void);
17
18#endif