Developer Documentation Library > Interviewer - Server > Architecture > Interview Service tier > Dialer Interface component > Recording calls, interviews, and responses > Where are the recording files?
 
Where are the recording files?
All recording files are stored on the dialer in the audio\dimensions\ProjectName folder. Filenames are converted to lower case to avoid potential problems on case‑sensitive file systems.
Recordings for calls and interviews are both stored in files called:
c–SampleIdInterviewerIdPartNumber.wav
For example, c–id152–ben–1.wav for the first part of the interview that Ben conducted with the respondent whose sample record Id was ID152.
The "c" at the start of the filename marks this as a call or interview recording.
Recordings for individual questions are stored in files called:
q–SampleIdQuestionFullName.wav
For example, q–id152–whyliked.wav for the whyliked question for sample record ID152 or q–id152–rating[{taste}].wav for the taste iteration of the rating loop for sample record ID152.
The "q" at the start of the filename marks this as a question recording rather than call or interview recording.
Only one recording is stored per question.
See also
Recording calls, interviews, and responses