TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: How to get started with audio programming?

14 点作者 Flex247A将近 4 年前
I have played with OpenAL-soft [0] and libsndfile [1] to make a simple music player. It works fine but I want to learn the deeper concepts behind how computer audio works. I am a CS student and I know C&#x2F;C++, Python, and high school mathematics. I came across &#x27;The Audio Programming Book&#x27; [2] which seems suited for my level. Can you recommend me some more related resources?<p>[0] https:&#x2F;&#x2F;openal-soft.org&#x2F;<p>[1] http:&#x2F;&#x2F;www.mega-nerd.com&#x2F;libsndfile&#x2F;<p>[2] https:&#x2F;&#x2F;mitpress.mit.edu&#x2F;books&#x2F;audio-programming-book

6 条评论

joemidgett将近 4 年前
<a href="https:&#x2F;&#x2F;ccrma.stanford.edu&#x2F;~jos" rel="nofollow">https:&#x2F;&#x2F;ccrma.stanford.edu&#x2F;~jos</a> <a href="https:&#x2F;&#x2F;www.dspguide.com" rel="nofollow">https:&#x2F;&#x2F;www.dspguide.com</a> <a href="https:&#x2F;&#x2F;www.willpirkle.com&#x2F;about&#x2F;books" rel="nofollow">https:&#x2F;&#x2F;www.willpirkle.com&#x2F;about&#x2F;books</a> Musimathics Volumes 1 and 2
Flex247A将近 4 年前
There was a related thread on HN related to audio programming: <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26916254" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=26916254</a> but it was centered around DSP and audio plugins, which is a bit too high level for me. I want to learn more about things like how audio libraries like OpenAL and ALSA work.
mxmilkiib将近 4 年前
Come hang, chat and idle in #lad on libera.chat
mu55将近 4 年前
pure data is great for learning the very basics of audio programming. <a href="https:&#x2F;&#x2F;puredata.info&#x2F;" rel="nofollow">https:&#x2F;&#x2F;puredata.info&#x2F;</a>
mikewarot将近 4 年前
If you want hands on play with signal processing, GNU Radio works just fine at audio rates, and can use the mic&#x2F;speakers on your PC.
zgniatacz将近 4 年前
vcv rack