Recording audio

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(Applications that record audio)
(Added Dictator link)
 
(9 intermediate revisions by 4 users not shown)
Line 6: Line 6:
 
  arecord -D hw -f cd  -v -t wav rec-$(date +%Y-%m-%d-%H-%M).wav
 
  arecord -D hw -f cd  -v -t wav rec-$(date +%Y-%m-%d-%H-%M).wav
  
With these commands you'll get a file in Waveform audio format (WAV) in the local directory.
+
With these commands you should get a file in Waveform audio format (WAV) in the local directory.
  
 
== Applications that record audio ==
 
== Applications that record audio ==
Line 12: Line 12:
 
In alphabetical order.
 
In alphabetical order.
  
* [[Guitartune]]
+
* [[Monologue]]
 
* [[Voicenote]]
 
* [[Voicenote]]
 +
* [[Dictator]]
  
 
== Information for developers ==
 
== Information for developers ==
  
Mixer settings for voice recording: It is required that DAI Mode (alsa control number 50) is "DAI 2". As of Feb/23 "DAI 1" mode is broken. Not all the DAI modes work and people are working on this.
+
Mixer settings for voice recording: It is required that DAI Mode (alsa control number 50) is "DAI 2". As of 23/Feb/2009 "DAI 1" mode is broken. Not all the DAI modes work and people are working on this.
  
Here we have a list of relevant Tickets that are open now:
+
Here we have a list of relevant tickets that are open now:
  
* https://docs.openmoko.org/trac/ticket/2073
+
* [https://docs.openmoko.org/trac/ticket/2073 #2073]
  
 
[[Category:Audio]]
 
[[Category:Audio]]

Latest revision as of 23:04, 1 November 2010

[edit] For the impatient

In order to record audio you need a special alsa state file and we provide a link to one that works below (SHA1:55888a699e969c5e2c4690e6aff47ccad7ad0f3d). It can be used to put the device into voice recording mode.

alsactl -f voip-handset.state restore
arecord -D hw -f cd  -v -t wav rec-$(date +%Y-%m-%d-%H-%M).wav

With these commands you should get a file in Waveform audio format (WAV) in the local directory.

[edit] Applications that record audio

In alphabetical order.

[edit] Information for developers

Mixer settings for voice recording: It is required that DAI Mode (alsa control number 50) is "DAI 2". As of 23/Feb/2009 "DAI 1" mode is broken. Not all the DAI modes work and people are working on this.

Here we have a list of relevant tickets that are open now:

Personal tools

For the impatient

In order to record audio you need a special alsa state file and we provide a link to one that works below (SHA1:55888a699e969c5e2c4690e6aff47ccad7ad0f3d). It can be used to put the device into voice recording mode.

alsactl -f voip-handset.state restore
arecord -D hw -f cd  -v -t wav rec-$(date +%Y-%m-%d-%H-%M).wav

With these commands you'll get a file in Waveform audio format (WAV) in the local directory.

Applications that record audio

In alphabetical order.

Information for developers

Mixer settings for voice recording: It is required that DAI Mode (alsa control number 50) is "DAI 2". As of Feb/23 "DAI 1" mode is broken. Not all the DAI modes work and people are working on this.

Here we have a list of relevant Tickets that are open now: