Page 1 of 1

Can I get a SOX .pet for Precise?

Posted: Mon 17 Jun 2013, 01:52
by AndyOpie150
I need a PET of SOX thats compatible with Precise. Found a LP2sox.sfs in LazY Puppy repo, but don't know how to reverse engineer to a PET.
Maybe a link to how to convert so I could learn how.

Re: SOX

Posted: Mon 17 Jun 2013, 12:42
by jrb
AndyOpie150 wrote:I need a PET of SOX thats compatible with Precise.
Here's the sox I use in all my Puppies. Its from Puppy431 but still works well. I built the pinstall script to adapt to the latest releases. I just checked in Precise 561 and its good to go.

Cheers, J

Download sox-14.3.0-p4-jrb2.pet

Re: SOX

Posted: Wed 19 Feb 2014, 05:14
by laika
jrb, your .pet works on X-precise-2.2 (a beautiful pup) which is precise 5.7.1 IIRC.

Thanks so much for sharing! I use sox as a brown noise machine at night.

sox-14.3.0-p4.pet

Posted: Wed 16 Jul 2014, 13:11
by Pelo
Pet sox-14.3.0-p4.pet installe.
I want to join 2 files mp3 and reduce the size to post tthem in the forum included in a tar.gz archive.
How do you do ? Sox is it the tool to do that ?

Posted: Wed 16 Jul 2014, 15:05
by RSH
AndyOpie150 wrote:I need a PET of SOX thats compatible with Precise. Found a LP2sox.sfs in LazY Puppy repo, but don't know how to reverse engineer to a PET.
Maybe a link to how to convert so I could learn how.
Just do a right-click onto the SFS in LazY Puppy and choose "Convert to PET".
Pelo wrote:I want to join 2 files mp3 and reduce the size to post tthem in the forum included in a tar.gz archive.
I don't think you can do this.

To combine two or multiple MP3 files I would use Audacity.

Though, the .tar.gz will be much too big to upload it to the forum, which has a maximum file size to be able to upload to the forum of 256 KB.

Since MP3 files are already compressed files there will not be much more compression when putting them into a .tar.gz or any else archive.

The same is with images.

Usually it doesn't make sense to package audio and/or image files into a archive when focused just on compressed size of files.

Posted: Wed 16 Jul 2014, 15:30
by rcrsn51
The easiest way to join mp3's is with the cat command.

Code: Select all

cat a.mp3 b.mp3 > c.mp3
If you need something more sophisticated, the latest version of PeasyDisc has a tool for doing this with ffmpeg.

bookmarked (cat in terminal)

Posted: Thu 17 Jul 2014, 01:24
by Papy
bookmarked (terminal)
Just need to remember.