User:Kimaidou

From Openmoko

(Difference between revisions)
Jump to: navigation, search
(voicenote improvement ideas)
 
m (Replacing page with 'Application: Voicenote : application to record voice notes from the microphone into wav files')
 
(7 intermediate revisions by one user not shown)
Line 1: Line 1:
This page is a draft description / to-do list for my 1st application "voicenote"
+
Application:
 
+
[[Voicenote]] : application to record voice notes from the microphone into wav files
== Presentation ==
+
Voicenote is a software which allow to record any sound from the microphone into a wav file. It is intended to easily allow the user to record a voice note (or anything else), quicly.
+
 
+
It is based on the arecord / aplay librairy and use the alsactl to change the audio scenario ( /usr/share/openmoko/scenarios/voip-handset.state restore is used)
+
 
+
== Installation ==
+
I made a package for the non-debian distributions
+
......
+
== Using voicenote ==
+
......
+
 
+
== Futur improvement / To do list ==
+
* package it for debian
+
* allow the user to choose the microphone source (headset or handset)
+
* config file to choose the target folder and the filename (+ other things)
+
* find a solution to double the sound to the left side (it is now in mono, but only on the right)
+
* propose an after (or real-time) ogg compression to save space. (any idea ?)
+
* a front-end listing all the recorded voice notes, with a button to play one of them
+
* more language
+
* replace zenity by a real frontend ?
+

Latest revision as of 16:15, 20 February 2009

Application: Voicenote : application to record voice notes from the microphone into wav files

Personal tools

This page is a draft description / to-do list for my 1st application "voicenote"

Presentation

Voicenote is a software which allow to record any sound from the microphone into a wav file. It is intended to easily allow the user to record a voice note (or anything else), quicly.

It is based on the arecord / aplay librairy and use the alsactl to change the audio scenario ( /usr/share/openmoko/scenarios/voip-handset.state restore is used)

Installation

I made a package for the non-debian distributions ......

Using voicenote

......

Futur improvement / To do list

  • package it for debian
  • allow the user to choose the microphone source (headset or handset)
  • config file to choose the target folder and the filename (+ other things)
  • find a solution to double the sound to the left side (it is now in mono, but only on the right)
  • propose an after (or real-time) ogg compression to save space. (any idea ?)
  • a front-end listing all the recorded voice notes, with a button to play one of them
  • more language
  • replace zenity by a real frontend ?