View Single Post
Old 07-12-2012, 10:15 PM   #159
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299991
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
well. As I understand it one layer abstracts the other.
The higher layer calls the underlying layer as far as I can tell.
So you have in one blow reduced all my lines to one tidy array and a method.
I went with HW as you can start it pretty much untouched (as in my code)

The beautiful abbreviation demonstrated there is the evolution.
I will test what I can get it down to then.

EDIT: Ah I remember now it was seggying.
Code:
                                       SND_PCM_FORMAT_S16_LE,
                                       SND_PCM_ACCESS_RW_INTERLEAVED,
                                       2,
                                       44100,
                                       0,
                                       500000
However does not I'll update the docs with the shorthand.

Last edited by twobob; 07-12-2012 at 10:25 PM. Reason: I admitted that I went for the low level ones just because they are sexier to me.
twobob is offline   Reply With Quote