audio visualization on the Ben?

Jiří Brožovský jiri.brozovsky at gmail.com
Wed Mar 7 10:33:50 EST 2012


Hello Jane,

Try to add some parameters to the "plot" command.
For example "w l" will draw lines insead of points (means "with lines")
and "lt 2" (means "line type" 2) will change color.

So you can replace the original code:

plot '$DAT.clean'" |

with the new one:

plot '$DAT.clean' w l lt 2 " |

Best regards,
jirka

2012/3/7, Jane Andreas <JaneAndreas at gmx.com>:
> Ok, I removed the previous message since I know my email client is nasty...
>
> I found out the last line of the script was split into two by accident, so I
> combined it back into just one line and ran it, then it gave me the font
> error and said 'out of memory'.
>
> I activated my 66MB swap and re ran it, it still gave me the font error but
> DID produce a file!
>
> The font thing is a minor issue now.
>
> I'm not sure about you, but for me on Debian Sid it took about 5 minutes to
> make the 640x480 png.
>
> I guess now I will be looking into how to change the color (red is boring
> and cheap looking to me) and maybe size so that it takes less time.
>
> Thanks for getting me started on this, it's almost like having a pocket
> Audacity for me now!
>




More information about the discussion mailing list


interactive