Search found 21 matches
- Fri Jan 03, 2020 2:26 pm
- Forum: macOS
- Topic: Feature request: labels should move with their audio when time shift or truncating silence
- Replies: 1
- Views: 251
Feature request: labels should move with their audio when time shift or truncating silence
Desired behavior: 1. record audio 2. add labels for the different topics discussed in the audio 3. truncate silence 4. as it compresses the silence, the labels should move to stay with the audio they were aligned with when created. Current behavior 1. record audio 2. add labels 3. truncate silence 4...
- Sat Dec 14, 2019 4:09 pm
- Forum: macOS
- Topic: Feature Request: split clip should behave the same on label tracks as it does on audio
- Replies: 1
- Views: 188
Feature Request: split clip should behave the same on label tracks as it does on audio
current behavior: splitting an audio clip creates a visible split, and using the time shift tool moves the newly created clip as expected. splitting a label track does not create a visible split, and using the time shift tool on label track moves the whole label track - not expected Note that splitt...
- Fri Aug 09, 2019 11:42 am
- Forum: macOS
- Topic: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
- Replies: 6
- Views: 364
Re: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
Fantastic!
Thank you so much. Until I figured out that it was related to sync-lock, it was driving me nuts. Even now, I still accidentally crash and have to recover work. I really appreciate you and everyone chasing this down.
Thank you so much. Until I figured out that it was related to sync-lock, it was driving me nuts. Even now, I still accidentally crash and have to recover work. I really appreciate you and everyone chasing this down.
- Fri Aug 02, 2019 11:30 am
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3010
Re: Labels to id3v2 mp3 chapters spec
That fixed the plug-in installer! Thank you. My current steps are: Run the labels to chapters plug-in. Export the audio to mp3. in terminal, run ./ffmpeg -i /Users/vmarks/Downloads/ai\ pod/ai\ pod\ destri.mp3 -i /Users/vmarks/Downloads/ai\ pod/metadata.txt -map_metadata 1 -codec copy -id3v2_version ...
- Thu Aug 01, 2019 11:43 pm
- Forum: macOS
- Topic: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
- Replies: 6
- Views: 364
Re: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
If there's anything you'd like me to do to help you try and track it down, I'm happy to try.
- Fri Jul 26, 2019 6:07 pm
- Forum: macOS
- Topic: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
- Replies: 6
- Views: 364
Re: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
Not for me - I have a label track below my audio tracks, and the bug and crash still occur.
I've attached a photo of my latest recording that shows my label track.
Thanks for treating this as the bug I perceived it to be.
I've attached a photo of my latest recording that shows my label track.
Thanks for treating this as the bug I perceived it to be.
- Fri Jul 26, 2019 1:30 pm
- Forum: macOS
- Topic: 2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
- Replies: 6
- Views: 364
2.3.2 bug: Time Shift with tracks sync-locked crashes audacity
Steps to repeat: 1. create a new file in Audacity 2. create multiple tracks. 3. turn on Sync-Lock (Tracks, Sync-Lock Tracks checked) 4. Click on the Time Shift Tool. 5. Attempt to move tracks to the right (for example) 6. It crashes. Expected result: all tracks should time shift in sync (including l...
- Fri Jul 26, 2019 1:14 pm
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3010
Re: Labels to id3v2 mp3 chapters spec
;version 4 ;type tool ;codetype lisp ;name "Labels to Chapters" ;author "Steve Daulton" ;release 2.3.2 ;copyright "Released under terms of the GNU General Public License version 2" ;control timebase "Time base" int "" 1000 100 2000 ;control title "Title" string "" "" ;control encodedby "Encoded by"...
- Thu Jun 20, 2019 8:18 pm
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3010
Re: Labels to id3v2 mp3 chapters spec
When I attempt to install the Nyquist plugin, the error message is "Error: labelstochapters.ny is not a supported plug-in."
- Mon May 27, 2019 2:57 pm
- Forum: Adding Features to Audacity
- Topic: Labels to id3v2 mp3 chapters spec
- Replies: 27
- Views: 3010
Re: Labels to id3v2 mp3 chapters spec
https://i.imgur.com/VSVTmYt.png Audacity labels run through the Nyquist command, and then FFmpeg in terminal. Result opening in Podcast Chapters.app - shows that labels can become chapters. https://i.imgur.com/0BsBW3B.png Audacity labels run through the Nyquist command, and then FFmpeg in terminal....