Periodic sound sampling over time
Forum rules
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
If you require help using Audacity, please post on the forum board relevant to your operating system:
Windows
Mac OS X
GNU/Linux and Unix-like
Periodic sound sampling over time
I am trying to find a feature which allows me to register ambient noise during the same 5 minutes every hour for 24 hours, leaving the microphone and its ampli connected permanently. Is this doable with the current timer features? If so, I haven't found how!
Thanks for this great software.
Thanks for this great software.
Last edited by bgillesp on Fri Apr 24, 2015 4:23 pm, edited 2 times in total.
Reason: removed irrelevant forum link
Reason: removed irrelevant forum link
-
kozikowski
- Forum Staff
- Posts: 69357
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Periodic sound sampling over time
Timer Record isn't a program. It's a tool with little windows to put your time in. So you can't change it, although some enterprising soul might be able to whip something up in Nyquist.
Koz
Koz
-
kozikowski
- Forum Staff
- Posts: 69357
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Periodic sound sampling over time
And computer. I would guess that even if you managed to get it to work, you wouldn't be able to use the computer for anything else. Audacity is a simple program and it likes running on simple computers.leaving the microphone and its ampli connected permanently.
Very few people have managed to make a surveillance computer out of Audacity. That's your Google search term.
Koz
Re: Periodic sound sampling over time
If you are on Linux you can simply schedule arecord (or any other command line recorder) as a Cron task.
I doubt that there will be much interest is developing an Audacity feature to record for 5 minutes every hour.
I doubt that there will be much interest is developing an Audacity feature to record for 5 minutes every hour.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Periodic sound sampling over time
I'm not on Linux. For my need, the computer would indeed be dedicated to the sound surveillance operation. Would continuous recording over 24 hours not create enormous file? I could cut 5 minute samples from a large file using the timeline, I suppose.
-
kozikowski
- Forum Staff
- Posts: 69357
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Periodic sound sampling over time
Isn't it a 13-1/2 hour limit for 44100, 16-bit, Stereo? Something like that? You should not use lower quality because the filtering and effects tools stop working well. WAV files poop out at either 2GB or 4GB and I forget which one is significant.
You really need software that's designed to do this.
Koz
You really need software that's designed to do this.
Koz
Re: Periodic sound sampling over time
For saving and re-opening Audacity projects, yes: http://wiki.audacityteam.org/wiki/Relea ... e_Projectskozikowski wrote:Isn't it a 13-1/2 hour limit for 44100, 16-bit, Stereo?
Longer projects can be created, but data will be lost if you try to save a project longer than this.
4GB is the limit for "normal" WAV files (equivalent to about 6.8 hours of CD-quality audio): http://en.wikipedia.org/wiki/WAV#Limitationskozikowski wrote:WAV files poop out at either 2GB or 4GB and I forget which one is significant.
Some older Windows PCs have a 2 GB file size limit, but that is not very likely these days.
Then you probably need to use dedicated sound surveillance software.bgillesp wrote:I'm not on Linux. For my need, the computer would indeed be dedicated to the sound surveillance operation.
Yes it would, though if most of that time is silence, then you could use the "Sound Activated Recording" feature: http://manual.audacityteam.org/o/man/tr ... u.html#sarbgillesp wrote:Would continuous recording over 24 hours not create enormous file
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
-
kozikowski
- Forum Staff
- Posts: 69357
- Joined: Thu Aug 02, 2007 5:57 pm
- Operating System: macOS 10.13 High Sierra
Re: Periodic sound sampling over time
Which kills your "time of day" information. Audacity doesn't have timestamps or SMPTE Timecode unless you add it.use the "Sound Activated Recording" feature:
See:
Software designed to do this.
Koz