Skip to main content
Participant
September 2, 2018
Answered

Is there a way to have audition start recording when

  • September 2, 2018
  • 2 replies
  • 471 views

Is there a way to have audition start recording when it first detects a sound(i.e. when I play the first note of a song)?

    This topic has been closed for replies.
    Correct answer SteveG_AudioMasters_

    No there isn't, I'm afraid. To achieve a realistic result with this would involve what happens on hardware recorders - a rolling buffer. The idea is that all the time, whatever would be recorded when you start actually comes from the buffer. You need this to take account of the finite time an actual start takes - you have to detect the sound first, and then start the recording. What happens with the buffer is that the previous couple of seconds of everything (even you not playing) is always in it, so it can call on that to get the 'correct' starting point. So an actual note triggers recording proper, and what's before it comes from the buffer. That's why, with hardware recorders, you get a flashing red 'record ready' light - it means that the buffer's getting filled.

    There is no other way of doing this. If there was, then the hardware manufacturers would have come up with it ages ago. And as a bit of code, whilst it's obviously possible to implement something like that, there'd have to be quite a demand for it before it got seriously considered.

    2 replies

    Rescue2
    Participating Frequently
    June 18, 2019

    Funny because Sound Forge and even low end free Audacity have this feature and it works fine. I so wish that Audition had this extremely useful feature. So now I do my recording in Sound Forge and have to load the files into Audition to edit.

    SteveG_AudioMasters_
    Community Expert
    SteveG_AudioMasters_Community ExpertCorrect answer
    Community Expert
    September 2, 2018

    No there isn't, I'm afraid. To achieve a realistic result with this would involve what happens on hardware recorders - a rolling buffer. The idea is that all the time, whatever would be recorded when you start actually comes from the buffer. You need this to take account of the finite time an actual start takes - you have to detect the sound first, and then start the recording. What happens with the buffer is that the previous couple of seconds of everything (even you not playing) is always in it, so it can call on that to get the 'correct' starting point. So an actual note triggers recording proper, and what's before it comes from the buffer. That's why, with hardware recorders, you get a flashing red 'record ready' light - it means that the buffer's getting filled.

    There is no other way of doing this. If there was, then the hardware manufacturers would have come up with it ages ago. And as a bit of code, whilst it's obviously possible to implement something like that, there'd have to be quite a demand for it before it got seriously considered.

    ryclark
    Participating Frequently
    September 3, 2018

    Is there a reason why you can't start Audition recording normally before you start playing?