aevalsrc: enclose example arguments in double quotes

More paste friendly, consistent with other examples.
This commit is contained in:
Stefano Sabatini 2011-10-18 19:38:52 +02:00
parent 2f468826ee
commit ffb7c6e5ba
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ aevalsrc="sin(10*2*PI*t)*sin(880*2*PI*t)"
@item
Generate 2.5 Hz binaural beats on a 360 Hz carrier:
@example
aevalsrc=0.1*sin(2*PI*(360-2.5/2)*t) : 0.1*sin(2*PI*(360+2.5/2)*t)
aevalsrc="0.1*sin(2*PI*(360-2.5/2)*t) : 0.1*sin(2*PI*(360+2.5/2)*t)"
@end example
@end itemize