home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / vms / 12609 < prev    next >
Encoding:
Internet Message Format  |  1992-07-21  |  3.7 KB

  1. Path: sparky!uunet!munnari.oz.au!yoyo.aarnet.edu.au!arnie.systems.sa.gov.au!roads.sa.gov.au!walsh
  2. From: walsh@roads.sa.gov.au
  3. Newsgroups: comp.os.vms
  4. Subject: VAXstation 4000 sound port ?? (again)
  5. Message-ID: <1992Jul21.202152.46@roads.sa.gov.au>
  6. Date: 21 Jul 92 20:21:52 GMT
  7. Organization: DEPARTMENT of ROAD TRANSPORT
  8. Lines: 73
  9.  
  10. Hi, does anyone know how to produce sound out of the headphone/telephone
  11.     socket of a VAXstation VLC or model 60 ? Does anyone know of any demo
  12.     files for this equipment (do they come with VMS 5.5 ?) ?  Maybe a DIGIT
  13.     could offer some advice/demofiles ?
  14.  
  15.     We just received a few of these boxes and don't know how to work that bit.
  16.     The news group alt.binaries.sounds.d yielded the FAQ advice below which
  17.     didn't work at all for us (no sound came out the telephone headset that
  18.     we plugged in).
  19.  
  20.     Also, a file we sourced from a.b.s.misc and UUDECODEd gave us an error
  21.     something like `record size too big' when we tried to copy it to the
  22.     device mentioned below. Is that due to the file type created by the 'C'
  23.     version of UUDECODE that we have ? Does anyone have any clues as how we
  24.     could we convert that type of decoded file into something we could use ?
  25.  
  26.                         Ta in advance, Dave.
  27. ------------------------------------------------------------------------------
  28. VAXstation 4000     U-LAW           8k                   1
  29.  
  30. The new VAXstation 4000 series lets you PLAY audio (.au) files, and
  31. the as-of-yet-unreleased package, DECsound, will let you do the
  32. recording.
  33.  
  34. - Work is currently in progress to get SOX ported to VMS (watch
  35.   comp.os.vms for announcements).
  36.  
  37. SOX usage hints:
  38.  
  39. - When converting linear samples to U-LAW using the .au type for the
  40.   output file, you must specify "-U" for the output file, otherwise
  41.   you will end up with a file containing a NeXT/Sun header but linear
  42.   samples -- only the NeXT will play such files correctly.  Also, you
  43.   must explicitly specify an output sampling rate with "-r 8000".
  44.   (This may seem fixed for most cases in version 5, but it is still
  45.   occasionally necessary, so I'm keeping this warning in.)
  46.  
  47.         Vaxstation 4000
  48.         ---------------
  49.  
  50. ".au" files can be played by COPYING them to device "SOA0:".  This
  51. device is set up by enabling the driver SODRIVER, as described below:
  52.  
  53. DEC's sound stuff is like most other new toy.  Hardware first, THEN the
  54. software.   DEC will soon be releasing a layered product called DECsound,
  55. which will let you record, play, and (possibly) manipulate sound files.
  56. Third party product(s) have ALREADY hit the market.
  57.  
  58. Enabling SODRIVER:   (you can use the following command file)
  59.  
  60. $!---------------- cut here -------------------------------
  61. $! sound_setup.com    enable SOUND driver
  62. $ run sys$system:sysgen
  63. connect soa0 /adapter=0 /csr=%x0e00 /vector=%o304 /driver=sodriver
  64. exit
  65. $ exit
  66. $!----------------- cut here ------------------------------------
  67.  
  68. The external audio port comes with a telephone-jack-like port.   For
  69. starters, you can plug a telephone RECEIVER right into this port to
  70. hear your first sound files.   After that, you can use the adapter
  71. (that came with the VaxStation), and plug in a small set of stereo
  72. speakers (the kind you'd plug into a WALKMAN, for example), for more
  73. volume.
  74. ------------------------------------------------------------------------------
  75. +---------------------------------------------------------+
  76. |  Dave Walsh, Dept. of Road Transport, South Australia.  |
  77. +---------------------------------------------------------+
  78. | Email: walsh@sysdev.roads.sa.gov.au                     |
  79. | Post : Dept. of Road Transport, Information Technology, |
  80. |        PO Box 1, Walkerville, South Australia, 5081.    |
  81. | Phone: +61 8 343 2559               Fax: +61 8 343 2768 |
  82. +---------------------------------------------------------+
  83.