voice-buffer.h 873 B

12345678910111213141516171819202122232425262728293031
  1. /*
  2. * This file is part of pulseaudio-nokia
  3. *
  4. * Copyright (C) 2009 Nokia Corporation. All rights reserved.
  5. *
  6. * Contact: Maemo Multimedia <multimedia@maemo.org>
  7. *
  8. * This software, including documentation, is protected by copyright
  9. * controlled by Nokia Corporation. All rights are reserved.
  10. *
  11. * Copying, including reproducing, storing, adapting or translating,
  12. * any or all of this material requires the prior written consent of
  13. * Nokia Corporation. This material also contains confidential
  14. * information which may not be disclosed to others without the prior
  15. * written consent of Nokia.
  16. */
  17. #ifndef _voice_buffer_h_
  18. #define _voice_buffer_h_
  19. /* TODO: Move to module-voice-api.h */
  20. #define SAMPLE_RATE_HW_HZ 48000
  21. #define SAMPLE_RATE_AEP_HZ 8000
  22. #define PERIOD_MASTER_USECS 5000
  23. #define PERIOD_AEP_USECS 10000
  24. #define PERIOD_CMT_USECS 20000
  25. #endif