Dear friends,
I need some help. My streambox (RPI zero) dont recognize the iqaudio hat anymore. Does somebody how to solve this? (or is the pi or the soundcard malfunction) I can't choose under soundcard:
My settings in streambox.txt: # --------------------------------------------------------------------------------------------------------------------- # ADVANCED AUDIO CONFIGURATION # --------------------------------------------------------------------------------------------------------------------- # IQaudIO audio card settings. # # - IQAUDIO_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphone # - mic to record from the mono/stereo mic input (electret) # - aux to record from the stereo aux input IQAUDIO_INPUT="mems" # - IQAUDIO_MEMS_GAIN, MEMS input gain : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_L_GAIN, mic input gain (left) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_R_GAIN, mic input gain (right) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_AUX_GAIN, stereo aux input gain : min=-54.00dB max=15.00dB (default 0) # - IQAUDIO_MIX_PGA, mixin PGA (programmable-gain amplifier) : min=-4.50dB max=18.00dB (default 6) # - IQAUDIO_ADC_GAIN, ADC (Analogue to Digital Convertor) : min=-78.00dB max=11.25dB (default 0 for aux, 1.5 otherwise) IQAUDIO_MEMS_GAIN="24" IQAUDIO_MIC_L_GAIN="24" IQAUDIO_MIC_R_GAIN="24" IQAUDIO_AUX_GAIN="0" IQAUDIO_MIX_PGA="6" IQAUDIO_ADC_GAIN="1.5"
# Cirrus Logic/Wolfson audio card settings. # Please note: only one input can be used for recording. # # - CIRRUS_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphones # - mic to record from the mic (or headset) # - linein to record from the line input # - micbias to record from the line input + bias voltage # - spdifin to record from the S/PDIF receiver CIRRUS_INPUT="mems" # - CIRRUS_INL_VOL, audio interface volume (left) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INR_VOL, audio interface volume (right) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INL_PGA, programmable-gain amplifier (left) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INR_PGA, programmable-gain amplifier (right) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INL_DIG, digital input gain (left) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) # - CIRRUS_INR_DIG, digital input gain (right) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) CIRRUS_INL_VOL="0" CIRRUS_INR_VOL="0" CIRRUS_INL_PGA="0" CIRRUS_INR_PGA="0" CIRRUS_INL_DIG="-6" CIRRUS_INR_DIG="-6" # - CIRRUS_HEADPHONE, turn on/off playback to the headphone output (default "yes"). # - CIRRUS_LINE_OUT, turn on/off playback to the line output (default "yes"). # - CIRRUS_SPEAKER, turn on/off playback to the speakers output (default "no"). # - CIRRUS_SPDIF_OUT, turn on/off playback to the S/PDIF transmitter (default "no"). CIRRUS_HEADPHONE="yes" CIRRUS_LINE_OUT="yes" CIRRUS_SPEAKER="no" CIRRUS_SPDIF_OUT="no"
# Blue Icicle audio card settings. # # - BLUEICICLE_IN_GAIN, input gain: min=-8.00dB, max=14.00dB (default 0) BLUEICICLE_IN_GAIN="0"
I hope i to see some tips!
Regards, Wijnand
can't help with the streambox image, but in order to see whether the IQAUDIO is there and ready, type:
arecord -l
should give you something like
**** List of CAPTURE Hardware Devices **** card 0: IQaudIOCODEC [IQaudIOCODEC], device 0: IQaudIO CODEC HiFi v1.2 da7213-hifi-0 [IQaudIO CODEC HiFi v1.2 da7213-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0
if no IQAudio appears here, something's wrong with it.
u.
Wijnand Bredewold:
Dear friends,
I need some help. My streambox (RPI zero) dont recognize the iqaudio hat anymore. Does somebody how to solve this? (or is the pi or the soundcard malfunction) I can't choose under soundcard:
My settings in streambox.txt: # --------------------------------------------------------------------------------------------------------------------- # ADVANCED AUDIO CONFIGURATION # --------------------------------------------------------------------------------------------------------------------- # IQaudIO audio card settings. # # - IQAUDIO_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphone # - mic to record from the mono/stereo mic input (electret) # - aux to record from the stereo aux input IQAUDIO_INPUT="mems" # - IQAUDIO_MEMS_GAIN, MEMS input gain : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_L_GAIN, mic input gain (left) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_R_GAIN, mic input gain (right) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_AUX_GAIN, stereo aux input gain : min=-54.00dB max=15.00dB (default 0) # - IQAUDIO_MIX_PGA, mixin PGA (programmable-gain amplifier) : min=-4.50dB max=18.00dB (default 6) # - IQAUDIO_ADC_GAIN, ADC (Analogue to Digital Convertor) : min=-78.00dB max=11.25dB (default 0 for aux, 1.5 otherwise) IQAUDIO_MEMS_GAIN="24" IQAUDIO_MIC_L_GAIN="24" IQAUDIO_MIC_R_GAIN="24" IQAUDIO_AUX_GAIN="0" IQAUDIO_MIX_PGA="6" IQAUDIO_ADC_GAIN="1.5"
# Cirrus Logic/Wolfson audio card settings. # Please note: only one input can be used for recording. # # - CIRRUS_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphones # - mic to record from the mic (or headset) # - linein to record from the line input # - micbias to record from the line input + bias voltage # - spdifin to record from the S/PDIF receiver CIRRUS_INPUT="mems" # - CIRRUS_INL_VOL, audio interface volume (left) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INR_VOL, audio interface volume (right) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INL_PGA, programmable-gain amplifier (left) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INR_PGA, programmable-gain amplifier (right) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INL_DIG, digital input gain (left) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) # - CIRRUS_INR_DIG, digital input gain (right) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) CIRRUS_INL_VOL="0" CIRRUS_INR_VOL="0" CIRRUS_INL_PGA="0" CIRRUS_INR_PGA="0" CIRRUS_INL_DIG="-6" CIRRUS_INR_DIG="-6" # - CIRRUS_HEADPHONE, turn on/off playback to the headphone output (default "yes"). # - CIRRUS_LINE_OUT, turn on/off playback to the line output (default "yes"). # - CIRRUS_SPEAKER, turn on/off playback to the speakers output (default "no"). # - CIRRUS_SPDIF_OUT, turn on/off playback to the S/PDIF transmitter (default "no"). CIRRUS_HEADPHONE="yes" CIRRUS_LINE_OUT="yes" CIRRUS_SPEAKER="no" CIRRUS_SPDIF_OUT="no"
# Blue Icicle audio card settings. # # - BLUEICICLE_IN_GAIN, input gain: min=-8.00dB, max=14.00dB (default 0) BLUEICICLE_IN_GAIN="0"
I hope i to see some tips!
Regards, Wijnand
Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________
Thanks Udo I guess, if the IQaudio card is visible in that list (ie it's not a hardware issue), then it could be worth re-flashing the disk image (which is pretty quick), in case that resolves it
bw all grant
On 21 Dec 2021, at 09:29, udo noll un@aporee.org wrote:
can't help with the streambox image, but in order to see whether the IQAUDIO is there and ready, type:
arecord -l
should give you something like
**** List of CAPTURE Hardware Devices **** card 0: IQaudIOCODEC [IQaudIOCODEC], device 0: IQaudIO CODEC HiFi v1.2 da7213-hifi-0 [IQaudIO CODEC HiFi v1.2 da7213-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0
if no IQAudio appears here, something's wrong with it.
u.
Wijnand Bredewold:
Dear friends,
I need some help. My streambox (RPI zero) dont recognize the iqaudio hat anymore. Does somebody how to solve this? (or is the pi or the soundcard malfunction) I can't choose under soundcard:
My settings in streambox.txt: # --------------------------------------------------------------------------------------------------------------------- # ADVANCED AUDIO CONFIGURATION # --------------------------------------------------------------------------------------------------------------------- # IQaudIO audio card settings. # # - IQAUDIO_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphone # - mic to record from the mono/stereo mic input (electret) # - aux to record from the stereo aux input IQAUDIO_INPUT="mems" # - IQAUDIO_MEMS_GAIN, MEMS input gain : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_L_GAIN, mic input gain (left) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_R_GAIN, mic input gain (right) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_AUX_GAIN, stereo aux input gain : min=-54.00dB max=15.00dB (default 0) # - IQAUDIO_MIX_PGA, mixin PGA (programmable-gain amplifier) : min=-4.50dB max=18.00dB (default 6) # - IQAUDIO_ADC_GAIN, ADC (Analogue to Digital Convertor) : min=-78.00dB max=11.25dB (default 0 for aux, 1.5 otherwise) IQAUDIO_MEMS_GAIN="24" IQAUDIO_MIC_L_GAIN="24" IQAUDIO_MIC_R_GAIN="24" IQAUDIO_AUX_GAIN="0" IQAUDIO_MIX_PGA="6" IQAUDIO_ADC_GAIN="1.5"
# Cirrus Logic/Wolfson audio card settings. # Please note: only one input can be used for recording. # # - CIRRUS_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphones # - mic to record from the mic (or headset) # - linein to record from the line input # - micbias to record from the line input + bias voltage # - spdifin to record from the S/PDIF receiver CIRRUS_INPUT="mems" # - CIRRUS_INL_VOL, audio interface volume (left) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INR_VOL, audio interface volume (right) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INL_PGA, programmable-gain amplifier (left) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INR_PGA, programmable-gain amplifier (right) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INL_DIG, digital input gain (left) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) # - CIRRUS_INR_DIG, digital input gain (right) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) CIRRUS_INL_VOL="0" CIRRUS_INR_VOL="0" CIRRUS_INL_PGA="0" CIRRUS_INR_PGA="0" CIRRUS_INL_DIG="-6" CIRRUS_INR_DIG="-6" # - CIRRUS_HEADPHONE, turn on/off playback to the headphone output (default "yes"). # - CIRRUS_LINE_OUT, turn on/off playback to the line output (default "yes"). # - CIRRUS_SPEAKER, turn on/off playback to the speakers output (default "no"). # - CIRRUS_SPDIF_OUT, turn on/off playback to the S/PDIF transmitter (default "no"). CIRRUS_HEADPHONE="yes" CIRRUS_LINE_OUT="yes" CIRRUS_SPEAKER="no" CIRRUS_SPDIF_OUT="no"
# Blue Icicle audio card settings. # # - BLUEICICLE_IN_GAIN, input gain: min=-8.00dB, max=14.00dB (default 0) BLUEICICLE_IN_GAIN="0"
I hope i to see some tips!
Regards, Wijnand
Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________
Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________
Thanks Udo and Grant,I have flashed de rpi again, the problem still exists. When ik click on list audio devices in de admin page, there is nothing. I will lookin it further. Bw and good holydays!WijnandVerzonden vanaf mijn Galaxy -------- Oorspronkelijk bericht --------Van: Grant Smith grant@soundtent.org Datum: 22-12-2021 13:02 (GMT+01:00) Aan: locustream@locusonus.org Onderwerp: Re: [locustream mailing list] raspberry pi zero with iqaudio hat Thanks UdoI guess, if the IQaudio card is visible in that list (ie it's not a hardware issue), then it could be worth re-flashing the disk image (which is pretty quick), in case that resolves itbw allgrant> On 21 Dec 2021, at 09:29, udo noll un@aporee.org wrote:> > > can't help with the streambox image, but in order to see whether the IQAUDIO is > there and ready, type:> > arecord -l> > should give you something like > > **** List of CAPTURE Hardware Devices ****> card 0: IQaudIOCODEC [IQaudIOCODEC], device 0: IQaudIO CODEC HiFi v1.2 da7213-hifi-0 [IQaudIO CODEC HiFi v1.2 da7213-hifi-0]> Subdevices: 0/1> Subdevice #0: subdevice #0> > if no IQAudio appears here, something's wrong with it.> > u.> > > > > Wijnand Bredewold:>> Dear friends,>> >> I need some help. My streambox (RPI zero) dont recognize the iqaudio hat anymore.>> Does somebody how to solve this? (or is the pi or the soundcard malfunction)>> I can't choose under soundcard:>> >> My settings in streambox.txt:>> # --------------------------------------------------------------------------------------------------------------------->> # ADVANCED AUDIO CONFIGURATION>> # --------------------------------------------------------------------------------------------------------------------->> # IQaudIO audio card settings.>> #>> # - IQAUDIO_INPUT, select one input below (default "mems") :>> #>> # - mems to record from the on board digital MEMS microphone>> # - mic to record from the mono/stereo mic input (electret)>> # - aux to record from the stereo aux input>> IQAUDIO_INPUT="mems">> # - IQAUDIO_MEMS_GAIN, MEMS input gain : min=-6.00dB max=36.00dB (default 24)>> # - IQAUDIO_MIC_L_GAIN, mic input gain (left) : min=-6.00dB max=36.00dB (default 24)>> # - IQAUDIO_MIC_R_GAIN, mic input gain (right) : min=-6.00dB max=36.00dB (default 24)>> # - IQAUDIO_AUX_GAIN, stereo aux input gain : min=-54.00dB max=15.00dB (default 0)>> # - IQAUDIO_MIX_PGA, mixin PGA (programmable-gain amplifier) : min=-4.50dB max=18.00dB (default 6)>> # - IQAUDIO_ADC_GAIN, ADC (Analogue to Digital Convertor) : min=-78.00dB max=11.25dB (default 0 for aux, 1.5 otherwise)>> IQAUDIO_MEMS_GAIN="24">> IQAUDIO_MIC_L_GAIN="24">> IQAUDIO_MIC_R_GAIN="24">> IQAUDIO_AUX_GAIN="0">> IQAUDIO_MIX_PGA="6">> IQAUDIO_ADC_GAIN="1.5">> >> # Cirrus Logic/Wolfson audio card settings.>> # Please note: only one input can be used for recording.>> #>> # - CIRRUS_INPUT, select one input below (default "mems") :>> #>> # - mems to record from the on board digital MEMS microphones>> # - mic to record from the mic (or headset)>> # - linein to record from the line input>> # - micbias to record from the line input + bias voltage>> # - spdifin to record from the S/PDIF receiver>> CIRRUS_INPUT="mems">> # - CIRRUS_INL_VOL, audio interface volume (left) : min=-32.00dB max=16.00dB (default 0)>> # - CIRRUS_INR_VOL, audio interface volume (right) : min=-32.00dB max=16.00dB (default 0)>> # - CIRRUS_INL_PGA, programmable-gain amplifier (left) : min=0.00dB max=31.00dB (default 0)>> # - CIRRUS_INR_PGA, programmable-gain amplifier (right) : min=0.00dB max=31.00dB (default 0)>> # - CIRRUS_INL_DIG, digital input gain (left) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise)>> # - CIRRUS_INR_DIG, digital input gain (right) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise)>> CIRRUS_INL_VOL="0">> CIRRUS_INR_VOL="0">> CIRRUS_INL_PGA="0">> CIRRUS_INR_PGA="0">> CIRRUS_INL_DIG="-6">> CIRRUS_INR_DIG="-6">> # - CIRRUS_HEADPHONE, turn on/off playback to the headphone output (default "yes").>> # - CIRRUS_LINE_OUT, turn on/off playback to the line output (default "yes").>> # - CIRRUS_SPEAKER, turn on/off playback to the speakers output (default "no").>> # - CIRRUS_SPDIF_OUT, turn on/off playback to the S/PDIF transmitter (default "no").>> CIRRUS_HEADPHONE="yes">> CIRRUS_LINE_OUT="yes">> CIRRUS_SPEAKER="no">> CIRRUS_SPDIF_OUT="no">> >> # Blue Icicle audio card settings.>> #>> # - BLUEICICLE_IN_GAIN, input gain: min=-8.00dB, max=14.00dB (default 0)>> BLUEICICLE_IN_GAIN="0">> >> I hope i to see some tips!>> >> Regards,>> Wijnand>> >> > >> _______________________________________________>> Locustream / Locus Sonus Streaming Project http://locusonus.org/%3E%3E To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject>> or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream%3E%3E _______________________________________________> > _______________________________________________> Locustream / Locus Sonus Streaming Project http://locusonus.org/%3E To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject> or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream%3E ______________________________________________________________________________________________Locustream / Locus Sonus Streaming Project http://locusonus.org/To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subjector follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream________________________...
Thanks Wijnand I m sorry to hear that. The iq cards seem fairly easy to get hold of - the Pi Zero WH not so easy, at least for here Let us know how it resolved Have good holidays all! bw grant
On 22 Dec 2021, at 13:56, wijnand.bredewold wijnand.bredewold@kpnmail.nl wrote:
Thanks Udo and Grant, I have flashed de rpi again, the problem still exists. When ik click on list audio devices in de admin page, there is nothing. I will lookin it further. Bw and good holydays!
Wijnand
Verzonden vanaf mijn Galaxy
-------- Oorspronkelijk bericht -------- Van: Grant Smith grant@soundtent.org Datum: 22-12-2021 13:02 (GMT+01:00) Aan: locustream@locusonus.org Onderwerp: Re: [locustream mailing list] raspberry pi zero with iqaudio hat
Thanks Udo I guess, if the IQaudio card is visible in that list (ie it's not a hardware issue), then it could be worth re-flashing the disk image (which is pretty quick), in case that resolves it
bw all grant
On 21 Dec 2021, at 09:29, udo noll un@aporee.org wrote:
can't help with the streambox image, but in order to see whether the IQAUDIO is there and ready, type:
arecord -l
should give you something like
**** List of CAPTURE Hardware Devices **** card 0: IQaudIOCODEC [IQaudIOCODEC], device 0: IQaudIO CODEC HiFi v1.2 da7213-hifi-0 [IQaudIO CODEC HiFi v1.2 da7213-hifi-0] Subdevices: 0/1 Subdevice #0: subdevice #0
if no IQAudio appears here, something's wrong with it.
u.
Wijnand Bredewold:
Dear friends,
I need some help. My streambox (RPI zero) dont recognize the iqaudio hat anymore. Does somebody how to solve this? (or is the pi or the soundcard malfunction) I can't choose under soundcard:
My settings in streambox.txt: # --------------------------------------------------------------------------------------------------------------------- # ADVANCED AUDIO CONFIGURATION # --------------------------------------------------------------------------------------------------------------------- # IQaudIO audio card settings. # # - IQAUDIO_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphone # - mic to record from the mono/stereo mic input (electret) # - aux to record from the stereo aux input IQAUDIO_INPUT="mems" # - IQAUDIO_MEMS_GAIN, MEMS input gain : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_L_GAIN, mic input gain (left) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_MIC_R_GAIN, mic input gain (right) : min=-6.00dB max=36.00dB (default 24) # - IQAUDIO_AUX_GAIN, stereo aux input gain : min=-54.00dB max=15.00dB (default 0) # - IQAUDIO_MIX_PGA, mixin PGA (programmable-gain amplifier) : min=-4.50dB max=18.00dB (default 6) # - IQAUDIO_ADC_GAIN, ADC (Analogue to Digital Convertor) : min=-78.00dB max=11.25dB (default 0 for aux, 1.5 otherwise) IQAUDIO_MEMS_GAIN="24" IQAUDIO_MIC_L_GAIN="24" IQAUDIO_MIC_R_GAIN="24" IQAUDIO_AUX_GAIN="0" IQAUDIO_MIX_PGA="6" IQAUDIO_ADC_GAIN="1.5"
# Cirrus Logic/Wolfson audio card settings. # Please note: only one input can be used for recording. # # - CIRRUS_INPUT, select one input below (default "mems") : # # - mems to record from the on board digital MEMS microphones # - mic to record from the mic (or headset) # - linein to record from the line input # - micbias to record from the line input + bias voltage # - spdifin to record from the S/PDIF receiver CIRRUS_INPUT="mems" # - CIRRUS_INL_VOL, audio interface volume (left) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INR_VOL, audio interface volume (right) : min=-32.00dB max=16.00dB (default 0) # - CIRRUS_INL_PGA, programmable-gain amplifier (left) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INR_PGA, programmable-gain amplifier (right) : min=0.00dB max=31.00dB (default 0) # - CIRRUS_INL_DIG, digital input gain (left) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) # - CIRRUS_INR_DIG, digital input gain (right) : min=-64.00dB max=31.50dB (default -6 for mems, 0 otherwise) CIRRUS_INL_VOL="0" CIRRUS_INR_VOL="0" CIRRUS_INL_PGA="0" CIRRUS_INR_PGA="0" CIRRUS_INL_DIG="-6" CIRRUS_INR_DIG="-6" # - CIRRUS_HEADPHONE, turn on/off playback to the headphone output (default "yes"). # - CIRRUS_LINE_OUT, turn on/off playback to the line output (default "yes"). # - CIRRUS_SPEAKER, turn on/off playback to the speakers output (default "no"). # - CIRRUS_SPDIF_OUT, turn on/off playback to the S/PDIF transmitter (default "no"). CIRRUS_HEADPHONE="yes" CIRRUS_LINE_OUT="yes" CIRRUS_SPEAKER="no" CIRRUS_SPDIF_OUT="no"
# Blue Icicle audio card settings. # # - BLUEICICLE_IN_GAIN, input gain: min=-8.00dB, max=14.00dB (default 0) BLUEICICLE_IN_GAIN="0"
I hope i to see some tips!
Regards, Wijnand
Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________
Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________
Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________ _______________________________________________ Locustream / Locus Sonus Streaming Project http://locusonus.org/ To unsubscribe, send a message to locustream-request@nujus.net with unsubscribe in the subject or follow instructions here https://nujus.net/cgi-bin/mailman/options/locustream _______________________________________________
locustream@lists.locusonus.org