/[rdesktop]/jpeg/rdesktop/trunk/rdpsnd_dsp.h
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /jpeg/rdesktop/trunk/rdpsnd_dsp.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1263 by stargo, Sun Sep 17 18:08:51 2006 UTC revision 1342 by ossman_, Wed Dec 6 13:29:42 2006 UTC
# Line 18  Line 18 
18     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
19  */  */
20    
21    /* Software volume control */
22  void rdpsnd_dsp_softvol_set(uint16 left, uint16 right);  void rdpsnd_dsp_softvol_set(uint16 left, uint16 right);
23    
24  STREAM rdpsnd_dsp_process(STREAM s, struct audio_driver *current_driver, WAVEFORMATEX * format);  /* Resample control */
25    BOOL rdpsnd_dsp_resample_set(uint32 device_srate, uint16 device_bitspersample,
26                                 uint16 device_channels);
27    BOOL rdpsnd_dsp_resample_supported(WAVEFORMATEX * pwfx);
28    
29    STREAM rdpsnd_dsp_process(unsigned char *data, unsigned int size,
30                              struct audio_driver *current_driver, WAVEFORMATEX * format);

Legend:
Removed from v.1263  
changed lines
  Added in v.1342

  ViewVC Help
Powered by ViewVC 1.1.26