Search found 59476 matches
- Thu Nov 05, 2015 1:04 pm
- Forum: GNU/Linux
- Topic: Grating crackle/static occasionally shows up in playback
- Replies: 24
- Views: 3813
Re: Grating crackle/static occasionally shows up in playback
There are many possible causes for crackle on playback. What sort of computer do you have? What sound card? How are you listening to the music? Does it only occur with particular files? If you try playing the same file another time, will it play OK? Does it still happen if you turn down the volume? ...
- Thu Nov 05, 2015 9:51 am
- Forum: Windows
- Topic: I deleted project file by mistake
- Replies: 1
- Views: 157
Re: I deleted project file by mistake
Have you checked the recycle bin?
If they've gone from there, then see: http://manual.audacityteam.org/o/man/re ... ually.html
If they've gone from there, then see: http://manual.audacityteam.org/o/man/re ... ually.html
- Thu Nov 05, 2015 9:39 am
- Forum: Nyquist
- Topic: Plugin For 8-bit music sounds
- Replies: 5
- Views: 2314
Re: Plugin For 8-bit music sounds
Yes, lots of work. Here's a slightly more complex example: ;type generate (defun saw (pitch dur) (mult (pwlv 0 0.1 0.5 dur 0) (osc pitch dur *tri-table*))) (defun square (pitch dur) (let ((hz (step-to-hz pitch))) (mult (pwlv 0 0.1 0.5 dur 0) (osc-pulse hz 0.5)))) (defun drum (dur) (mult (pwev 1 (* 0...
- Thu Nov 05, 2015 2:08 am
- Forum: GNU/Linux
- Topic: Output levels distorted after restarting audacity
- Replies: 11
- Views: 1301
Re: Output levels distorted after restarting audacity
Here's the problem. See how the waveform has a "notch" in it where it briefly goes to the centre line. I've highlighted one, and there is another one visible a little earlier. firsttrack000.png Those notches should not be there. The strange thing is that they occur at exact intervals of 12...
- Thu Nov 05, 2015 1:07 am
- Forum: Windows
- Topic: It is possible export audio with more then 32 channels?
- Replies: 8
- Views: 705
Re: It is possible export audio with more then 32 channels?
Wikipedia lists technical details (including number of channels) for many audio formats: https://en.wikipedia.org/wiki/Comparison_of_audio_coding_formats#Technical_details SoX can produce multi-channel files from multiple input files using the "merge" (-M) option: http://sox.sourceforge.ne...
- Thu Nov 05, 2015 12:31 am
- Forum: Nyquist
- Topic: Plugin For 8-bit music sounds
- Replies: 5
- Views: 2314
Re: Plugin For 8-bit music sounds
Yes it's possible, but not easy. The number of bits (8-bit) is largely irrelevant to the character of this type of music. More important is the type of synthesized tones, and the character of the tune. Whether it's a Nintendo, Commodore, or other early computer sound system, the important thing is t...
- Wed Nov 04, 2015 4:17 pm
- Forum: Windows
- Topic: It is possible export audio with more then 32 channels?
- Replies: 8
- Views: 705
Re: It is possible export audio with more then 32 channels?
32 channels is the maximum in Audacity.
I don't know of any applications that can make 128 channel files.
I don't know of any applications that can make 128 channel files.
- Wed Nov 04, 2015 3:56 pm
- Forum: Windows
- Topic: Discrepancy in zoomed display of the region and of cuts
- Replies: 23
- Views: 3236
Re: Discrepancy in zoomed display of the region and of cuts
I think that an improvement on my previous post would be to mark the mid-point of sample regions with a dot, but when snapping to samples, to include the entire sample region. Here it is totally clear which samples are within the selection and which samples are not:
- Wed Nov 04, 2015 2:56 pm
- Forum: GNU/Linux
- Topic: Output levels distorted after restarting audacity
- Replies: 11
- Views: 1301
Re: Output levels distorted after restarting audacity
It appears that Chromebooks have a unique audio device setup. https://www.chromium.org/chromium-os/chromiumos-design-docs/cras-chromeos-audio-server What exactly are you trying to record? Are you able to adjust the recording level so that you get a signal in Audacity that is about half the track hei...
- Wed Nov 04, 2015 12:27 pm
- Forum: Windows
- Topic: Exporting to MP3 with Lame taking 14+ hours
- Replies: 17
- Views: 1010
Re: Exporting to MP3 with Lame taking 14+ hours
In what way does your computer suck? 2GB of RAM and 500GB of hard drive does not sound too bad (my machine has 3GB RAM and 500GB hard drive, but my old machine was much lower spec than that).
What happens if you try to export the project as a WAV file?
What happens if you try to export the project as a WAV file?