|
2015-04-02
, 20:09
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#192
|
The Following 4 Users Say Thank You to xes For This Useful Post: | ||
|
2015-05-10
, 20:03
|
|
Posts: 39 |
Thanked: 49 times |
Joined on Jan 2015
|
#193
|
The Following 2 Users Say Thank You to capitannemo For This Useful Post: | ||
|
2015-05-10
, 21:59
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#194
|
Could you please tell me if it's definitively possible to tweak the quality parameter for AAC recordings? (.wav it's too heavy & actual .acc quality it's too poor)
The Following 4 Users Say Thank You to Copernicus For This Useful Post: | ||
|
2015-05-11
, 21:04
|
|
Posts: 39 |
Thanked: 49 times |
Joined on Jan 2015
|
#195
|
The Following 2 Users Say Thank You to capitannemo For This Useful Post: | ||
|
2015-05-11
, 21:11
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#196
|
Perhaps it might help with the "nokiaaaccenc" parameters understanding
encoder = gst_element_factory_make("nokiaaacenc", NULL); if (!encoder) { fprintf(stderr, "err: create encoder nokiaaacenc failed\n"); return 1; } bitrate = 128000; width = 16; depth = 16; rate = 48000; channels = 1;
The Following 3 Users Say Thank You to Copernicus For This Useful Post: | ||
|
2015-05-13
, 14:41
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#197
|
For the next update... While the phone is using the "Silent" profile, orecchiette gives no output playing the recorded files.
Any other player works also with silent profile.
|
2015-05-13
, 15:14
|
Posts: 1,378 |
Thanked: 1,604 times |
Joined on Jun 2010
@ Göteborg, Sweden
|
#198
|
Let me ask: what exactly does the "Silent profile" mean? If it doesn't mean "Silent", exactly where does one draw the line?
The Following User Says Thank You to handaxe For This Useful Post: | ||
|
2015-05-13
, 16:46
|
|
Posts: 6,447 |
Thanked: 20,981 times |
Joined on Sep 2012
@ UK
|
#199
|
The Following User Says Thank You to pichlo For This Useful Post: | ||
|
2015-05-13
, 22:32
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#200
|
The Following User Says Thank You to Copernicus For This Useful Post: | ||
Tags |
nokia n900, pasta, recording |
|
If possible, I'd prefer filenames that have a single, descriptive, and relatively short name, and then cram the rest of the metadata somewhere else. Audio tags might work well here; and if not, perhaps a small separate database of meta-data...
(And actually, I was interested in tags because they _would_ preserve metadata if the audio files were moved to another device, where filename restrictions might end up clipping data out of the filenames themselves...)