mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-10-31 22:25:35 -04:00
pcm laspa plugin - Added credits to MediaNet AG
This commit is contained in:
parent
7eff603576
commit
48d731debf
1 changed files with 9 additions and 3 deletions
|
|
@ -1,13 +1,15 @@
|
|||
/**
|
||||
7/**
|
||||
* \file pcm/pcm_ladspa.c
|
||||
* \ingroup PCM_Plugins
|
||||
* \brief ALSA Plugin <-> LADSPA Plugin Interface
|
||||
* \author Jaroslav Kysela <perex@suse.cz>
|
||||
* \date 2001,2005
|
||||
* \author Jaroslav Kysela <perex@perex.cz>
|
||||
* \date 2001,2006
|
||||
*/
|
||||
/*
|
||||
* PCM - LADSPA integration plugin
|
||||
* Copyright (c) 2001 by Jaroslav Kysela <perex@suse.cz>
|
||||
* Copyright (c) 2001-2006 by Jaroslav Kysela <perex@suse.cz>
|
||||
* Copyright (c) 2005 by Jaroslav Kysela <perex@perex.cz>
|
||||
*
|
||||
*
|
||||
* This library is free software; you can redistribute it and/or modify
|
||||
|
|
@ -24,6 +26,10 @@
|
|||
* License along with this library; if not, write to the Free Software
|
||||
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
*
|
||||
*
|
||||
* perex@perex.cz 2005/12/13
|
||||
* The LADSPA plugin rewrite was sponsored by MediaNet AG
|
||||
* http://www.medianet.ag
|
||||
*/
|
||||
|
||||
#include <dirent.h>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue