Tagged Questions

3
votes
1answer
658 views

Generate a waveform image from an audio file

Building a python application that converts raw audio files into wave using sox on a linux system. I want it to be able to generate an image (PNG or Jpeg) of the audio waveform pattern but I am unable ...
2
votes
1answer
207 views

A Commercial MP3 Encoder/Decoder to use with Sox/Audacity

In recent days i've been looking into a way to mix together MP3 files at the point of upload to a website, which is hosted on a linux machine. So far, thanks to the community, i've learned that using ...
2
votes
1answer
222 views

Is there a best practice for concatenating MP3 Files, adjusting sample rates to match, while preserving original files?

Does anyone know if there is a "best practice" to concatenate mp3 files to create new files, while preserving the original files? I am working on a CentOS Linux machine, in command line. I will ...
2
votes
3answers
320 views

Any idea why I can execute command from Command Line but not From PHP exec()

OK, I have done some creative searches and am kind of hitting a road block. I am trying to use the linux program "sox." I am trying to call it from my PHP script. The script DOES work if I use ...
1
vote
1answer
44 views

alternate two wav files into 1 single one using sox and bash

I'm using linux and bash I have two files filea.wav and fileb.wav which are both 1 second long. I would like to join 4000 of them so I will get 1 large file that is an hour long that has the two files ...
0
votes
2answers
56 views

Basics of compiling binary with no dependencies using gnu toolchain

I'm trying to make an audio file I create slow down using SoX, and although I can easily compile the source files on the linux machine I use regularly, I need to transfer the binary to another linux ...
0
votes
0answers
53 views

Sox and ladspa, effects

Do I need to effect in sox ladspa? Maybe some kind of effects work without ladspa? thanks in advance
0
votes
3answers
260 views

Do audio files converted to raw retain previous sampling rate?

OK. I'm trying to learn about audio and compression. I have a fundamental question that I haven't found the answer to yet scouring the internet. I know that there are self describing formats with ...
0
votes
1answer
425 views

linux conversion of caf file with iLBC codec 2 wav

Used http://www.ilbcfreeware.org/software.html - I only get static from the files that ilbc_test.exe creates. Does anyone have other suggestions? sox doesn't seem to be able to convert it as far as I ...
0
votes
2answers
357 views

Get sound level from device while recording in C++

I want to get sound level, so I can display it in my SDL application (the platform is Linux) when recording sound. How can I do that? I use FMOD API in my app, but for recording, I'm using SoX ...