Skip to content

Writing audio files (.wav) in a different directory

4 messages · Humberto Mohr, Jeff Newmiller, Brian Ripley

#
Put the directory name into the filename string. The syntax for doing that is somewhat OS dependent, but for most cases you can use "/" as the separator. You really should Google "file path" and your OS and learn how to do this, because it is broadly applicable outside of R (not an R-help question). Look for info on "absolute path" and "relative path".
---------------------------------------------------------------------------
Jeff Newmiller                        The     .....       .....  Go Live...
DCN:<jdnewmil at dcn.davis.ca.us>        Basics: ##.#.       ##.#.  Live Go...
                                      Live:   OO#.. Dead: OO#..  Playing
Research Engineer (Solar/Batteries            O.O#.       #.O#.  with
/Software/Embedded Controllers)               .OO#.       .OO#.  rocks...1k
--------------------------------------------------------------------------- 
Sent from my phone. Please excuse my brevity.
Humberto Mohr <humberto.mohr at gmail.com> wrote:

            
#
On 31/01/2013 06:50, Jeff Newmiller wrote:
Or see ?file.path in R, which is OS-independent.