You can separate a subliminal audio files?

Help for Audacity on Windows.
Forum rules
ImageThis forum is for Audacity on Windows.
Please state which version of Windows you are using,
and the exact three-section version number of Audacity from "Help menu > About Audacity".


Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade at https://www.audacityteam.org/download/.
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
ady_uk
Posts: 2
Joined: Mon Jun 24, 2013 9:12 am
Operating System: Please select

Re: You can separate a subliminal audio files?

Post by ady_uk » Mon Jun 24, 2013 9:35 am

steve wrote:One technique that might work.
  1. Import the file into Audacity (File menu > Import)
  2. Effect menu > Nyquist Prompt
  3. Copy and Paste the code below into the Nyquist Prompt text box, then click the OK button

Code: Select all

(defun ssb-demodulator (sound)
  (highpass8 (lowpass8 (s-max 0 sound) 3000) 300))

(scale 5 (multichan-expand #'ssb-demodulator s))
Hi

I've used audacity for some time now, I've also been purchasing/using subliminal messages for a while, however, my suspicion has been raised by the fact that the silent version of the subliminal tracks show no waveform in Audacity. I understand this could be due to the frequency they have been recorded at and that this may not display in Audacity - therefore appears as a flat line. The audible versions contain wave soundscapes as a background - or maybe that's all they are and there is no subliminal behind it? In which case, I've been ripped off.

I've also tried the above Nyquist function and there is no difference - the waveform is still a flat line.

This company may be legit and using advanced processing or just relying on the placebo effect caused by the power of suggestion coupled with the use of relaxing soundscapes. They do include a copy of the script they claim is encoded into each subliminal program - but that does not guarantee anything, other than potentially re-enforcing the scam.

I will contact them now to ask exactly what processes they are using to encode the message and what frequency they are recording at

Trebor
Posts: 9847
Joined: Sat Dec 27, 2008 5:22 pm
Operating System: Windows 8 or 8.1

Re: You can separate a subliminal audio files?

Post by Trebor » Mon Jun 24, 2013 2:51 pm

ady_uk wrote:... my suspicion has been raised by the fact that the silent version of the subliminal tracks show no waveform in Audacity. I understand this could be due to the frequency they have been recorded at and that this may not display in Audacity - therefore appears as a flat line ... I will contact them now to ask exactly what processes they are using to encode the message and what frequency they are recording at
Audacity's spectrogram display would show any frequencies present , even at a very low "subliminal" level.
the Skeptic's Dictionary wrote:The fact that there is almost no empirical support for the usefulness of subliminal messaging has not prevented numerous industries from producing and marketing tapes which allegedly communicate directly with the unconscious mind
http://skepdic.com/subliminal.html

Post Reply