aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/Output/jack/bio2jack.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-04-01 11:46:05 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2016-04-01 11:46:05 +0000
commitaf32dbd850a3c6bf548d3ec4bdb82030f13aea0a (patch)
tree46eb414c8c91f1d006f9344873c3f37372b8beb2 /src/plugins/Output/jack/bio2jack.h
parentaf59f0d2fcf4b99a61e19cd017800b648096377e (diff)
downloadqmmp-af32dbd850a3c6bf548d3ec4bdb82030f13aea0a.tar.gz
qmmp-af32dbd850a3c6bf548d3ec4bdb82030f13aea0a.tar.bz2
qmmp-af32dbd850a3c6bf548d3ec4bdb82030f13aea0a.zip
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
Diffstat (limited to 'src/plugins/Output/jack/bio2jack.h')
-rw-r--r--src/plugins/Output/jack/bio2jack.h8
1 files changed, 3 insertions, 5 deletions
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