Home
last modified time | relevance | path

Searched refs:PaDeviceIndex (Results 1 – 25 of 264) sorted by relevance

1234567891011

/dports/audio/jack/jack2-eaedec353489f26617221d66f80fd2503953c663/windows/portaudio/
H A DJackPortAudioDevices.h38 PaDeviceIndex fNumDevice; //number of devices
47 PaDeviceIndex GetNumDevice();
48 PaDeviceInfo* GetDeviceInfo(PaDeviceIndex id);
49 std::string GetDeviceName(PaDeviceIndex id);
51 std::string GetHostFromDevice(PaDeviceIndex id);
52 std::string GetFullName(PaDeviceIndex id);
54 PaDeviceInfo* GetDeviceFromFullName(std::string fullname, PaDeviceIndex& id, bool isInput);
56 int GetInputDeviceFromName(const char* name, PaDeviceIndex& device, int& in_max);
57 int GetOutputDeviceFromName(const char* name, PaDeviceIndex& device, int& out_max);
58 int GetPreferredBufferSize(PaDeviceIndex id);
[all …]
H A DJackPortAudioDevices.cpp29 PaDeviceIndex id; in PortAudioDevices()
56 PaDeviceIndex PortAudioDevices::GetNumDevice() in GetNumDevice()
61 PaDeviceInfo* PortAudioDevices::GetDeviceInfo(PaDeviceIndex id) in GetDeviceInfo()
66 string PortAudioDevices::GetDeviceName(PaDeviceIndex id) in GetDeviceName()
76 string PortAudioDevices::GetHostFromDevice(PaDeviceIndex id) in GetHostFromDevice()
81 string PortAudioDevices::GetFullName(PaDeviceIndex id) in GetFullName()
125 for (PaDeviceIndex dev_id = 0; dev_id < fNumDevice; dev_id++) { in GetDeviceFromFullName()
209 int PortAudioDevices::GetPreferredBufferSize(PaDeviceIndex id) in GetPreferredBufferSize()
238 PaDeviceIndex id; in DisplayDevicesNames()
300 bool PortAudioDevices::IsDuplex(PaDeviceIndex id) in IsDuplex()
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/include/
H A Dportaudio.h212 typedef int PaDeviceIndex; typedef
220 #define paNoDevice ((PaDeviceIndex)-1)
228 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
316 PaDeviceIndex defaultInputDevice;
322 PaDeviceIndex defaultOutputDevice;
382 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
422 PaDeviceIndex Pa_GetDeviceCount( void );
431 PaDeviceIndex Pa_GetDefaultInputDevice( void );
449 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
533 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/comms/wsjtz/wsjtx/lib/ft2/
H A Dportaudio.h152 typedef int PaDeviceIndex; typedef
160 #define paNoDevice ((PaDeviceIndex)-1)
168 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
254 PaDeviceIndex defaultInputDevice;
260 PaDeviceIndex defaultOutputDevice;
320 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
360 PaDeviceIndex Pa_GetDeviceCount( void );
369 PaDeviceIndex Pa_GetDefaultInputDevice( void );
387 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
467 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
/dports/audio/espeak/espeak-1.48.04-source/src/
H A Dportaudio.h154 typedef int PaDeviceIndex; typedef
162 #define paNoDevice ((PaDeviceIndex)-1)
170 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
258 PaDeviceIndex defaultInputDevice;
264 PaDeviceIndex defaultOutputDevice;
324 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
364 PaDeviceIndex Pa_GetDeviceCount( void );
373 PaDeviceIndex Pa_GetDefaultInputDevice( void );
391 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
471 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
/dports/audio/faustlive/faustlive-2.5.7/lib/portaudio/include/
H A Dportaudio.h212 typedef int PaDeviceIndex; typedef
220 #define paNoDevice ((PaDeviceIndex)-1)
228 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
316 PaDeviceIndex defaultInputDevice;
322 PaDeviceIndex defaultOutputDevice;
382 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
422 PaDeviceIndex Pa_GetDeviceCount( void );
431 PaDeviceIndex Pa_GetDefaultInputDevice( void );
449 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
533 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/games/flightgear/flightgear-2020.3.11/3rdparty/iaxclient/lib/portaudio/include/
H A Dportaudio.h153 typedef int PaDeviceIndex; typedef
161 #define paNoDevice ((PaDeviceIndex)-1)
169 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
256 PaDeviceIndex defaultInputDevice;
262 PaDeviceIndex defaultOutputDevice;
322 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
362 PaDeviceIndex Pa_GetDeviceCount( void );
371 PaDeviceIndex Pa_GetDefaultInputDevice( void );
389 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
469 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h62 PaError PaAsio_GetAvailableLatencyValues( PaDeviceIndex device,
72 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
82 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
91 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/devel/upp/upp/bazaar/plugin/portaudio/
H A Dportaudio.h161 typedef int PaDeviceIndex; typedef
169 #define paNoDevice ((PaDeviceIndex)-1)
177 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
265 PaDeviceIndex defaultInputDevice;
271 PaDeviceIndex defaultOutputDevice;
331 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
371 PaDeviceIndex Pa_GetDeviceCount( void );
380 PaDeviceIndex Pa_GetDefaultInputDevice( void );
398 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
482 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/math/octave-forge-ltfat/ltfat/thirdparty/Playrec/
H A Dportaudio.h161 typedef int PaDeviceIndex; typedef
169 #define paNoDevice ((PaDeviceIndex)-1)
177 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
265 PaDeviceIndex defaultInputDevice;
271 PaDeviceIndex defaultOutputDevice;
331 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
371 PaDeviceIndex Pa_GetDeviceCount( void );
380 PaDeviceIndex Pa_GetDefaultInputDevice( void );
398 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
482 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/include/
H A Dportaudio.h212 typedef int PaDeviceIndex; typedef
220 #define paNoDevice ((PaDeviceIndex)-1)
228 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
316 PaDeviceIndex defaultInputDevice;
322 PaDeviceIndex defaultOutputDevice;
382 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
422 PaDeviceIndex Pa_GetDeviceCount( void );
431 PaDeviceIndex Pa_GetDefaultInputDevice( void );
449 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
533 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/audio/portaudio/portaudio/include/
H A Dportaudio.h212 typedef int PaDeviceIndex; typedef
220 #define paNoDevice ((PaDeviceIndex)-1)
228 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
317 PaDeviceIndex defaultInputDevice;
323 PaDeviceIndex defaultOutputDevice;
383 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
423 PaDeviceIndex Pa_GetDeviceCount( void );
432 PaDeviceIndex Pa_GetDefaultInputDevice( void );
450 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
534 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/audio/praat/praat-6.2.03/external/portaudio/
H A Dportaudio.h212 typedef int PaDeviceIndex; typedef
220 #define paNoDevice ((PaDeviceIndex)-1)
228 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
316 PaDeviceIndex defaultInputDevice;
322 PaDeviceIndex defaultOutputDevice;
382 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
422 PaDeviceIndex Pa_GetDeviceCount( void );
431 PaDeviceIndex Pa_GetDefaultInputDevice( void );
449 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
533 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/include/
H A Dportaudio.h212 typedef int PaDeviceIndex; typedef
220 #define paNoDevice ((PaDeviceIndex)-1)
228 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
316 PaDeviceIndex defaultInputDevice;
322 PaDeviceIndex defaultOutputDevice;
382 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
422 PaDeviceIndex Pa_GetDeviceCount( void );
431 PaDeviceIndex Pa_GetDefaultInputDevice( void );
449 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
533 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
H A Dpa_asio.h70 PaError PaAsio_GetAvailableBufferSizes( PaDeviceIndex device,
87 PaError PaAsio_ShowControlPanel( PaDeviceIndex device, void* systemSpecific );
97 PaError PaAsio_GetInputChannelName( PaDeviceIndex device, int channelIndex,
106 PaError PaAsio_GetOutputChannelName( PaDeviceIndex device, int channelIndex,
/dports/audio/milkytracker/MilkyTracker-1.03.00/src/milkyplay/drivers/generic/portaudio/
H A Dportaudio.h164 typedef int PaDeviceIndex; typedef
172 #define paNoDevice ((PaDeviceIndex)-1)
180 #define paUseHostApiSpecificDeviceSpecification ((PaDeviceIndex)-2)
268 PaDeviceIndex defaultInputDevice;
274 PaDeviceIndex defaultOutputDevice;
334 PaDeviceIndex Pa_HostApiDeviceIndexToDeviceIndex( PaHostApiIndex hostApi,
374 PaDeviceIndex Pa_GetDeviceCount( void );
383 PaDeviceIndex Pa_GetDefaultInputDevice( void );
401 PaDeviceIndex Pa_GetDefaultOutputDevice( void );
481 const PaDeviceInfo* Pa_GetDeviceInfo( PaDeviceIndex device );
[all …]
/dports/audio/supercollider/SuperCollider-3.11.0-Source/common/
H A DSC_PaUtils.hpp9 std::string GetPaDeviceName(PaDeviceIndex index);
13 PaDeviceIndex GetPaDeviceFromName(const char* device, bool isInput);
19 PaError TryGetDefaultPaDevices(PaDeviceIndex* inDevice, PaDeviceIndex* outDevice, int numIns, int n…
/dports/audio/denemo/denemo-2.0.6/src/audio/
H A Dportaudioutil.c33 PaDeviceIndex num = Pa_GetDeviceCount (); in get_portaudio_devices()
40 PaDeviceIndex i; in get_portaudio_devices()
73 PaDeviceIndex
89 PaDeviceIndex index = g_list_position (list, item); in get_portaudio_device_index()
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/portaudio-sys-0.1.1/
H A Dlib.rs43 pub type PaDeviceIndex = ::libc::c_int; typedef
67 pub defaultInputDevice: PaDeviceIndex,
68 pub defaultOutputDevice: PaDeviceIndex,
96 pub device: PaDeviceIndex,
143 PaDeviceIndex; in Pa_HostApiDeviceIndexToDeviceIndex()
145 pub fn Pa_GetDeviceCount() -> PaDeviceIndex; in Pa_GetDeviceCount()
146 pub fn Pa_GetDefaultInputDevice() -> PaDeviceIndex; in Pa_GetDefaultInputDevice()
147 pub fn Pa_GetDefaultOutputDevice() -> PaDeviceIndex; in Pa_GetDefaultOutputDevice()
148 pub fn Pa_GetDeviceInfo(device: PaDeviceIndex) -> *const PaDeviceInfo; in Pa_GetDeviceInfo()

1234567891011