~ubuntu-branches/ubuntu/karmic/scilab/karmic

« back to all changes in this revision

Viewing changes to man/sound/playsnd.cat

  • Committer: Bazaar Package Importer
  • Author(s): Torsten Werner
  • Date: 2002-03-21 16:57:43 UTC
  • Revision ID: james.westby@ubuntu.com-20020321165743-e9mv12c1tb1plztg
Tags: upstream-2.6
ImportĀ upstreamĀ versionĀ 2.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
playsnd           Scilab Group           Scilab Function            playsnd
 
2
NAME
 
3
   playsnd -  sound player facility
 
4
  
 
5
CALLING SEQUENCE
 
6
 []=playsnd(y,fs,bits)
 
7
PARAMETERS
 
8
 y    : real vector
 
9
      
 
10
 fs   : real number, sampling frequency
 
11
      
 
12
 bits : real number, number of bits (usually 8 or 16)
 
13
      
 
14
DESCRIPTION
 
15
   Redirects a linear signal to /dev/audio/.
 
16
  
 
17
SEE ALSO
 
18
   lin2mu    
 
19