ACOUSTICS & DSP RESEARCH

udpserver.cpp

udpserver.cpp #include <iostream> #include <boost/array.hpp> #include <boost/asio.hpp> #include <boost/lexical_cast.hpp> #include <boost/thread.hpp> int main(int argc, char *argv[]) { boost::asio::io_service io_service; boost::asio::ip::udp::socket socket(io_service); boost::asio::ip::udp::endpoint remote_endpoint; bool broadcast = true; socket.open(boost::asio::ip::udp::v4()); // TO…Read moreudpserver.cpp

ACOUSTICS & DSP DATA MANAGEMENT RESEARCH

libs/beast/example/websocket/server/sync-ssl/websocket_server_sync_ssl.cpp – 1.81.0

libs/beast/example/websocket/server/sync-ssl/websocket_server_sync_ssl.cpp // // Copyright (c) 2016-2019 Vinnie Falco (vinnie dot falco at gmail dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt…Read morelibs/beast/example/websocket/server/sync-ssl/websocket_server_sync_ssl.cpp – 1.81.0

ACOUSTICS & DSP RESEARCH

boost asio channels “no type named ‘receive_cancelled_signature'”

Simpler repro: Live On Coliru #include <boost/asio/experimental/channel.hpp> #include <boost/asio/system_executor.hpp> using Channel = boost::asio::experimental::channel<void(std::error_code, size_t)>; int main() { Channel c(boost::asio::system_executor{}); } shared_ptr, A, list and the loop had nothing to do…Read moreboost asio channels “no type named ‘receive_cancelled_signature'”

ACOUSTICS & DSP RESEARCH

c++ – Implementing task primitives based on asio::awaitable

You can use the experimental operator overloads to combine awaitables. E.g. Live On Coliru #include <boost/asio.hpp> #include <boost/asio/awaitable.hpp> #include <boost/asio/detached.hpp> #include <boost/asio/experimental/awaitable_operators.hpp> #include <boost/asio/use_awaitable.hpp> #include <iostream> using namespace std::chrono_literals; auto…Read morec++ – Implementing task primitives based on asio::awaitable

ACOUSTICS & DSP GAME ENGINES RESEARCH

Compatible hardware for Bitheadz software Bitheadz : Unity DS1, Retro AS1

BitHeadz Sound Cards Compatibility Listas of 7/23/1999 MAC certified AudioMedia III -SoundManager/ASIO/Direct I/OAudioWerk8 -ASIOEvent Darla/Gina/Layla -ASIOKorg 1212 I/O -ASIOMac Built -In SoundManagerMidiMan 2044 -SoundManager/ASIOMotu 2408 -SoundManager/ASIOSonorus StudI/O -ASIOLexicon Studio -ASIODigiDesign…Read moreCompatible hardware for Bitheadz software Bitheadz : Unity DS1, Retro AS1