Does wp_get_attachment_image_src also work with non-image files?

No, wp_get_attachment_image_src() is for image files only. For non-image files, you can use get_attached_file() to get the full filesystem path to the attachment file. And to get the full URL, you can use wp_get_attachment_url().