Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - p8rpp

Pages: 1 [2] 3 4
16
General Board / quickest way to compress amplitude?
« on: September 19, 2019, 11:09:27 AM »
Trying to find the quickest CDP command line way to compress dynamics (amplitude).

The only approach I have found so far is to extract the envelope from a time-domain sound
  ENVEL EXTRACT
and modify this envelope using
 ENVEL WARP COMPRESS
possibly post-processing it if necessary and imposing it on the original file,

It seems like a lot of steps necessary, is there a simpler/quicker way?

Thanks!
P

17
General Board / Re: audible artifacts in hilite trace?
« on: September 18, 2019, 10:44:38 PM »
Thanks!

Does anyone else have a take at these artifacts?
Much appreciated!

P

18
General Board / Re: audible artifacts in hilite trace?
« on: September 18, 2019, 03:53:34 PM »
Thanks!

Now here
https://framadrop.org/r/YhMF5xUfNZ#OmoQKr3R06Zrd0P0oEb6nz1IJmkQfFhZKVoAY73aUww=
is a sine sweep in its original form and then processed with
 hilite trace 1 sweep.ana sweepTrace.ana
after having been pvoc analyzed using the default parameters of 1024 window size.

What is interesting is that if I set the window size to 2048 the artifacts happen at different times during the sweep.

How did you create that spectrogram by the way?

19
General Board / Re: normalize level in the spectral domain?
« on: September 18, 2019, 03:26:41 PM »
Stupid me, it is
  spec gain infile.ana outfile.ana gainfactor
sorry for the noise.

20
General Board / Re: normalize level in the spectral domain?
« on: September 18, 2019, 03:25:26 PM »
Thanks Joe,
great, indeed it does and on Unix I can parse it like
  sndinfo infile.wav | grep "max possible gain" | cut -d " " -f 4
which leaves only the question how to raise gain in the spectral domain.

21
General Board / audible artifacts in hilite trace?
« on: September 18, 2019, 03:12:15 PM »
Hi,
using 7.1 on Linux I do get audible artifacts with hilite trace, which do sound a bit like bit noise or aliasing.
I am attaching a file via
https://framadrop.org/r/lNSvFSYs3t#FzODUss6BYJ9NZHQ4xCXSl50bEL1Gl47oyqv6fViYkM=

which I created with
  hilite trace 3 infile.ana outfile.ana 18 3000
thus leaving only the 18 loudest partials below 3kHz.

This has puzzled me since a long time and happens in all sort of different calls to hilite trace.

Would be great to get any idea and finally make this beautiful algorithm usable again!

22
General Board / Re: normalize level in the spectral domain?
« on: September 18, 2019, 09:44:17 AM »
BUT...

i am wondering if I can save computation time by
1. pvoc synthesizing an .ana file to .wav
2. running only a peak level analysis (HOW?)
3. and changing the gain of the original .ana file in the spectral domain
avoiding another pvoc anal run.

Any ideas? Thanks!

23
General Board / Re: normalize level in the spectral domain?
« on: September 18, 2019, 09:41:31 AM »
I am replying to myself here as I found an older post by Richard explaining the intricacies in
http://unstablesound.net/cdpforum/index.php?topic=102.msg422#msg422
which answers my question.

24
General Board / normalize level in the spectral domain?
« on: September 18, 2019, 09:11:00 AM »
Hi all,

i sometimes find myself in the situation where I'd like to normalize an .ana audiofile in the spectral domain to its maximum level. Is this somehow possible without having to convert it to a .wav time domain file?

Thanks for all ideas!

25
General Board / Re: Release 7.0 functions missing (eg. in specnu)?
« on: August 22, 2019, 11:00:52 AM »
Who would be the person to address with this wish?
best, P

26
General Board / Release 7.0 functions missing (eg. in specnu)?
« on: August 21, 2019, 07:21:36 PM »
Hi,
The documentation for CD release 7.0 for SPECNU mention the functions RAND and SQUEEZE, but the 7.1 Linux release on unstablesound.net seems to contain the 6.1.0 version without these functions. Also specnu.c contains a line referring to cdp_version 6.1.0.

I am confused, is this a mistake or have these functions moved somewhere else?

Thanks for all hints!
P

27
General Board / Re: allow cdp to overwrite outfiles?
« on: June 03, 2019, 05:45:29 AM »
(A) Any file called "temp" can be overwritten.

Is this specific to soundloom Trevor? Because on my linux box here it doesn't seem to work.

$ cdp_modify loudness 3 lapaloma.wav temp
ERROR: INVALID DATA
ERROR: Cannot open output file temp

28
General Board / Re: allow cdp to overwrite outfiles?
« on: June 03, 2019, 05:43:17 AM »
However, there is indeed an environment variable CDP_OVERWRITE_FILE which can be used to nominate one filename which can be overwritten.

This does not seem to work on my Linux box:

$ CDP_OVERWRITE_FILE=lapalomaNorm.wav; cdp_modify loudness 3 lapaloma.wav lapalomaNorm.wav
ERROR: INVALID DATA
ERROR: Cannot open output file lapalomaNorm.wav

29
Thanks Richard!
I thought someone must have had had a use for this in the past decades as so many parameters depend on infile length.
cheers, P

30
General Board / Re: soundloom video tutorials?
« on: December 01, 2018, 11:18:29 AM »
Have you looked at Trevor's Sound Loom Guide already?
Its a pdf file called twSoundLoomGuide.pdf and it should be inside your CDP installation somewhere. I found that really useful and much better than a video.

Pages: 1 [2] 3 4