slin_ulaw_ex.h 937 B

1234567891011121314151617181920212223242526
  1. /*
  2. * slin_ulaw_ex.h --
  3. *
  4. * Signed 16-bit audio data, 10 milliseconds worth at 8 kHz.
  5. *
  6. * Source: g723.example
  7. *
  8. * Copyright (C) 2001, Linux Support Services, Inc.
  9. *
  10. * Distributed under the terms of the GNU General Public License
  11. *
  12. */
  13. static signed short slin_ulaw_ex[] = {
  14. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  15. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  16. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  17. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  18. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  19. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  20. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  21. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  22. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000,
  23. 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000, 0x0000
  24. };