upse-ps1-spu-reverb.h 792 B

12345678910111213141516171819202122232425
  1. /*
  2. * UPSE: the unix playstation sound emulator.
  3. *
  4. * Filename: upse-ps1-spu-reverb.h
  5. * Purpose: libupse: PS1 SPU reverb header
  6. *
  7. * Copyright (c) 2007 William Pitcock <nenolod@sacredspiral.co.uk>
  8. * Portions copyright (c) 2002 Pete Bernert <BlackDove@addcom.de>
  9. * Portions copyright (c) 2003 Neill Corlett
  10. *
  11. * UPSE is free software, released under the GNU General Public License,
  12. * version 2.
  13. *
  14. * A copy of the GNU General Public License, version 2, is included in
  15. * the UPSE source kit as COPYING.
  16. *
  17. * UPSE is offered without any warranty of any kind, explicit or implicit.
  18. */
  19. #ifndef _UPSE__LIBUPSE__UPSE_PS1_SPU_REVERB_H__GUARD
  20. #define _UPSE__LIBUPSE__UPSE_PS1_SPU_REVERB_H__GUARD
  21. extern void MixREVERBLeftRight(s32 * oleft, s32 * oright, s32 inleft, s32 inright);
  22. #endif