Page 1 of 2 12 LastLast
Results 1 to 10 of 19

Thread: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

  1. Default Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    I have a Python script that generates 22 sessions for each frequency 8, 7, 6, 5, and 4 Hz for a total of 110 sessions. Its set up to either create 22 separate text files per frequency or combine all 22 sessions into one text file per frequency. Since creating just 5 sessions manually in the KBS editor takes about 30 minutes, I'm wondering if there's a way to bulk-create these sessions either using the KBS editor itself or some other software that can generate MP3 or WAV files with the spectrastrobe embedded?

    Example of session parameters:

    Budzynski 8 Hz Session 1
    Total Time: 4851s (80.8 min)


    Color: R93% G86% B100%
    L&R Pitch: 155Hz


    Waveform Settings for all segments:
    SndWF: Sine
    SndModWF: Sine
    LgtModWF: Sine
    L AMDpth: 50%
    S AMDpth: 60%


    Beat Line:
    14.52 13.53 12.49 11.49 10.41 9.46 8.41 7.58 8.14 7.24 8.49 8.64 7.23 8.21 8.55 8.36 8.42 8.30 8.19 7.99
    8.14 8.05 7.90 8.07 7.98 7.74 8.07 8.15 7.97 7.82 8.14 8.31 8.18 8.03 8.12 8.03 7.83 7.65 8.04


    Segment Durations:
    122 128 125 127 127 118 118 132 118 130 121 128 132 121 123 133 127 120 118 125
    121 128 129 127 116 128 121 120 133 131 123 115 134 132 115 117 123 131 114



    Time at 8.0 Hz: 2345s (39 min) (48.3%)
    Last edited by Jos Bos; 08-04-2025 at 12:27 PM. Reason: typos

  2. #2
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,211
    Blog Entries
    3

    Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    Have you already made these sessions?
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  3. Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    I've been working on this project for about a month and a half now. It started when I was talking with an AI about progressive muscle relaxation (PMR), box breathing, and the Kasina system. I discovered that my problems with reaching deep trance states were due to habituation—a key factor—and I hadn’t been entraining to the Alpha frequency over the long term.

    As I explored different facets of AVS mechanisms through ongoing discussions, I gradually began developing protocols. I first started with 5 sessions per frequency 1 session to use over a full week. Later, based on AI input suggesting 10 sessions might be more effective, I decided to go even further and create 22. Back then, each session had fewer segments, so I could generate around 5 sessions in 15 minutes.

    A few weeks ago, I decided to follow Budzynski’s protocol as closely as possible. Joe told me that one of the original sessions the AI gave me already aligned with Budzynski’s model. So I restructured my sessions and started creating new ones based on that format. At this point, I estimate I’m about 50% done with the updated content.

    The problem now is that each time I realize there’s room for improvement, I need to recreate all 110 sessions. It takes a lot of time to do this manually, which is why I’d like to find a way to generate these sessions in batch to speed up the process.

  4. Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    I'm not sure why, but a bunch of question mark icons appeared in the beat and time segments when I copied the output into this site's text window while writing the comment.

    I?ve edited my original post to clear up any confusion those question marks made it seem like I wasn?t confident about the sessions, when in reality I?ve been steadily creating manually and entraining to them.

    That said, if there?s a way to generate these kinds of sessions in batches, it would definitely make it easier to adjust the overall protocol parameters when needed.

  5. #5
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,211
    Blog Entries
    3

    Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    This forum is pretty old. It replaces non-ascii characters with "?". Even your reply has some, whenever you use a single apostrophe it looks like... My guess is that your keyboard is putting out "matching" quotes (angled) or something non-ascii.
    Don't sweat it, I often go back and fix it manually.

    There might be a way to convert your session info to the proper KBS format, I'd have to look into it. Can your python script create a CSV table?
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  6. Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    Quote Originally Posted by Andy View Post
    There might be a way to convert your session info to the proper KBS format, I'd have to look into it. Can your python script create a CSV table?
    Yes, now it can create TXT as well as CSV.
    See attached zip with TXT and CSV in case they are needed.
    Last edited by Jos Bos; 08-08-2025 at 06:57 PM.

  7. Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    Quote Originally Posted by Andy View Post
    This forum is pretty old. It replaces non-ascii characters with "?". Even your reply has some, whenever you use a single apostrophe it looks like... My guess is that your keyboard is putting out "matching" quotes (angled) or something non-ascii.
    Don't sweat it, I often go back and fix it manually.

    There might be a way to convert your session info to the proper KBS format, I'd have to look into it. Can your python script create a CSV table?

    Somehow I can't not see the attached zip file, in case it's not present. here is a download link.
    https://pixeldrain.com/u/DBGNK7DW
    Last edited by Jos Bos; 08-08-2025 at 07:15 PM.

  8. Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    Earlier today, I developed new session protocols based on the Theta-Gamma sequence in preparation for completing the 6 Hz entrainment cycle in about 2.5 months. I don’t know if the CSV file creation will be done through the KBS editor, but it seems Python generated sessions with 250 segments. Do you know the maximum number of segments the KBS editor can handle?

    https://pixeldrain.com/u/Q8xYFnXB

  9. #9
    Join Date
    Apr 2006
    Location
    Calgary, Alberta, Canada
    Posts
    4,211
    Blog Entries
    3

    Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    If a bulk import is going to be possible, you'll need modify your program to output the following:
    1. Only write Ascii text. You have Unicode in there that's going to mess up any importer. (see image in link)
    2. Make one CSV per session
    3. Make the CSV so it has columns that match the columns in the Editor, with one row per Segment

    https://www.dropbox.com/scl/fi/ub901...=0zmpacvd&dl=0
    -Andy.

    Hey, if someone makes a good post, don't forget to click at the bottom of their post to add to their reputation!

  10. Default Re: Bulk Generation of KBS Sessions or Audio with SpectaStrobe

    "If a bulk import is going to be possible, you'll need modify your program to output the following"

    I think I have pulled it off. I was curious and tried to run in with KBS but I was unsuccessful.
    https://pixeldrain.com/u/SWLkMvf9 .

Thread Information

Users Browsing this Thread

There are currently 5 users browsing this thread. (0 members and 5 guests)

Similar Threads

  1. Combine my audio with Limina audio
    By psyno in forum Kasina & Limina
    Replies: 5
    Last Post: 08-06-2023, 11:35 AM
  2. SpectaStrobe Athletic Warm Up Recreation
    By neuroasis in forum Kasina & Limina Sessions
    Replies: 0
    Last Post: 12-15-2015, 02:11 AM
  3. proteus problem in wave generation
    By shirko20 in forum Proteus
    Replies: 2
    Last Post: 03-14-2015, 08:08 PM
  4. Replies: 4
    Last Post: 07-30-2013, 01:16 PM
  5. Creating Audio Strobe Sessions
    By Oreocookieme in forum General Forum
    Replies: 1
    Last Post: 12-14-2011, 03:29 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •