sndinfo.h 1.3 KB

123456789101112131415161718192021222324252627282930313233343536
  1. /*
  2. * Copyright (c) 1983-2013 Trevor Wishart and Composers Desktop Project Ltd
  3. * http://www.trevorwishart.co.uk
  4. * http://www.composersdesktop.com
  5. *
  6. This file is part of the CDP System.
  7. The CDP System is free software; you can redistribute it
  8. and/or modify it under the terms of the GNU Lesser General Public
  9. License as published by the Free Software Foundation; either
  10. version 2.1 of the License, or (at your option) any later version.
  11. The CDP System is distributed in the hope that it will be useful,
  12. but WITHOUT ANY WARRANTY; without even the implied warranty of
  13. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  14. GNU Lesser General Public License for more details.
  15. You should have received a copy of the GNU Lesser General Public
  16. License along with the CDP System; if not, write to the Free Software
  17. Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  18. 02111-1307 USA
  19. *
  20. */
  21. #define IS_GROUCHO_COMPILE (1)
  22. #define MAX_TIMESUM_SPLEN (2000.0) /* ms */
  23. #define TIMESUM_DEFAULT_SPLEN (15.0) /* ms */
  24. #define MAX_SFDIFF_CNT (1000)
  25. #define MU_MAXGAIN (128.0)
  26. #define MAX_OCTSHIFT (8.0)
  27. int do_sndinfo(dataptr dz);
  28. int do_musunits(dataptr dz);