@@ -963,7 +943,6 @@ void create_directivity( int nlhs, mxArray *plhs[], int nrhs, const mxArray *prh
REGISTER_PUBLIC_FUNCTION(delete_directivity,"Frees a directivity and releases its memory","This is only possible if the directivity is not in use. Otherwise the method will do nothing.");
REGISTER_PUBLIC_FUNCTION(create_signal_source_buffer_from_file,"Creates a signal source which plays an audiofile","Note: The audiofile must be mono and its sampling rate must match that of the server.");
REGISTER_PUBLIC_FUNCTION(create_signal_source_text_to_speech,"Creates a text to speech signal","Note: depending on mode, either Speech WAV files are generated and then played back, or TTS sentence is directly played back.");