| View previous topic :: View next topic |
| Author |
Message |
Anonymous Guest
|
Posted: Fri Nov 11, 2005 1:50 am Post subject: Listener hears high pitched whine |
|
|
And the whine is not coming from my 11 year old, for once. I don't know what's causing it and I don't know where my stream, that being the sending of the musical goodness, breaks down. Has anyone heard of this happening and/or know how to fix it~? I don't know what other details to give without someone asking questions, I guess.
.B |
|
| Back to top |
|
 |
karlH Code Warrior

Joined: 13 Jun 2005 Posts: 5476 Location: UK
|
Posted: Fri Nov 11, 2005 2:43 am Post subject: |
|
|
you're not saying much about what apps your using, whether it's playlists or live input, whether it's source client or listener client related. One possibility that springs to mind is that you're capturing from your soundcard and something is not muted like Mic.
karl. |
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Nov 27, 2006 3:31 am Post subject: |
|
|
I am actually in the same boat...I think.
I am currently using ices2 and icecast2 and trying to use the Line In on my soundcard which is connected to my record player
using the samplefile option in the config file of ices I hear a distinct high pitch distortion of the sound, but when using arecord I get clear audio... i tried messing with the quality settings with no effect. i have also muted everything that i don't need
I made some samples and put them on my website incase you've heard something similar
ices output
arecord output
and yes my record player isnt that great =)
any help is appreciated, Thanks
oh yeah business end of the ices conf
| Code: |
<input>
<module>oss</module>
<param name="rate">44100</param>
<param name="channels">2</param>
<param name="device">/dev/dsp</param>
</input>
<instance>
<encode>
<quality>3</quality>
<samplerate>44100</samplerate>
<channels>2</channels>
</encode>
<savefile>/home/sample.ogg</savefile>
</instance>
|
|
|
| Back to top |
|
 |
Anonymous Guest
|
Posted: Mon Nov 27, 2006 5:01 am Post subject: |
|
|
| I decided to play around with the conf file a little bit and changed the device to alsa, and it now works...ta-da! |
|
| Back to top |
|
 |
|