Search found 24069 matches

by Gale Andrews
Mon Mar 04, 2013 3:27 am
Forum: Windows
Topic: Metadata and iTunes
Replies: 3
Views: 627

Re: Metadata and iTunes

When exporting to WAV, I lose all metadata. Some metadata fields are included in the exported file, but few applications read WAV metadata, and iTunes is one that does not. You can export to AIFF instead then iTunes will see the tags. Please see http://wiki.audacityteam.org/wiki/WAV#Metadata . You ...
by Gale Andrews
Mon Mar 04, 2013 3:10 am
Forum: Windows
Topic: Recording Audio From DVD Video File
Replies: 12
Views: 3557

Re: Recording Audio From DVD Video File

You want to both import the entire audio from the entire video file into Audacity, and you want to record the audio of the video as it plays on the computer, or only one of those? If you have installed FFmpeg as per these instructions and still need to locate FFmpeg in Audacity, this explains how to...
by Gale Andrews
Mon Mar 04, 2013 2:55 am
Forum: Windows
Topic: How to remove skip between tracks
Replies: 13
Views: 2517

Re: How to remove skip between tracks

Are you talking only about ripping an entire CD as one file, or also about burning a CD with no skips between tracks? Steve was talking about exporting a WAV (or WAV files) then using the WAV file(s) to burn a CD (instead of burning the CD from MP3 files). If you want to rip the entire CD as one WAV...
by Gale Andrews
Mon Mar 04, 2013 2:42 am
Forum: General Audio Programming
Topic: switch to Spectogram display by code
Replies: 31
Views: 22316

Re: switch to Spectogram display by code

I am looking for a message or a software command or something alike with which I can write C++ code (Windows) to switch between the Waveform and Spectogram display like when you use the mouse to hit those menu entries in the Trackinfo screen of the GuiStereoTrack. Just another reminder that no Auda...
by Gale Andrews
Sun Mar 03, 2013 4:45 am
Forum: macOS
Topic: USB audio interface recording levels
Replies: 5
Views: 1796

Re: USB audio interface recording levels

I'm trying to adjust the recording input levels within Audacity 2.03 downloaded off the zip file on OS X 10.6.8 with a Sony PS-LX300USB turntable. The input slider in the mixer toolbar is greyed out though and I can't seem to find a way of adjusting within Audio Midi Setup. From the comments I've r...
by Gale Andrews
Sun Mar 03, 2013 3:47 am
Forum: macOS
Topic: How to retrieve .aup data
Replies: 4
Views: 1200

Re: How to retrieve .aup data

As I said, please find the AUP file. You won't get a proper recovery otherwise. All you need to do is open Finder, click in the box with a magnifying glass and type "aup" (without quotes). Press the little "+" buttons in Finder to look at the search options. If you really cannot ...
by Gale Andrews
Sun Mar 03, 2013 3:28 am
Forum: Windows
Topic: How do I Adjust Height of waveform
Replies: 2
Views: 664

Re: How do I Adjust Height of waveform

Please tell us what you are recording from and how it is connected to the computer. Is it the problem you had last year with a cassette player http://forum.audacityteam.org/viewtopic.php?p=172383#p172383 ? If so are you connecting the cassette player to the blue line-in port of the computer as requi...
by Gale Andrews
Sun Mar 03, 2013 3:18 am
Forum: Windows
Topic: File System Navigation Problem(Compatibility Mode)[SOLVED]
Replies: 4
Views: 995

Re: File System Navigation Problem

What exactly happens? Are files or folders disappearing from the window? Have you tried right-click over audacity.exe > Properties then seeing what the Compatibility Mode setting is? Do you have window management programs installed that could be responsible? You can use CamStudio to make a video: ht...
by Gale Andrews
Sat Mar 02, 2013 3:26 am
Forum: Windows
Topic: how to start audio automatically on startup of audaity
Replies: 5
Views: 772

Re: how to start audio automatically on startup of audaity

There is Scripting but you have to compile Audacity to do that.

You could create an AutoHotkey script or executable to open the file then use the Audacity shortcuts to split the stereo track and solo/play then execute that script as a scheduled task: http://www.autohotkey.com/ .


Gale
by Gale Andrews
Sat Mar 02, 2013 2:43 am
Forum: GNU/Linux
Topic: FFmpeg library error
Replies: 13
Views: 21596

Re: FFmpeg library error

You don't as far as I know have to disable dynamic loading to link Audacity properly to FFmpeg. What are the default configure flags for ffmpeg on your build that works? --disable-ffplay --disable-ffprobe --disable-ffserver --disable-avdevice --disable-debug --disable-decoder=amrnb --disable-decoder...