ALSA tutorial required

前端 未结 3 786
北荒
北荒 2020-12-13 07:43

I am New to audio programming.I want to create small application which is capable of playing and gives volume control . I am using alsa-lib.

I want to know what is

3条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-13 08:19

    Just collecting some here, that have example code:

    • ALSA Programming HOWTO v.1.0.0 [alsamodular.sourceforge.net]
    • A tutorial on using the ALSA Audio API [equalarea.com] 2002
    • A close look at ALSA [volkerschatz.com]
    • ALSA API - Sample Programs With Source Code By Aquiles Yanez 2005
    • Introduction to Sound Programming with ALSA | Linux Journal (pg3 with example code) 2004

    Note that some of these are old, and API may have changed in the meantime... you can also look up aplay.c (the source for the command line arecord and aplay), but that one is not the easiest to read for starters...

提交回复
热议问题