Search found 59476 matches
- Thu Oct 22, 2015 2:33 pm
- Forum: Windows
- Topic: Simply adding sound to newly created mp3
- Replies: 1
- Views: 125
Re: Simply adding sound to newly created mp3
I plant my cursor right where I want to add sound and then what? Press Ctrl + i to split the track (or Edit menu > Clip Boundaries > Split) Use the Time Shift tool to slide the later part of your recording to the right, and leave plenty of space for your inserted recording. Press the Record key (sh...
- Thu Oct 22, 2015 2:24 pm
- Forum: GNU/Linux
- Topic: flac 1.3.1 + audacity 2.1.1
- Replies: 13
- Views: 1511
Re: flac 1.3.1 + audacity 2.1.1
There is no difference in Flac format between 1.3.0 and 1.3.1. The main differences are a few small encoding/decoding speed improvements to the encoder/decoder.
- Thu Oct 22, 2015 10:50 am
- Forum: Windows
- Topic: pitch shift
- Replies: 8
- Views: 611
Re: pitch shift
+1 for Trebor's answer.
- Thu Oct 22, 2015 10:49 am
- Forum: Windows
- Topic: Re: Low bass/sub after recording Windows 10 [SOLVED]
- Replies: 5
- Views: 902
Re: Low base/sub after recording on audacity 2.1.1 windows 1
to record a track from YouTub Better to "download" rather than "record". There a plug-ins ("Add Ons") available for Firefox web browser that allow you to download YouTube videos (search with your favourite search engine to find a good free one). You can then extract th...
- Thu Oct 22, 2015 10:14 am
- Forum: Windows
- Topic: unable to record streaming audio in stereo [SOLVED]
- Replies: 4
- Views: 271
Re: unable to record streaming audio in stereo [SOLVED]
Glad you got it working 
I'll close this topic as "solved"/
I'll close this topic as "solved"/
- Thu Oct 22, 2015 10:11 am
- Forum: Feature Request Archive
- Topic: Zoom Normal (Cmd+2) cursor position
- Replies: 59
- Views: 5927
Re: Zoom Normal (Cmd+2) cursor position
+1 for waxcylinder's proposal. Clarification on one point: Stopped mode 3) Attempt to keep the same time position of the centre of the visible track area, but pin the earliest time to zero (don't show time before zero). i.e no "white space" and no auto turning on of show audio before zero....
- Thu Oct 22, 2015 10:04 am
- Forum: macOS
- Topic: Scream Cube audio trouble
- Replies: 4
- Views: 421
Re: Scream Cube audio trouble
All sound must be in stereo, a wav file, cd quality 44khz or 22khz and no metadata "CD quality" is 44.1 kHz, NOT "44 kHz". "22 kHz" is probably wrong also - that would be a very unusual sample rate. The closest standard sample rate is 22.05 kHz (22050 Hz). To ensure th...
- Thu Oct 22, 2015 12:38 am
- Forum: Nyquist
- Topic: calculating largesr power of 2 less than a number
- Replies: 1
- Views: 898
Re: calculating largesr power of 2 less than a number
and an alternative solution:
Code: Select all
(defun highest-power-of-2 (val)
(round (power 2 (truncate (/ (log (float val))(log 2.0))))))
- Thu Oct 22, 2015 12:20 am
- Forum: Nyquist
- Topic: calculating largesr power of 2 less than a number
- Replies: 1
- Views: 898
calculating largesr power of 2 less than a number
I've been playing with SND-FFT, which requires the "length" parameter to be a power of 2 http://www.cs.cmu.edu/~rbd/doc/nyquist/part10.html#index828 This is a little snippet for calculating the largest power of 2 less than a given number: (defun highest-power-of-2 (val) (do ((n 2 (* n 2)))...
- Wed Oct 21, 2015 10:04 pm
- Forum: Windows
- Topic: unable to record streaming audio in stereo [SOLVED]
- Replies: 4
- Views: 271
Re: unable to record streaming audio in stereo
Are you using the "WASAPI loopback" method as described here? http://manual.audacityteam.org/o/man/tu ... ndows.htmlblinddon wrote:Recording music off YouTube