# HG changeset patch # User Vytautas JanĨauskas # Date 1379937867 -10800 # Node ID 9c56d3fafb9e2834641db8e6b1540e19230efc4a # Parent 0ac6a4e7369b46697d156ccaa8a732ac9c650baa maint: removed audiodevinfo.txi, audiofile.txi, audiorecorder.txi and audioplayer.txi files because they are no longer needed diff -r 0ac6a4e7369b -r 9c56d3fafb9e doc/interpreter/audiodevinfo.txi --- a/doc/interpreter/audiodevinfo.txi Fri Sep 20 01:37:43 2013 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,6 +0,0 @@ -@node Audio Device Information -@section Audio Device Information - -This function is used to get information about audio devices that are available on your system. This information can then be used when creating audioplayer and audiorecorder objects. - -@DOCSTRING(audiodevinfo) \ No newline at end of file diff -r 0ac6a4e7369b -r 9c56d3fafb9e doc/interpreter/audiofile.txi --- a/doc/interpreter/audiofile.txi Fri Sep 20 01:37:43 2013 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,11 +0,0 @@ -@node Audio File Utilities -@section Audio File Utilities - -The following functions provide functionality for reading and writing audio files in various formats including .wav, .flag, .ogg and many others. Also for retrieving information about audio files, such as number of channels, sampling rate, metadata and other. - -@DOCSTRING(audioinfo) - -The following two functions read and write audio files. - -@DOCSTRING(audioread) -@DOCSTRING(audiowrite) \ No newline at end of file diff -r 0ac6a4e7369b -r 9c56d3fafb9e doc/interpreter/audioplayer.txi --- a/doc/interpreter/audioplayer.txi Fri Sep 20 01:37:43 2013 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -@node Audio Player -@section Audio Player - -@DOCSTRING(@@audioplayer/audioplayer) -@DOCSTRING(@@audioplayer/play) \ No newline at end of file diff -r 0ac6a4e7369b -r 9c56d3fafb9e doc/interpreter/audiorecorder.txi --- a/doc/interpreter/audiorecorder.txi Fri Sep 20 01:37:43 2013 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,5 +0,0 @@ -@node Audio Recorder -@section Audio Recorder - -@DOCSTRING(@audiorecorder/audiorecorder) -@DOCSTRING(@audiorecorder/record) \ No newline at end of file