Simulate near-singing amplifier sound

I’m perverse! Most people want to eliminate audio defects, whereas I need to create one, specifically the sound of an amplifier that is close to self-oscillation or ‘taking off’.

This effect was quite common on long-distance telephone calls until about twenty years ago.

This is what a Bell System technical manual said:
Near-singing distortion of transmitted speech signals occurs when losses in the singing path approach but do not equal the value required for sustained oscillation. Distortion may result in two ways. Losses in the circulating path may be sufficiently low to cause an appreciable time interval to elapse before the circulating signals die away, thus causing speech transmitted through the network to sound hollow or reverberant. Also, successive trips of the multireflected signals around the circulating path may phase in and out with the impressed signal at various frequencies in the passband of the network causing successive peaks and valleys in the attenuation/frequency characteristic. As the singing margin is reduced, the peaks become higher and the valleys lower making speech sound more hollow.

Another technical paper says:
Listener echo occurs at the far-end by circulating voice energy. This type of echo is also called ‘Singing’ or ‘Near-Singing’. Singing occurs when gain mismatches allow the energy returned from the listener echo path to be greater than the original energy, and when the waveforms are in-phase. This creates an ‘oscillation’ effect. Near-singing occurs at a point just prior to singing. Near-singing conditions usually create ‘hollow’ or ‘rain barrel’ effects.

In real life the effect was a breathy sound with a higher background noise level, a slight echo and whispery noises almost like thin ice cracking. Quite eerie in fact. Thanks to digital technology and the greater stability of modern amplifiers you never hear this sound nowadays.

Can any expert suggest how this effect might be recreated in Audacity please?

Thanks,
Andrew Emmerson.

Thanks to digital technology and the greater stability of modern amplifiers you never hear this sound nowadays.

No and you may not easily get there, either. There’s an odd list of physical effects that are effectively beyond a simple audio program to perform.

One of those is echo. What’s the problem? Just repeat someone’s speech in decreasing amplitude both aiding and bucking an infinite number of times. And don’t leave any out.

The first decision programmers have to make is how many to leave out which gives you echo personality and “Fred’s Echo Program” is much better than "Jimmy’s Echo Program " because Fred figured out how to cover up the errors better, not actually doing a better job.

So programming an effect like that, in my opinion, would take a huge effort with lots of code, controls and adjustments, more a career move than an effects module.

Please note that taking echo out has the same problem. There are legendary programs that claim to be able to do that. I believe shooting a show with echoes is still a guaranteed way to kill it.

Koz

Re :“Simulate near-singing amplifier sound”.

There a plugins which produce amplifier feed-back effects. I use a free one by betabugs called feedbug , [Windows only]

Or using “feedback-delay” in Audacity’s Nyquist code … https://forum.audacityteam.org/t/request-nyquist-code-for-deliberate-feedback/35260/6

" sound hollow or reverberant " try comb filter.

Many thanks to you both.

It’s lunchtime here and I shall print out and study your comments carefully.

Most grateful,
Andy.