News:

Carrying on the mission of the original PheroTruth Forums

Anyone here using Mind Pro Labs subliminals?

Started by revolution88, Sep 11, 2024, 10:54 AM

Previous topic - Next topic
  • S
  • smithiron

    Quote from: Mr Level1 on Feb 21, 2025, 07:34 AM
    Quote from: Max Grey on Feb 20, 2025, 01:48 PMYou want to fry my ears by using microwaves?? :D
    I'm joking, i guess you meant Khz, and the frequency you use is right in the upper end of the human spectrum!
    What is still not clear is what do you mean by change frequency... I mean, are you using some kind of pitch shift to change the voice tuning? What is the name of the Audacity plugin are you using?
    I ask for curiosity because it's interesting and is my field! :)

    Instead, are you saying you encountered some subs which works and others not and maybe from the same producer? I ask this because is really different if someone is not sensitive to subs at all or some subs are effective and some others not, like what happen with mones usually!

    Thanks for sharing these info!

    Haha, indeed kHz. Sorry for almost nuking you...

    I got the plugin from the Audacity forum:

    In this thread and this should be the download link.

    ---

    You can also directly copy this code into the nyquist code prompt in Audacity:

    <;nyquist plug-in
    ;version 4
    ;type process
    ;preview enabled
    ;name "Subliminal"
    ;debugbutton disabled
    ;author "Steve Daulton"
    ;release 2.4.2
    ;copyright "GNU General Public License v2.0+"

    ;; License: GPL v2 or later
    ;; http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
    ;;
    ;; An audio frequency AM encoder / decoder for speech.
    ;; This is a simple form of Steganography (hiding information
    ;; within another message or physical object). It is a
    ;; popular method for creating "Silent Subliminals".
    ;;
    ;; Disclaimer: The author makes no claims whatsoever regarding
    ;; the effectiveness or safety of "Silent Subliminals".
    ;; Copyright Steve Daulton. http://audionyq.com


    ;control ACTION "Encode or Decode" choice "Encode,Decode" 0


    ; Global constants
    (psetq *cf* 16000    ; Carrier frequency
          *lf* 300      ; Audio-band low frequency
          *hf* 3000      ; Audio-band high frequency
          *enc-gain* 5  ; Encoder gain
          *dec-gain* 4)  ; Decoder gain


    (defun audio-filter (sig)
      (setf sig (highpass8 sig *lf*))
      (lowpass8 sig *hf*))


    (defun modulate (sig)
      (mult sig (hzosc *cf*)))


    (defun sideband-filter (sig)
      (dotimes (i 8 (mult  *enc-gain* sig))
        (setf sig (highpass8 sig (+ *cf* *lf*)))))


    (defun encode (sig)
      (setf audio (audio-filter sig))
      (setf modulated (modulate audio))
      (multichan-expand #'limit (sideband-filter modulated)))


    (defun decode (sig)
      (setf audio (mult *dec-gain* sig (hzosc *cf*)))
      (setf audio (lowpass8 audio *hf*))
      (multichan-expand #'limit audio))


    (defun limit (sig &aux (limit 0.8) (hld 10.0))
      (let* ((time (/ hld 3000.0))  ; lookahead time (seconds)
            (samples (round (* time *sound-srate*)))
            (peak-env (get-env sig samples time limit)))
        (mult sig
          (snd-exp
            (mult -1 (snd-log peak-env))))))


    (defun get-env (sig step lookahead limit)
      (let* ((sig (mult (/ limit) sig))
            (pad-time (* 3 lookahead))      ; padding required at start (seconds)
            (pad-s (* 3 step))              ; padding samples
            (padding (snd-const (peak sig pad-s) 0 *sound-srate* pad-time))
        (extract 0 1
          (s-max 1
            (sim padding
              (at-abs pad-time (cue peak-env)))))))


    (cond ((< *sound-srate* 44100) "Error.\nTrack sample rate too low")
          ((= ACTION 0) (encode *track*))
          (t (decode *track*)))>

    I would caution you to not wear earbuds or headphones when listening to a subliminal file that's been encoded with the Nyquist Prompt script. The silent file is actually really loud and considered ultrasonic. I would advise listening only on speakers for this.

  • avatar_Max Grey
  • Max Grey

    Quote from: smithiron on Feb 24, 2025, 12:14 PMI would caution you to not wear earbuds or headphones when listening to a subliminal file that's been encoded with the Nyquist Prompt script. The silent file is actually really loud and considered ultrasonic. I would advise listening only on speakers for this.

    I was curious about this, in fact i want to try the silent from MPL and analyze it with a dB level meter which can't go wrong even if is on top of the audible range! i'll try and report when i'll have the time to do some tests! :D

    Let our nerdish stuff away and let other people talk about the main topic, we are going off lately :D
    ARSENAL:
    L2K & Certo (Old Ones), BW, NA, M3X, ETFZ, Evolve, Xist, Cohesion, Ascend, A1, Casanova

  • avatar_Mr Highvalue
  • Mr Highvalue

    Quote from: Mr Highvalue on Nov 01, 2024, 07:16 PMSo here is a weird happening with my ABW5.0x.

    I was listening to one of the subliminal loops just about 10 minutes ago and at the end of the masked version I heard part of a subliminal suggestion I clearly heard "act on their interest and attraction in aggressive, obvious and direct ways."

    It seemed that the gentle stream masking noise was out of sync by about 3 seconds, so I clearly heard part of the final suggestion loud and clear.

    Apologies. This is what I heard on the 5.0 and not the 5.0x version as I listened to the 5.0 version that day by mistake, instead of the usual 5.0x version that I listen to.
    Confident masculine men are those men who are willing to take risks in life to get what they want. You have to actually believe that deep down, you deserve to date hot women...

    Tags:
    Welcome to the PheroTruth Pheromones Forum - Dedicated to providing accurate, uncensored and unbiased reviews, advice and information on pheromones and pheromone companies, furthering Pheromone science and research, and helping those who want to learn more about pheromones, from real people who are experienced pheromone users.

    PheroTruth is not owned or operated by any pheromone company and we are an uncensored forum.