#ifndef VOICETOTEXT_H
#define VOICETOTEXT_H

namespace voicetotext {
  double multiply(double a, double b);
}

#endif /* VOICETOTEXT_H */
