From af32dbd850a3c6bf548d3ec4bdb82030f13aea0a Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Fri, 1 Apr 2016 11:46:05 +0000 Subject: jack: removed libsamplerate dependency (using soxr instead) git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6215 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Output/jack/bio2jack.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/plugins/Output/jack/bio2jack.h') diff --git a/src/plugins/Output/jack/bio2jack.h b/src/plugins/Output/jack/bio2jack.h index f81a7c777..50fbb54b4 100644 --- a/src/plugins/Output/jack/bio2jack.h +++ b/src/plugins/Output/jack/bio2jack.h @@ -58,11 +58,9 @@ enum pos_enum { BYTES, MILLISECONDS }; void JACK_Init(void); /* call this before any other bio2jack calls */ void JACK_DoSampleRateConversion(bool value); /* whether the next device that's Open()d should do sample rate conversion if necessary */ -void JACK_SetSampleRateConversionFunction(int converter); /* which SRC converter function should be used - for the next Open()d device */ int JACK_Open(int *deviceID, unsigned int bits_per_sample, unsigned long *rate, int channels); /* Note: defaults to 0 input channels - if you need input (record) use OpenEx - instead */ + if you need input (record) use OpenEx + instead */ int JACK_OpenEx(int *deviceID, unsigned int bits_per_channel, unsigned long *rate, unsigned int input_channels, unsigned int output_channels, @@ -135,7 +133,7 @@ enum JACK_PORT_CONNECTION_MODE }; /* set the mode for port connections */ -/* defaults to CONNECT_ALL */ +/* defaults to CONNECT_ALL */ void JACK_SetPortConnectionMode(enum JACK_PORT_CONNECTION_MODE mode); #ifdef __cplusplus -- cgit v1.2.3-13-gbd6f