Search found 59476 matches
- Sat Feb 16, 2019 6:00 pm
- Forum: Recording Equipment
- Topic: No sound when i recording
- Replies: 3
- Views: 693
Re: No sound when i recording
Is your MIDI controller sending any MIDI signal to the DAW? The original poster (swedish) has not been on this forum since the day that they posted (June 2018). Audacity does not accept MIDI data input. Audacity isn't really a "DAW", it's a multi-track audio recorder and editor (though it...
- Sat Feb 16, 2019 5:19 pm
- Forum: Windows
- Topic: Aligning tracks from the end
- Replies: 2
- Views: 114
Re: Aligning tracks from the end
Ctrl + A (select all) Effect menu > Reverse Tracks menu > Align Tracks > Align Together Ctrl + A (select all) Tracks menu > Align Tracks > Start to Zero Ctrl+A Effect menu > Reverse Rather than doing all of these commands one at a time, you could make them into a Macro (see: https://manual.audacity...
- Sat Feb 16, 2019 5:11 pm
- Forum: Nyquist
- Topic: Data Audio Wave, Split from: Nyquist and Plug-Ins
- Replies: 2
- Views: 621
Re: Data Audio Wave, Split from: Nyquist and Plug-Ins
The data audio signal could be outputted directly via the line-out of the soundcard. While that is theoretically possible (using the PLAY command), in practice I've found that playback is very prone to skipping, causing clicks during playback. It would also be quite tricky to program because you wo...
- Sat Feb 16, 2019 3:37 pm
- Forum: Compiling Audacity
- Topic: Audacity, ASIO & misbehaving 'Realtek ASIO' driver
- Replies: 16
- Views: 3097
Re: Mismatch between the program and library build versions
Do you have a working ASIO setup? (A sound card with ASIO drivers, successfully tested in another ASIO app)John Fishbeck wrote: ↑Sat Feb 16, 2019 2:26 pmClearly there's some issue with the inclusion of the ASIO SDK components in the build. T
- Sat Feb 16, 2019 3:35 pm
- Forum: Compiling Audacity
- Topic: Audacity, ASIO & misbehaving 'Realtek ASIO' driver
- Replies: 16
- Views: 3097
Re: Mismatch between the program and library build versions
If you cloned Audacity from the GitHub repository, you can checkout a previous release using the "tags" switch. For example: git checkout tags/Audacity-2.3.0 If you just want to download the sourcecode as a ZIP archive, you can do that from the "Releases" section of GitHub. (Down...
- Sat Feb 16, 2019 11:15 am
- Forum: Windows
- Topic: Generate noise removes audio from separate track
- Replies: 3
- Views: 122
Re: Generate noise removes audio from separate track
Are you sure that it is removing audio from the other track, and not inserting a space?
Look near the bottom of the "Tracks" menu, and ensure that "Sync-Lock Tracks" is not ticked.
Look near the bottom of the "Tracks" menu, and ensure that "Sync-Lock Tracks" is not ticked.
- Fri Feb 15, 2019 7:39 pm
- Forum: GNU/Linux
- Topic: Issue with scripting - command "SelectTime: Start=double" does not support doubles
- Replies: 3
- Views: 577
Re: Issue with scripting - command "SelectTime: Start=double" does not support doubles
I would have got back to you more quickly, but it's a long time since I wrote pipeclient.py, so I had to rebuild Audacity first to check that it still worked correctly.
By the way, the manual for the alpha version of Audacity is here: https://alphamanual.audacityteam.org/man/Scripting
By the way, the manual for the alpha version of Audacity is here: https://alphamanual.audacityteam.org/man/Scripting
- Fri Feb 15, 2019 7:12 pm
- Forum: GNU/Linux
- Topic: Issue with scripting - command "SelectTime: Start=double" does not support doubles
- Replies: 3
- Views: 577
Re: Issue with scripting - command "SelectTime: Start=double" does not support doubles
The command shouldn't have the comma.
Try the command:
Try the command:
Code: Select all
client.write("SelectTime: Start=4.29 End=6.94")- Fri Feb 15, 2019 6:51 pm
- Forum: Windows
- Topic: Mp3 Metadata tag: "Genre"?
- Replies: 2
- Views: 224
Re: Mp3 Metadata tag: "Genre"?
There's a standard list for id3 v1: https://en.wikipedia.org/wiki/ID3#standard id3 v2 is an "informal standard", which means there's really no guarantee that any two organizations will do things exactly the same way, though they will usually be more or less like this: http://id3.org/id3v2....
- Fri Feb 15, 2019 2:13 pm
- Forum: Windows
- Topic: phantom clicks
- Replies: 4
- Views: 218
Re: phantom clicks
An i5 should be able to handle recording, even large multi-track projects, without problems. However, if there is any kind of data bottleneck anywhere in the system, it can cause this type of problem, even on a high end system. Two of the most common causes: 1) Windows is trying to do an update. Sol...