Search found 4782 matches: Search…
Searched query: Search…
- Sat Sep 18, 2010 3:30 pm
- Forum: GNU/Linux and Unix-like
- Topic: using Audacity and a Cronjob to create a scheduled recording
- Replies: 58
- Views: 14842
Re: using Audacity and a Cronjob to create a scheduled recor
It's working fine!! That was pretty simple. I have a question. I use Dropbox a lot to save files to. I mount my dropbox folder in Ubuntu as a share. What is the proper syntax for the path in my arecord code? The path to where you mount your share... If you mount it at /mnt/myshare/ then it would be...
- Sat Sep 18, 2010 1:16 pm
- Forum: General Feedback and Discussion
- Topic: How To Record Streaming Audio In 1.3?
- Replies: 33
- Views: 25216
Re: How To Record Streaming Audio In 1.3?
But I use Windows XP Which is why there is a forum board specifically for people using Audacity 1.3.x on Windows http://forum.audacityteam.org/viewforum.php?f=5 The problem with posting on a general board like this is that no-one knows what sort of machine you are working on, and few people are goi...
- Sat Sep 18, 2010 2:07 am
- Forum: Windows
- Topic: Using a compressor whilst recording
- Replies: 1
- Views: 2232
Using a compressor whilst recording
I have read through the FAQ, the effects tips, the recording section, done numerous google searches and searched with the keywords in the advanced forum search, but can't seem to find any information that I'm looking for. Recording the audio output is great; love the option of doing so. But the prob...
- Fri Sep 17, 2010 8:12 pm
- Forum: GNU/Linux and Unix-like
- Topic: using Audacity and a Cronjob to create a scheduled recording
- Replies: 58
- Views: 14842
Re: using Audacity and a Cronjob to create a scheduled recor
I did a quick search on google and found this two links explaining how to set up tasks in the gnome task scheduler (the one you're using I believe): http://www.addictivetips.com/ubuntu-linux-tips/install-and-use-task-scheduler-to-automate-tasks-in-ubuntu-linux/ http://www.addictivetips.com/ubuntu-li...
- Fri Sep 17, 2010 4:05 pm
- Forum: GNU/Linux and Unix-like
- Topic: using Audacity and a Cronjob to create a scheduled recording
- Replies: 58
- Views: 14842
Re: using Audacity and a Cronjob to create a scheduled recor
arecord is just a simple tool that is part of ALSA utils that usually is present in every system using ALSA (Advanced Linux Sound Architecture), which has the most comprehensive list of sound drivers for linux. It's the standard for linux sound drivers nowadays. If you search ubuntu repositories you...
- Fri Sep 17, 2010 3:53 pm
- Forum: GNU/Linux and Unix-like
- Topic: using Audacity and a Cronjob to create a scheduled recording
- Replies: 58
- Views: 14842
Re: using Audacity and a Cronjob to create a scheduled recor
The easiest way is to read the man page, type in the command line: man arecord Every linux command/app should have a man page, which can be access by typing "man command-name" in the command line. For man's options you can type "man man" :) To browse the man page you can use arro...
- Fri Sep 17, 2010 11:34 am
- Forum: GNU/Linux and Unix-like
- Topic: using Audacity and a Cronjob to create a scheduled recording
- Replies: 58
- Views: 14842
Re: using Audacity and a Cronjob to create a scheduled recor
Are you recording from line-in? To schedule recordings in linux probably steve's suggestion would work better than using audacity (with audacity you can only schedule one recording at a time). You can later open the files in audacity to edit whatever you may need. You have many utils for the command...
- Fri Sep 17, 2010 3:31 am
- Forum: Windows
- Topic: HELLLLPPP!!!!! MY FILES!!!
- Replies: 6
- Views: 1008
Re: HELLLLPPP!!!!! MY FILES!!!
Thanks for the response Bill, the interesting thing is, when i look at the files in my windows search result pulling up Audacity, what i see is the data folders first (empty) Then the AU. files that go into that folder are all in date order/ after each Aup. file. And on down the list of about 2400 o...
- Thu Sep 16, 2010 12:33 pm
- Forum: Windows
- Topic: Can't hear recordings
- Replies: 13
- Views: 2233
Re: Can't hear recordings
Hi Steve I brought (£29.95 plus P & P) something marketed as a music grabber from the Daily Mail Offers which you can see at the following site: http://www.maillife.co.uk/i-AA-E796/usb-audio-grabber/?search=music grabber (or just http://www.maillife.co.uk and then search for music grabber). When...
- Wed Sep 15, 2010 4:34 pm
- Forum: Compiling Audacity
- Topic: Link failure 1.3.13
- Replies: 2
- Views: 2476
Re: Link failure 1.3.13
1>LINK : fatal error LNK1181: cannot open input file 'filedialog.lib' When this happens to me the solution is to open the Batch Build... dialog and select ALL , then Clean (this is being overly inclusive but assures that everything is clean). Now rebuild your configuration with Build Solution . If ...