Description: Add features needed to make portmixer work with audacity.
}PaWinDirectSoundStreamInfo;
+/** Retrieve the GUID of the input device.
+ @param stream The stream to query.
+ @return A pointer to the GUID, or NULL if none.
+LPGUID PaWinDS_GetStreamInputGUID( PaStream* s );
+/** Retrieve the GUID of the output device.
+ @param stream The stream to query.
+ @return A pointer to the GUID, or NULL if none.
+LPGUID PaWinDS_GetStreamOutputGUID( PaStream* s );
signed long Pa_GetStreamWriteAvailable( PaStream* stream );
+/** Retrieve the host type handling an open stream.
+ @return Returns a non-negative value representing the host API type
+ handling an open stream or, a PaErrorCode (which are always negative)
+ if PortAudio is not initialized or an error is encountered.
+PaHostApiTypeId Pa_GetStreamHostApiType( PaStream* stream );
/* Miscellaneous utilities */
+++ include/pa_unix_oss.h
+ * $Id: portaudio.patch,v 1.10 2009-06-30 04:52:59 llucius Exp $
+ * PortAudio Portable Real-Time Audio Library
+ * OSS-specific extensions
+ * Copyright (c) 1999-2000 Ross Bencina and Phil Burk
+ * Permission is hereby granted, free of charge, to any person obtaining
+ * a copy of this software and associated documentation files
+ * (the "Software"), to deal in the Software without restriction,
+ * including without limitation the rights to use, copy, modify, merge,