Re: microphone on C700

myspamhere <myspamhere-qWit8jRvyhVmR6Xm/[email protected]> Fri, 03 Nov 2006 13:13:19 +0100
Newsgroups gmane.comp.handhelds.openzaurus.user
Message-ID <[email protected]>
Laura Conrad wrote:
>>>>>> "Jeroen" == myspamhere  <myspamhere-qWit8jRvyhVmR6Xm/[email protected]> writes:
>>>>>>             
>
>     Jeroen> Anyone with microphone experience combined with console apps ?
>
> This page <http://laymusic.org/wordpress/?cat=6> has everything I know
> about microphones from the console.    My Zaurus is a 5500, so if
> there are problems or solutions specific to other models, I don't have
> any experience of them.
>
> There are also some pointers to where I learned what I know.  
>
> Basically, sound input isn't one of the better-maintained features
> of Zaurus software, in my experience.  If anyone has experience of an
> implementation where any recording application "just works", I'd be
> happy to hear of it.  
>
>   
Thanks, but luck there either.
Also tried screeming into a headphone while recording to exclude failing
headset. I really think it's something todo with the alsa mixer settings.
Can someone with a working recording do (while recording):

alsactl store -f mixer.out

and send me the resulting file ?

Thanks,

Jeroen

ps. i've attached my current alsamixer settings, i've tried many
different combinations too.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

_______________________________________________
Openzaurus-users mailing list
Openzaurus-users-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org
https://lists.sourceforge.net/lists/listinfo/openzaurus-users
mixer.out (text/plain, 2.7 KB)
state.Corgi {
	control.1 {
		comment.access 'read write'
		comment.type INTEGER
		comment.count 2
		comment.range '0 - 127'
		iface MIXER
		name 'Playback Volume'
		value.0 127
		value.1 127
	}
	control.2 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 2
		iface MIXER
		name 'Playback Switch'
		value.0 true
		value.1 true
	}
	control.3 {
		comment.access 'read write'
		comment.type INTEGER
		comment.count 2
		comment.range '0 - 31'
		iface MIXER
		name 'Capture Volume'
		value.0 31
		value.1 31
	}
	control.4 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 2
		iface MIXER
		name 'Capture Switch'
		value.0 true
		value.1 true
	}
	control.5 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'Mic Boost (+20dB)'
		value true
	}
	control.6 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'Capture Mic Switch'
		value true
	}
	control.7 {
		comment.access 'read write'
		comment.type INTEGER
		comment.count 1
		comment.range '0 - 3'
		iface MIXER
		name 'Sidetone Playback Volume'
		value 0
	}
	control.8 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'ADC High Pass Filter Switch'
		value false
	}
	control.9 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'Store DC Offset Switch'
		value false
	}
	control.10 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.count 1
		comment.item.0 None
		comment.item.1 '32Khz'
		comment.item.2 '44.1Khz'
		comment.item.3 '48Khz'
		iface MIXER
		name 'Playback De-emphasis'
		value None
	}
	control.11 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.count 1
		comment.item.0 'Line In'
		comment.item.1 Mic
		iface MIXER
		name 'Input Mux'
		value Mic
	}
	control.12 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'Output Mixer Line Bypass Switch'
		value true
	}
	control.13 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'Output Mixer Mic Sidetone Switc'
		value false
	}
	control.14 {
		comment.access 'read write'
		comment.type BOOLEAN
		comment.count 1
		iface MIXER
		name 'Output Mixer HiFi Playback Swit'
		value true
	}
	control.15 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.count 1
		comment.item.0 Headphone
		comment.item.1 Mic
		comment.item.2 Line
		comment.item.3 Headset
		comment.item.4 Off
		iface MIXER
		name 'Jack Function'
		value Headset
	}
	control.16 {
		comment.access 'read write'
		comment.type ENUMERATED
		comment.count 1
		comment.item.0 Auto
		comment.item.1 On
		comment.item.2 Off
		iface MIXER
		name 'Speaker Function'
		value Off
	}
}