Home
last modified time | relevance | path

Searched refs:ASIO (Results 1 – 25 of 387) sorted by relevance

12345678910>>...16

/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/cmake/Modules/
H A DFindASIO.cmake5 Try to find the ASIO SDK, if installed (Windows only)
10 This module defines :prop_tgt:`IMPORTED` target ``ASIO::SDK``.
20 ASIO_FOUND - The ASIO SDK headers have been located
22 ASIO_SDK_DIR - Root of the ASIO SDK distribution
29 ASIO_VERSION - The ASIO SDK version found
39 # ASIO is Win32 only
82 if(NOT TARGET ASIO::SDK)
85 add_library(ASIO::SDK INTERFACE IMPORTED)
87 set_target_properties(ASIO::SDK PROPERTIES
90 set_property(TARGET ASIO::SDK APPEND PROPERTY
[all …]
/dports/audio/jamulus/jamulus-r3_8_1/src/res/translation/wininstaller/
H A Dzh_cn.nsi22 "ASIO 驱动"
25 "要使用 Jamulus,您需要一个 ASIO 驱动"
28 "Jamulus 需要 ASIO 驱动以提供低延迟的音频。更多信息:"
31 "jamulus.io 上的关于 ASIO 的更多信息"
37 …"${APP_NAME} 需要 ASIO 音频驱动来正常工作,但在您的 PC 上未能找到。您需要首先安装一个 ASIO 驱动,例如 ASIO4ALL(更多信息请参见 jamulus.io 的 In…
46 "此版本的 ${APP_NAME} 使用了 JACK 音频连接工具。请确保其已被安装,或从 jamulus.io 获取标准版本的,使用 ASIO 的 ${APP_NAME}。"
H A Dpl.nsi22 "sterownik ASIO"
25 "Żeby używać ${APP_NAME}-a potrzebny jest sterownik ASIO"
28 …"${APP_NAME} wymaga sterownika ASIO żeby zapewnić dźwięk o niskich opóźnieniach. Więcej informacji…
31 "Więcej informacji o ASIO na jamulus.io"
37 …"${APP_NAME} wymaga sterownika ASIO do działania, ale nie można go było znaleźć na tym komputerze.…
46 …ACK jest zainstalowany lub pobrać standardową wersję ${APP_NAME}-a z jamulus.io, która używa ASIO."
H A Den.nsi22 "ASIO driver"
25 "To use ${APP_NAME}, you need an ASIO driver"
28 "${APP_NAME} needs an ASIO driver to provide low latency audio. More information:"
31 "More information about ASIO on jamulus.io"
37 …"${APP_NAME} needs an ASIO audio driver to work, but we couldn't find one on your PC. You should i…
46 … been installed or download the standard version of ${APP_NAME} on jamulus.io which is using ASIO."
H A Dit.nsi22 "ASIO driver"
25 "Per usare ${APP_NAME} hai bisogno dei driver ASIO"
28 …"${APP_NAME} ha bisogno dei driver ASIO al fine di garantire una bassa latenza audio. Maggiori Inf…
31 "Maggiori informazioni sui driver ASIO disponibili su jamulus.io"
37 …"Per assicurare una bassa latenza, ${APP_NAME} usa i driver ASIO. Questi non sono presenti sul PC,…
46 …. Assicurati di averlo installato altrimenti scarica ${APP_NAME} su jamulus.io per usare gli ASIO."
/dports/devel/boost-docs/boost_1_72_0/libs/outcome/doc/src/content/recipes/
H A Dasio-integration.md2 title = "ASIO/Networking TS : Boost < 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
22 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
23 and [standalone ASIO](https://think-async.com/Asio/) provide the
27 Historically in ASIO you need to pass completion handler instances
38 The default ASIO implementation always throws exceptions on failure through
45 i/o in ASIO to return a `result<T>`:
54 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
56 this sort of stuff in ASIO
87 ASIO to return from `co_await` a `result` instead of throwing exceptions on
[all …]
H A Dasio-integration-1-70.md2 title = "ASIO/Networking TS: Boost >= 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
21 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
22 and [standalone ASIO](https://think-async.com/Asio/) provide the
26 Historically in ASIO you need to pass completion handler instances
37 The default ASIO implementation always throws exceptions on failure through
44 i/o in ASIO to return a `result<T>`:
53 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
55 this sort of stuff in ASIO
79 ASIO's
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/outcome/doc/src/content/recipes/
H A Dasio-integration.md2 title = "ASIO/Networking TS : Boost < 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
22 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
23 and [standalone ASIO](https://think-async.com/Asio/) provide the
27 Historically in ASIO you need to pass completion handler instances
38 The default ASIO implementation always throws exceptions on failure through
45 i/o in ASIO to return a `result<T>`:
54 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
56 this sort of stuff in ASIO
87 ASIO to return from `co_await` a `result` instead of throwing exceptions on
[all …]
H A Dasio-integration-1-70.md2 title = "ASIO/Networking TS: Boost >= 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
21 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
22 and [standalone ASIO](https://think-async.com/Asio/) provide the
26 Historically in ASIO you need to pass completion handler instances
37 The default ASIO implementation always throws exceptions on failure through
44 i/o in ASIO to return a `result<T>`:
53 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
55 this sort of stuff in ASIO
79 ASIO's
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/outcome/doc/src/content/recipes/
H A Dasio-integration.md2 title = "ASIO/Networking TS : Boost < 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
22 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
23 and [standalone ASIO](https://think-async.com/Asio/) provide the
27 Historically in ASIO you need to pass completion handler instances
38 The default ASIO implementation always throws exceptions on failure through
45 i/o in ASIO to return a `result<T>`:
54 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
56 this sort of stuff in ASIO
87 ASIO to return from `co_await` a `result` instead of throwing exceptions on
[all …]
H A Dasio-integration-1-70.md2 title = "ASIO/Networking TS: Boost >= 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
21 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
22 and [standalone ASIO](https://think-async.com/Asio/) provide the
26 Historically in ASIO you need to pass completion handler instances
37 The default ASIO implementation always throws exceptions on failure through
44 i/o in ASIO to return a `result<T>`:
53 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
55 this sort of stuff in ASIO
79 ASIO's
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/outcome/doc/src/content/recipes/
H A Dasio-integration.md2 title = "ASIO/Networking TS : Boost < 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
22 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
23 and [standalone ASIO](https://think-async.com/Asio/) provide the
27 Historically in ASIO you need to pass completion handler instances
38 The default ASIO implementation always throws exceptions on failure through
45 i/o in ASIO to return a `result<T>`:
54 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
56 this sort of stuff in ASIO
87 ASIO to return from `co_await` a `result` instead of throwing exceptions on
[all …]
H A Dasio-integration-1-70.md2 title = "ASIO/Networking TS: Boost >= 1.70"
3 description = "How to teach ASIO/Networking TS about Outcome."
21 [Boost.ASIO](https://www.boost.org/doc/libs/develop/doc/html/boost_asio.html)
22 and [standalone ASIO](https://think-async.com/Asio/) provide the
26 Historically in ASIO you need to pass completion handler instances
37 The default ASIO implementation always throws exceptions on failure through
44 i/o in ASIO to return a `result<T>`:
53 The below involves a lot of ASIO voodoo. **NO SUPPORT WILL BE GIVEN HERE FOR THE ASIO
55 this sort of stuff in ASIO
79 ASIO's
[all …]
/dports/net/kea/kea-2.0.1/src/lib/asiolink/
H A Dasiolink.dox8 @page libasiolink libkea-asiolink - Kea Boost ASIO Library
10 @section asiolinkUtilities Boost ASIO Utilities
12 The asiolink library (libkea-asiolink) encapsulates Boost ASIO tools:
20 - I/O acceptor: asynchronous server ASIO socket (base class).
22 - I/O address: ASIO IP address.
24 - I/O ASIO socket (derived from I/O socket).
26 - I/O endpoint: ASIO IP endpoint (abstraction of a socket address).
30 - I/O service: ASIO I/O service (named I/O context in recent versions).
32 - I/O socket: ASIO I/O socket base class.
58 @section asiolinkTLSSupport TLS ASIO support
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/doc/src/tutorial/
H A Dcompile_windows_asio_msvc.dox1 /** @page compile_windows_asio_msvc Building Portaudio for Windows with ASIO support using MSVC
4 @section comp_win_asiomsvc1 Portaudio Windows ASIO with MSVC
6 …o with ASIO support using MSVC *from scratch*, without an existing Visual Studio project. For inst…
8 ASIO is a low latency audio API from Steinberg. To compile an ASIO
9 application, you must first download the ASIO SDK from Steinberg. You also
10 need to obtain ASIO drivers for your audio device. Download the ASIO SDK from Steinberg at http://w…
12 …e same level (side by side), one containing PortAudio, one containing the ASIO SDK and one contain…
33 Next, add the following Steinberg ASIO SDK files to the project Source Files:
88 Some source code in the ASIO SDK is not compatible with the Win32 API UNICODE mode (The ASIO SDK ex…
H A Dcompile_windows.dox4 …l five current win32 PortAudio APIs: MME, DirectSound, WASAPI, WDM/KS and ASIO, depending on the p…
10ASIO support, download the ASIO SDK from Steinberg at http://www.steinberg.net/en/company/develope…
76 @section comp_win4 Building without ASIO support
78 To build PortAudio without ASIO support you need to:
80ASIO SDK files. If you're using one of the shipped projects, remove the ASIO related files from th…
82 2) Make sure your project doesn't try to build the PortAudio ASIO implementation files:
89 …pped projects you can find them in the project tree under portaudio > Source Files > hostapi > ASIO
92 … stops src\\os\\win\\pa_win_hostapis.c from trying to initialize the PortAudio ASIO implementation.
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/doc/src/tutorial/
H A Dcompile_windows_asio_msvc.dox1 /** @page compile_windows_asio_msvc Building Portaudio for Windows with ASIO support using MSVC
4 @section comp_win_asiomsvc1 Portaudio Windows ASIO with MSVC
6 …o with ASIO support using MSVC *from scratch*, without an existing Visual Studio project. For inst…
8 ASIO is a low latency audio API from Steinberg. To compile an ASIO
9 application, you must first download the ASIO SDK from Steinberg. You also
10 need to obtain ASIO drivers for your audio device. Download the ASIO SDK from Steinberg at http://w…
12 …e same level (side by side), one containing PortAudio, one containing the ASIO SDK and one contain…
33 Next, add the following Steinberg ASIO SDK files to the project Source Files:
88 Some source code in the ASIO SDK is not compatible with the Win32 API UNICODE mode (The ASIO SDK ex…
/dports/audio/portaudio/portaudio/doc/src/tutorial/
H A Dcompile_windows_asio_msvc.dox1 /** @page compile_windows_asio_msvc Building Portaudio for Windows with ASIO support using MSVC
4 @section comp_win_asiomsvc1 Portaudio Windows ASIO with MSVC
6 …o with ASIO support using MSVC *from scratch*, without an existing Visual Studio project. For inst…
8 ASIO is a low latency audio API from Steinberg. To compile an ASIO
9 application, you must first download the ASIO SDK from Steinberg. You also
10 need to obtain ASIO drivers for your audio device. Download the ASIO SDK from Steinberg at http://w…
12 …e same level (side by side), one containing PortAudio, one containing the ASIO SDK and one contain…
33 Next, add the following Steinberg ASIO SDK files to the project Source Files:
88 Some source code in the ASIO SDK is not compatible with the Win32 API UNICODE mode (The ASIO SDK ex…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/doc/src/tutorial/
H A Dcompile_windows_asio_msvc.dox1 /** @page compile_windows_asio_msvc Building Portaudio for Windows with ASIO support using MSVC
4 @section comp_win_asiomsvc1 Portaudio Windows ASIO with MSVC
6 …o with ASIO support using MSVC *from scratch*, without an existing Visual Studio project. For inst…
8 ASIO is a low latency audio API from Steinberg. To compile an ASIO
9 application, you must first download the ASIO SDK from Steinberg. You also
10 need to obtain ASIO drivers for your audio device. Download the ASIO SDK from Steinberg at http://w…
12 …e same level (side by side), one containing PortAudio, one containing the ASIO SDK and one contain…
33 Next, add the following Steinberg ASIO SDK files to the project Source Files:
88 Some source code in the ASIO SDK is not compatible with the Win32 API UNICODE mode (The ASIO SDK ex…
/dports/sysutils/czkawka/czkawka-3.3.1/cargo-crates/cpal-0.13.4/
H A DREADME.md20 - Windows (via WASAPI by default, see ASIO instructions below)
39 - ASIO (on Windows): `asio`
41 ## ASIO on Windows
43 [ASIO](https://en.wikipedia.org/wiki/Audio_Stream_Input/Output) is an audio
49 CPAL allows for using the ASIO SDK as the audio host on Windows instead of
52 1. **Download the ASIO SDK** `.zip` from [this
70 6. If you don't have any ASIO devices or drivers available, you can [**download
75 bindings to the ASIO SDK. As a result, it is necessary to load some
87 8. Select the ASIO host at the start of our program with the following code:
113 easier, but we are not familiar enough with the ASIO license to do so yet.
[all …]
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/cpal-0.13.4/
H A DREADME.md20 - Windows (via WASAPI by default, see ASIO instructions below)
39 - ASIO (on Windows): `asio`
41 ## ASIO on Windows
43 [ASIO](https://en.wikipedia.org/wiki/Audio_Stream_Input/Output) is an audio
49 CPAL allows for using the ASIO SDK as the audio host on Windows instead of
52 1. **Download the ASIO SDK** `.zip` from [this
70 6. If you don't have any ASIO devices or drivers available, you can [**download
75 bindings to the ASIO SDK. As a result, it is necessary to load some
87 8. Select the ASIO host at the start of our program with the following code:
113 easier, but we are not familiar enough with the ASIO license to do so yet.
[all …]
/dports/emulators/mess/mame-mame0226/3rdparty/portaudio/cmake_support/
H A DFindASIOSDK.cmake3 # - Try to find the ASIO SDK
6 # ASIOSDK_FOUND - system has ASIO SDK
7 # ASIOSDK_ROOT_DIR - path to the ASIO SDK base directory
8 # ASIOSDK_INCLUDE_DIR - the ASIO SDK include directory
/dports/emulators/mame/mame-mame0226/3rdparty/portaudio/cmake_support/
H A DFindASIOSDK.cmake3 # - Try to find the ASIO SDK
6 # ASIOSDK_FOUND - system has ASIO SDK
7 # ASIOSDK_ROOT_DIR - path to the ASIO SDK base directory
8 # ASIOSDK_INCLUDE_DIR - the ASIO SDK include directory
/dports/audio/portaudio/portaudio/cmake_support/
H A DFindASIOSDK.cmake3 # - Try to find the ASIO SDK
6 # ASIOSDK_FOUND - system has ASIO SDK
7 # ASIOSDK_ROOT_DIR - path to the ASIO SDK base directory
8 # ASIOSDK_INCLUDE_DIR - the ASIO SDK include directory
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/portaudio_sc_org/cmake_support/
H A DFindASIOSDK.cmake3 # - Try to find the ASIO SDK
6 # ASIOSDK_FOUND - system has ASIO SDK
7 # ASIOSDK_ROOT_DIR - path to the ASIO SDK base directory
8 # ASIOSDK_INCLUDE_DIR - the ASIO SDK include directory

12345678910>>...16