|
2017-06-26
, 13:47
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#12
|
mplayer -quiet -slave -frames 0 -vo null -ao null -identify audio.m4a
|
2017-06-27
, 13:46
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#13
|
wrong stopped or crash - lack metadata in file
if you have mplayer:
Code:mplayer -quiet -slave -frames 0 -vo null -ao null -identify audio.m4a
|
2017-06-27
, 16:46
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#14
|
1. If I am recording quiet sounds some clicking is heard in the background. No matter if this is wav or m4a audio and which application is used for recording. This problem was also described in this thread:
http://talk.maemo.org/showthread.php?t=54860
2. When I am recording sound using, for example, recorder app high volume sounds are almost always oversteered. In VoiceNote or when recording video with standard camerra application are not.
Do you know why is it so?
amixer -qc0 set PGA 0
alsamixer -c0
gst-launch-0.10 -e pulsesrc device=source.record ! audio/x-raw-float,channels=1 ! audioconvert ! nokiaaacenc bitrate=64000 output-format=0 ! hantromp4mux ! audio/x-m4a ! filesink location=/home/user/MyDocs/audio.m4a
3. Is there any difference between recording "m4a" sound with the standard camera application and this method you have proposed? I mean set of commands.
4. What is the meaning of output-format parameter. What could have happen when this is different from 0.
gst-inspect-0.10 nokiaaacenc
|
2017-07-03
, 13:14
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#15
|
put here sample with this clicking noise
try this in xterm
andCode:amixer -qc0 set PGA 0
When you click Tab, you'll see all capture settings. You can use arrow keys to adjust it.Code:alsamixer -c0
or
You can use different audio source instead of 'source.hw0':
source.voice (hardware dsp)
source.record
Code:gst-launch-0.10 -e pulsesrc device=source.record ! audio/x-raw-float,channels=1 ! audioconvert ! nokiaaacenc bitrate=64000 output-format=0 ! hantromp4mux ! audio/x-m4a ! filesink location=/home/user/MyDocs/audio.m4a
camera application vs gstreamer:
- audio bitrate - 128kbps vs you can choose
- audio rate - 48000Hz vs 44100Hz
- audio source - source.record vs you can choose (ad 2.)
- both has one channel
- the same codec - nokiaaacenc
- the same container - hantromp4mux
(0): RAW - AAC Raw format (it needs container)Code:gst-inspect-0.10 nokiaaacenc
(1): ADTS - Audio Data Transport Stream format (can be streams directly into playable aac file)
(2): ADIF - Audio Data Interchange Format
|
2017-07-03
, 13:21
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#16
|
You can use different audio source instead of 'source.hw0':
source.voice (hardware dsp)
source.record
|
2017-07-03
, 13:27
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#17
|
|
2017-07-03
, 17:38
|
Posts: 29 |
Thanked: 88 times |
Joined on Oct 2015
|
#18
|
I have noticed that when sim card is "active" clicking noise has higher frequency; when the phone is in offline mode this frequency is lower
Do you know what is the difference in parameters and quality of recorded sound using these sources? And why source.voice has hardware dsp support and others have not?
Is this a setting for all types of recording source(that is - microphone) ? What is the default value of this parameter?
Has N900 option to use AGC in recording? And how to turn it on?
amixer -qc0 cset name='AGC Switch' on amixer -qc0 cset name='AGC Switch' off
alsamixer -c0
|
2017-07-05
, 15:35
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#19
|
If audio04.m4a and audio05.m4a was recorded by build in mic or headset mic? How do you recognize if sim card is active or not? Are you meaning active sim card as gsm online or making call / send / receive sms?
|
2017-07-05
, 15:40
|
Posts: 111 |
Thanked: 50 times |
Joined on May 2015
|
#20
|
Tags |
audio recording, nokia n900 |
|