#Asio

2025-11-03

"Steinberg cấp phép双 ASIO dưới GPLv3 để hợp tác với OBS! Điều này sẽ giúp nhiều ứng dụng âm thanh FOSS khác #OBS #ASIO #GPLv3 #FOSS #ÂmThanhMở #CôngNghệMở #Steinberg"

reddit.com/r/opensource/commen

2025-11-02

Perhaps "inspired" by #clap (😜), #steinberg made #vst3 #opensource about a week ago using the #mit license.

This allows #developer (s) to create VST3 #plugin (s) without the previous licensing restrictions from Steinberg, and it aims to encourage more community-driven development and Open Source projects.

#asio, another Steinberg technology, has been open sourced as well.

forums.steinberg.net/t/vst-3-8
forums.steinberg.net/t/vst-3-s

Tenacity Audio Editortenacity@floss.social
2025-10-31

It appears that the #ASIO SDK is now available under the GPL v3. This is quite a big deal and means we can have official ASIO-enabled builds on Windows from now on.

This is awesome! 🎉

EDIT: To clarify, the ASIO SDK is available under the GPL v3 in addition to its proprietary license. Still, this is huge!

Tim Riemannoctoate
2025-10-31

Steinberg gibt also und unter Open Source Lizenzen frei? Nachdem sie sich das mit VST2 erlaubt haben, finde ich, dass man besser auf setzen sollte. Irgendwie kann ich mich darüber nicht besonders freuen... heise.de/news/Steinberg-gibt-A

Synapsenkitzler 🌻 🌈synapsenkitzler@digitalcourage.social
2025-10-30

Cool. Aber wie konnte dann bisher Asio4All möglich und kostenlos sein, wenn Steinberg scheinbar ein Recht über ASIO hatte? (Und wieso geht das überhaupt bei so einer grundlegenden Technologie?)

de.asio4all.org/about/
Danke an Asio4all. Ohne das könntre ich (ohne ext. Hardware die einen eigenen ASIO-Treiber mitbringt) über dien onboard Soundchip nicht vernünftig (=latenzarm) Musik machen. Nutze ich seit ca. 20 Jahren. ❤️
(S.a. heise.de/download/product/asio )

#asio #asio4all #steinberg #daw

2025-10-29
Rex BannerRex_Banner
2025-10-29

Musik macht man selbst.

gibt Audio-Schnittstellen und unter Open-Source-Lizenzen frei,

Software-Entwickler können die Audio-Schnittstellen künftig in Software einbinden. Das öffnet den Weg für eine breitere Nutzung unter .

Kai Rüsberg :mastodon:Ruhrnalist
2025-10-29

@ct_Magazin Kann jemand skizzieren, was die Open Source Stellung der und Treiber genau bedeuten könnte?

Jan Wildeboer 😷:krulorange:jwildeboer@social.wildeboer.net
2025-10-29

Yo, #Audio folks! Good news! #Steinberg #VST 3.8 SDK is now MIT licensed [1], the #ASIO license model has been extended to support GPLv3, which will help OBS users [2].

[1] steinberg.net/press/2025/vst-3
[2] steinberg.net/press/2025/obs-c

The official logo for VST compatibilityThe official logo for ASIO compatibility
2025-08-29

I read the article more than a little dismissive of what it might or might not reveal about #ASIO and its current Director. But it left me a little amused if somewhat vindicated. It’s not so much a report as it is an opinion piece, indeed various opinions.

It’s an interesting read for those who know little about our Intelligence Services, not altogether revealing but nevertheless informative. It does wet one’s appetite for reading the Official History though. Which is also a good thing.

Personaly, I have a lot of respect for the Director and his efforts to bring ASIO out of the closet.

rssfeed.media/@abcfeeds/115109

2025-08-27

Experts warned of potential risk of violence in sovereign citizen movement before deadly Porepunkah shooting

A former magistrate issued a stark warning a week ago about the sovereign citizen movement in Australia. “Government…
#NewsBeep #News #Headlines #asio #AU #Australia #christinesarteschi #davidheilpern #desifreeman #dezifreeman #fourcorners #joemcintyre #lawfare #mikeburgess #porepunkah #pseudolaw #sovcit #sovereigncitizen #sovereigncitizens #VictoriaPolice
newsbeep.com/86196/

2025-08-26

В Asio за корутинами

Когда я начал работать с Asio и изучал документацию библиотеки, прочитал мнение, что доку писали «для роботов». Описание каждого концепта, функции или особенности приводится лишь однажды, без перекрестных ссылок и других удобных для разработчика деталей. Документация составлена так, что понять ее может разве что машина, «просканировав» текст целиком. Я подумал, что было бы здорово написать статью, которая служила бы введением в библиотеку. Статью, которая помогла бы начать пользоваться Asio, даже если раньше вы с ней не работали. Что получилось, читайте под катом.

habr.com/ru/companies/yadro/ar

#c++20 #coroutine #asio

2025-08-03

Switched to PlayonLinux for more convenient config. Still no clue how to get ASIO to work. There is a "wineasio" install feature but that only works in 32bit. But i need a 64bit for TONEX to work, right?!

webresearch so far without any clue.

Btw TONEX loads but the preferences window's respnose is also pretty bad.

that was a not that successful sunday.

#linuxaudio #linuxaudioproduction #wine #asio

2025-07-31

ASIO disrupted 24 ‘major espionage and foreign interference’ operations in three years

Australia’s domestic spy chief has used a major speech in Adelaide to warn foreign espionage is costing the…
#NewsBeep #News #Headlines #asio #AU #Australia #Espionage #foreigninterference #Intelligence #mikeburgess #Security
newsbeep.com/30583/

2025-07-31
Hacker Newsh4ckernews
2025-07-15

C++ Coroutines Advanced: Converting std:future to asio:awaitable

ddhigh.com/en/2025/07/15/cpp-c

++ ::future :awaitable ++

GripNewsGripNews
2025-07-15

🌘 C++ Coroutine 進階:將 std::future 轉換為 asio::awaitable
➤ 提升 C++ 非同步程式設計效率的關鍵技巧
ddhigh.com/en/2025/07/15/cpp-c
本文詳細介紹了一種高效、線程安全的將傳統 `std::future<T>` 轉換為 `asio::awaitable<T>` 的方法,尤其適用於使用 Boost.Asio 或獨立 Asio 的現代 C++ 非同步程式設計。此方法基於 `asio::async_initiate`,利用線程池避免阻塞 I/O 線程,並提供了完善的異常處理機制,確保程式碼的效能與穩定性。
+ 終於找到一種解決 `std::future` 和 `asio` 整合問題的有效方法了,之前的輪詢方式實在太慢了!
+ 這篇文章寫得非常清楚,範例程式碼也很實用,讓我對 C++ Coroutine 的應用有了更深入的理解。
++ Programming

UmWerker 🕊 ☮️ 🤘UmWerker@todon.nl
2025-07-14

Auf meinem frisch installierten #ArchLinux bekomme ich seit Tagen nicht #musikcube installiert. #pikaur scheitert aufgrund eines "schwerwiegenden Fehlers", da es Datei oder Verzeichnis "asio/io_service.hpp" nicht finden kann.

#asio ist aber mit #pacman installiert. Wo liegt also der Fehler? Ich bin ratlos.

#Arch #Linux #music #cli

Denisdenislh
2025-06-28

Who Do Australia’s Security Agencies Really Protect?
, , ,

Are Australia’s security agencies protecting the public or shielding power? Discover how ASIO and the police are used to control dissent, not safeguard democracy.

socialjusticeaustralia.com.au/

Who do Australia's security agencies really protect?

Client Info

Server: https://mastodon.social
Version: 2025.07
Repository: https://github.com/cyevgeniy/lmst