tts_config.h 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. /* Copyright (C) 2018 RDA Technologies Limited and/or its affiliates("RDA").
  2. * All rights reserved.
  3. *
  4. * This software is supplied "AS IS" without any warranties.
  5. * RDA assumes no responsibility or liability for the use of the software,
  6. * conveys no license or title under any patent, copyright, or mask work
  7. * right to the product. RDA reserves the right to make changes in the
  8. * software without notification. RDA also make no representation or
  9. * warranty that such application will be suitable for the specified use
  10. * without further testing or modification.
  11. */
  12. #ifndef _TTS_CONFIG_H_
  13. #define _TTS_CONFIG_H_
  14. // Auto generated. Don't edit it manually!
  15. #define LOG_TAG_TTS OSI_MAKE_LOG_TAG('T', 'T', 'S', ' ')
  16. /**
  17. * Whether TTS player is supported
  18. */
  19. #define CONFIG_TTS_ENABLE
  20. /**
  21. * Wheth the dummy TTS engine is enabled.
  22. *
  23. * When a real TTS engine is used, it must be disabled.
  24. */
  25. /* #undef CONFIG_TTS_DUMMY_SUPPORT */
  26. /**
  27. * TTS thread stack size in bytes
  28. */
  29. /* #undef CONFIG_TTS_STACK_SIZE */
  30. /**
  31. * TTS output PCM sample rate
  32. */
  33. /* #undef CONFIG_TTS_PCM_SAMPLE_RATE */
  34. #endif