annotate scripts/audio/module.mk @ 19524:9a9b0985e508

audio documentation content and building changes * Makefile.am: removed audiodevinfo.texi, audioplayer.texi, audiorecorder.texi and audiofile.texi from the target list * audio.txi: removed the menu to access the audio documentation files and removed includes for the audio documentation files * audioplayer.m: fixed a docstring that was using an un-escaped @ symbol * module.mk: added @audioplayer and @audioplayer method functions to the file list
author Vytautas Jančauskas <unaudio@gmail.com>
date Thu, 19 Sep 2013 15:13:48 +0300
parents ee3ec3f02358
children 0165d9607624
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
1 FCN_FILE_DIRS += audio
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
2
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
3 audio_FCN_FILES = \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
4 audio/lin2mu.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
5 audio/loadaudio.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
6 audio/mu2lin.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
7 audio/playaudio.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
8 audio/record.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
9 audio/saveaudio.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
10 audio/setaudio.m \
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
11 audio/wavread.m \
19522
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
12 audio/wavwrite.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
13 audio/@audioplayer/__get_properties__.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
14 audio/@audioplayer/audioplayer.m \
19524
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
15 audio/@audioplayer/display.m \
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
16 audio/@audioplayer/get.m \
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
17 audio/@audioplayer/isplaying.m \
19522
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
18 audio/@audioplayer/pause.m \
19524
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
19 audio/@audioplayer/play.m \
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
20 audio/@audioplayer/playblocking.m \
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
21 audio/@audioplayer/resume.m \
19522
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
22 audio/@audioplayer/set.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
23 audio/@audioplayer/stop.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
24 audio/@audioplayer/subsasgn.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
25 audio/@audioplayer/subsref.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
26 audio/@audiorecorder/__get_properties__.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
27 audio/@audiorecorder/audiorecorder.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
28 audio/@audiorecorder/display.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
29 audio/@audiorecorder/get.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
30 audio/@audiorecorder/getaudiodata.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
31 audio/@audiorecorder/getplayer.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
32 audio/@audiorecorder/isrecording.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
33 audio/@audiorecorder/pause.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
34 audio/@audiorecorder/play.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
35 audio/@audiorecorder/record.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
36 audio/@audiorecorder/recordblocking.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
37 audio/@audiorecorder/resume.m \
ee3ec3f02358 maint: moved @audiorecorder and @audioplayer folders inside the audio folder
Vytautas Jančauskas <unaudio@gmail.com>
parents: 9906
diff changeset
38 audio/@audiorecorder/set.m \
19524
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
39 audio/@audiorecorder/stop.m \
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
40 audio/@audiorecorder/subsasgn.m \
9a9b0985e508 audio documentation content and building changes
Vytautas Jančauskas <unaudio@gmail.com>
parents: 19522
diff changeset
41 audio/@audiorecorder/subsref.m
9794
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
42
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
43 FCN_FILES += $(audio_FCN_FILES)
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
44
0d4613a736e9 convert build system to use automake and libtool
John W. Eaton <jwe@octave.org>
parents:
diff changeset
45 PKG_ADD_FILES += audio/PKG_ADD
9906
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
46
8d20fb66a0dc more automake fixes
John W. Eaton <jwe@octave.org>
parents: 9794
diff changeset
47 DIRSTAMP_FILES += audio/$(octave_dirstamp)