Advertisement
Guest User

Untitled

a guest
Apr 26th, 2010
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.03 KB | None | 0 0
  1. Etoys, Ubuntu desktop
  2. AUDIO
  3. - Currently OSS is used via PADSP, crashes on recording
  4. - Copied so.vm-sound-pulse from Sq VM 4.0.3-2022
  5. - Commented out L84-89 in etoys.sh
  6. - Added L90: VMOPTIONS="$VMOPTIONS -vm-sound-pulse"
  7. - Playback/record working
  8. -
  9. - Reverb is enabled by default, to stop use do-it: "SoundPlayer stopReverb".
  10. - SoundRecorder morph has no way for user to stop the recording process...
  11. - Deleting the morph does not stop the process
  12. - If deleted while recording it carries on recording (in the trash-can)
  13. - Switching to another project does stop the process
  14. - Alternatively use this do-it: "SoundRecorder stopRecording"
  15.  
  16. VIDEO
  17. - V4LDeviceImplementor class>>workOnCurrentEnvironment
  18. - Changed (2x): Smalltalk osVersion = 'linux-gnu' ...
  19. - To: Smalltalk osVersion includesSubString: 'linux'
  20.  
  21. - Reversed the order of implementors?
  22.  
  23. - Used libv4l util (etoys.sh, L95)...
  24.  
  25. LD_PRELOAD=/usr/lib/libv4l/v4l2convert.so "$VM" -plugins "$BIN" $VMOPTIONS "$IMAGE" "$DOCUMENT" $IMOPTIONS
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement