User:Erikos/11.3.0/Audio/test os8: Difference between revisions
< User:Erikos | 11.3.0 | Audio
Jump to navigation
Jump to search
(→Record) |
No edit summary |
||
Line 17: | Line 17: | ||
* open Memorize |
* open Memorize |
||
* load demo game: 'Sounds' |
* load demo game: 'Sounds' |
||
* flip tiles '''[FAILED]''' |
* flip tiles '''[FAILED http://dev.laptop.org/ticket/11296]''' |
||
==Browse== |
==Browse== |
||
⚫ | |||
===Totem=== |
===Totem=== |
||
⚫ | |||
http://projects.gnome.org/totem/ |
http://projects.gnome.org/totem/ |
||
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 http://dev.laptop.org/ticket/11296]''' |
||
* playback audio '''[FAILED]''' |
* playback audio '''[FAILED http://dev.laptop.org/ticket/11296]''' |
||
* record video '''[FAILED]''' |
* record video '''[FAILED http://dev.laptop.org/ticket/11296]''' |
||
* playback video '''[FAILED]''' |
* playback video '''[FAILED http://dev.laptop.org/ticket/11296]''' |
||
==Jukebox== |
==Jukebox== |
||
Jukebox uses gstreamer to playback sound |
Jukebox uses gstreamer to playback sound |
||
* open an ogg file from the Journal (resume with) '''[FAILED]''' |
* open an ogg file from the Journal (resume with) '''[FAILED http://dev.laptop.org/ticket/11296]''' |
||
==Etoys== |
==Etoys== |
||
Line 49: | Line 49: | ||
==TamTam== |
==TamTam== |
||
* open TamTamMini '''[OK]''' |
Revision as of 10:05, 3 October 2011
alsa
- cat /proc/asound/cards
- arecord -l
- arecord -d 10 /tmp/test-mic.wav [FAILED, maybe still a basic issue http://dev.laptop.org/ticket/10831]
- aplay /tmp/test-mic.wav [OK]
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 http://dev.laptop.org/ticket/11296]
Browse
Totem
- open an ogg file from the Journal (resume with) [FAILED http://dev.laptop.org/ticket/11296]
http://projects.gnome.org/totem/
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 http://dev.laptop.org/ticket/11296]
- playback audio [FAILED http://dev.laptop.org/ticket/11296]
- record video [FAILED http://dev.laptop.org/ticket/11296]
- playback video [FAILED http://dev.laptop.org/ticket/11296]
Jukebox
Jukebox uses gstreamer to playback sound
- open an ogg file from the Journal (resume with) [FAILED http://dev.laptop.org/ticket/11296]
Etoys
Scratch
TamTam
- open TamTamMini [OK]