Results 1 to 3 of 3

Thread: Recording audio with TBASS

  1. #1
    Junior Member porcelain_tree's Avatar
    Join Date
    Nov 2012
    Location
    Beausejour, Manitoba, Canada
    Posts
    14
    Rep Power
    13

    Recording audio with TBASS

    I'd like to record the audio generated by my TBASS program. I found a reference to recording in the Help Manual, but it doesn't specify the syntax. Is this supported in thinBasic, and if so, what is the syntax?

  2. #2
    thinBasic author ErosOlmi's Avatar
    Join Date
    Sep 2004
    Location
    Milan - Italy
    Age
    57
    Posts
    8,777
    Rep Power
    10
    Yes, in help is mentioned "recording" is some multipurpose TBASS functions but I do not think TBASS module has all the needed recording functions implemented.

    BASS library (from which TBASS is derived) had some specific functions implemented but I've never implemented them in TBASS.
    For example: http://www.un4seen.com/doc/#bass/BASS_RecordStart.html

    If really interested I can have a look and see what I can do in future TBASS versions.
    Give us a little more info of what you would like to do.

    Ciao
    Eros
    www.thinbasic.com | www.thinbasic.com/community/ | help.thinbasic.com
    Windows 10 Pro for Workstations 64bit - 32 GB - Intel(R) Xeon(R) W-10855M CPU @ 2.80GHz - NVIDIA Quadro RTX 3000

  3. #3
    Junior Member porcelain_tree's Avatar
    Join Date
    Nov 2012
    Location
    Beausejour, Manitoba, Canada
    Posts
    14
    Rep Power
    13
    BASS_RecordStart looks perfect. I'd love to see something like that in TBASS, Eros.

    Basically I've written a media player that plays 3 audio files simultaneously and randomly alters the mix in amusing ways. I'd like to record that output to a standard 16-bit 44.1KHz WAV file.

    I know I could probably figure out how to, say, pipe the audio to ffmpeg, but it would be so elegant to handle it natively via TBASS with a few lines of code.

    Thanks for looking into this.

Similar Threads

  1. TBASS, TBASS_FX
    By ErosOlmi in forum TBASS
    Replies: 3
    Last Post: 25-10-2009, 10:23
  2. Audio: Sound effects
    By Michael Hartlef in forum Media
    Replies: 0
    Last Post: 13-10-2008, 08:52
  3. Audio: Background music
    By Michael Hartlef in forum Media
    Replies: 0
    Last Post: 13-10-2008, 08:48

Members who have read this thread: 0

There are no members to list at the moment.

Posting Permissions

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