User:Erikos/11.3.0/Audio/test os8: Difference between revisions

From OLPC
Jump to navigation Jump to search
Line 35: Line 35:
==Record==
==Record==
Record uses gstreamer to record/playback sound
Record uses gstreamer to record/playback sound
* record audio ''[FAILED]'''
* record audio '''[FAILED]'''
* playback audio ''[FAILED]'''
* playback audio '''[FAILED]'''
* record video ''[FAILED]'''
* record video '''[FAILED]'''
* playback video ''[FAILED]'''
* playback video '''[FAILED]'''


==Jukebox==
==Jukebox==

Revision as of 09:57, 3 October 2011

alsa

ogg

  • yum install vorbis-tools
  • ogg123 sound.ogg [OK]

csound

You can get the example from here, just save it as .csd.

  • csound -+rtaudio=alsa -odac:hw:0 sound.csd [OK]

Memorize

Memorize uses gstreamer to playback sound (see audio.py)

  • open Memorize
  • load demo game: 'Sounds'
  • flip tiles [FAILED]

Browse

  • open an ogg file from the Journal (resume with) [FAILED]

Totem

http://projects.gnome.org/totem/

Gnash

http://www.gnu.org/s/gnash/

Gstreamer

http://gstreamer.freedesktop.org/

  • run gst-inspect on the output plug-in you want to use to make sure you have it installed, e.g. "gst-inspect alsasink"
  • try to play a sine tone by running in the terminal: "gst-launch audiotestsrc ! audioconvert ! audioresample ! alsasink" [FAILED]

Record

Record uses gstreamer to record/playback sound

  • record audio [FAILED]
  • playback audio [FAILED]
  • record video [FAILED]
  • playback video [FAILED]

Jukebox

Jukebox uses gstreamer to playback sound

  • open an ogg file from the Journal (resume with) [FAILED]

Etoys

Scratch

TamTam