Re: Good audio editor for Debian 13?
Chevelle <[email protected]> Thu, 28 Aug 2025 09:35:00 -0400
| Newsgroups | gmane.linux.debian.devel.accessibility |
|---|---|
| Message-ID | <[email protected]> |
You can use 'sox' from the command line. If you know the time stamp of where you want to cut for example: sox audio.flac temp.flac trim 1:25 30 Now the temp file will contain what is in audio.flac starting at 1 minute 25 seconds and continuing for 30 seconds. There a many variations. https://www.thegeekstuff.com/2009/05/sound-exchange-sox-15-examples-to-manipulate-audio-files/ On 8/27/25 3:06 PM, Kenneth wrote: > Hi all, > I've been thinking about making a podcast, why im interested in > learning how to edit audio files. > I know about audiocity, but Orca dosent seem to work with it in Debian > 13, so im wondering if someone on this list knows about a tool to edit > (cut, copy, add, remove fade out and in etc. program? > > I dont mind if its terminal based, but i just need it to work well > with Orca screen reader in Debian 13.. > > Best kind regards > Kenneth >