|
Post by sound on Jul 7, 2022 0:07:50 GMT
I will be publishing another version of the "Silent WAV Creator" which uses Holo-Link and Nesting in a new method I arranged.
|
|
|
Post by sound on Jul 7, 2022 0:17:45 GMT
It has been uploaded: github.com/soundenergies/energy-wav-creator-2.0/tree/mainIt uses Holo-Link and Nesting, with Anthro Black Hole and Resonance Field. Here's the batch script: @echo off
title Create Silent Energy WAV
set /p intent="What is your intention? "
echo %intent% > INTENTIONS.TXT
set /p id="Enter output file name (.wav): "
intrpt-wav -d 00:01:00 -v 0 -n NEST-100.TXT -o %id%
cls
intrpt --imem 5 -i "%id% is charged with NEST-100.TXT" -c white -d 00:10:00
cls
echo Energy WAV successfully created.
pause The NEST-1.TXT file has been modified to reference "HSUPLINK.TXT". The HSUPLINK.TXT has been modified to include "Connect to Anthro Black Hole and Resonance Field". I believe this will create stronger audio files.
|
|
|
Post by reden on Jul 7, 2022 2:50:45 GMT
Do you think silent wavs could cause damage to headphones through vibrating their drivers/cups for long time periods?
|
|
|
Post by reden on Jul 7, 2022 2:56:14 GMT
One random comment: the windows Repeater executable could work up to XP. It depends on whether MSVCRT 2012 has enough C++11 support for the Repeater to work when statically linked to it.
|
|
|
Post by sound on Jul 7, 2022 3:07:12 GMT
Do you think silent wavs could cause damage to headphones through vibrating their drivers/cups for long time periods? As far as I know, the silence would not generate any waveform so the DAC would not even output any vibrations through the heaphone jack. I could be wrong.
|
|
|
Post by sound on Jul 7, 2022 3:07:31 GMT
One random comment: the windows Repeater executable could work up to XP. It depends on whether MSVCRT 2012 has enough C++11 support for the Repeater to work when statically linked to it. Cool! I might try.
|
|
|
Post by reden on Jul 7, 2022 4:19:28 GMT
The linux wav repeater version I made keeps segfaulting (crashing). I have no idea why. Last time I had made it, a year ago, it had worked. Edit: had it?
|
|
|
Post by reden on Jul 7, 2022 4:20:59 GMT
You could combine Repeater Images and WAV.
|
|
|
Post by sound on Jul 7, 2022 14:47:23 GMT
My prayer wheel has "Om Mani Padme Hum" in Ranjana script. I charged it for 11 hours with the intention, through nesting and Holo-Link (+ ABH & RF),
|
|
|
Post by sound on Jul 7, 2022 15:12:12 GMT
According to Buddhist scriptures,
one spin of a prayer wheel is better than many years of meditation. It clears karma effortlessly, heals the body and prevents rebirth in the "lower realms." It also grants wishes.
A prayer wheel has paper rolls in it with thousands of repetition of the mantra "om mani padme hum", such that when it is spinning, it generates the energy equivalent of thousands of mantra chants.
This is why I am using it.
In fact, spinning a prayer wheel once in your life or even looking at someone spinning it is enough to prevent rebirth in the "lower realms." Yet more beneficial is to actually have a prayer wheel next to you when you die, or to visualize it.
Buddhism offers many "shortcuts" for those who do not wish to dedicate their life to meditating.
|
|
|
Post by reden on Jul 7, 2022 15:17:06 GMT
It has been uploaded: github.com/soundenergies/energy-wav-creator-2.0/tree/mainIt uses Holo-Link and Nesting, with Anthro Black Hole and Resonance Field. Here's the batch script: @echo off
title Create Silent Energy WAV
set /p intent="What is your intention? "
echo %intent% > INTENTIONS.TXT
set /p id="Enter output file name (.wav): "
intrpt-wav -d 00:01:00 -v 0 -n NEST-100.TXT -o %id%
cls
intrpt --imem 5 -i "%id% is charged with NEST-100.TXT" -c white -d 00:10:00
cls
echo Energy WAV successfully created.
pause The NEST-1.TXT file has been modified to reference "HSUPLINK.TXT". The HSUPLINK.TXT has been modified to include "Connect to Anthro Black Hole and Resonance Field". I believe this will create stronger audio files. What is the purpose of pause for?
|
|
|
Post by sound on Jul 7, 2022 15:18:04 GMT
It has been uploaded: github.com/soundenergies/energy-wav-creator-2.0/tree/mainIt uses Holo-Link and Nesting, with Anthro Black Hole and Resonance Field. Here's the batch script: @echo off
title Create Silent Energy WAV
set /p intent="What is your intention? "
echo %intent% > INTENTIONS.TXT
set /p id="Enter output file name (.wav): "
intrpt-wav -d 00:01:00 -v 0 -n NEST-100.TXT -o %id%
cls
intrpt --imem 5 -i "%id% is charged with NEST-100.TXT" -c white -d 00:10:00
cls
echo Energy WAV successfully created.
pause The NEST-1.TXT file has been modified to reference "HSUPLINK.TXT". The HSUPLINK.TXT has been modified to include "Connect to Anthro Black Hole and Resonance Field". I believe this will create stronger audio files. What is the purpose of pause for? pause waits for user input, so that a message is shown to the user. If pause is not used, the prompt would immediately close.
|
|
|
Post by reden on Jul 7, 2022 15:20:22 GMT
What is the purpose of pause for? pause waits for user input, so that a message is shown to the user. If pause is not used, the prompt would immediately close. I forgot that in Windows, the prompt closes as opposed to leaving you in the shell. By the way, I made a sound wav v2 for myself. It's rather strong it seems.
|
|
|
Post by sound on Jul 7, 2022 15:22:41 GMT
Good to hear!
|
|
|
Post by sound on Jul 7, 2022 15:31:42 GMT
You could combine Repeater Images and WAV. I wonder if WAVs support art covers? If so, the Repeater Image could be added as the art cover for the track, further infusing it with energy.
|
|