Rank: 333 based on 194 downloads (last 30 days) and 5 files submitted
photo

Wolfgang Garn

E-mail

Personal Profile:

Mathematician

Professional Interests:

 

Watch this Author's files

 

Files Posted by Wolfgang View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Jan 2012 Screenshot Chess with "Greedy Edi" Play chess against "Greedy Edi". Author: Wolfgang Garn chess, artificial intelligen..., ai, event programming, alternative oop, game 69 5
  • 4.5
4.5 | 4 ratings
25 Jan 2011 Published MATLAB Files text2speech - tts Converts text to speech. Author: Wolfgang Garn sapi, text2speech, tts, text to speech, sound, potw 107 12
  • 5.0
5.0 | 5 ratings
10 Jul 2006 str2file writes a cell array of strings into a file Author: Wolfgang Garn data import, data export, writes a cell array o... 4 6
  • 4.66667
4.7 | 6 ratings
10 Jul 2006 file2str converts a text file into a cell array Author: Wolfgang Garn data import, data export, file2str, file to string cell a..., read text file, text file into a c 6 1
  • 1.0
1.0 | 1 rating
19 Jan 2006 Screenshot Generate help files from m-files Help files are generated from m-files. Author: Wolfgang Garn development environme..., doc, publish create genera..., latex form 8 4
  • 3.5
3.5 | 2 ratings
Comments and Ratings by Wolfgang View all
Updated File Comments Rating
02 Feb 2011 text2speech - tts Converts text to speech. Author: Wolfgang Garn

If you just use the "tts" function, then you should not have to download SAPI - in particular if you use Windows 7 or Vista.

25 Jan 2011 text2speech - tts Converts text to speech. Author: Wolfgang Garn

I have observed that issue as well and provided a new function based on .NET - use "tts('Hello World')" instead of text2speech. The .NET approach is significantly easier than the previous one. Please let me know whether the "emphasise", "silence", etc. features would be useful in the new version.

28 Apr 2010 Chess with "Greedy Edi" Play chess against "Greedy Edi". Author: Wolfgang Garn

I have submitted an update, which has fixed the bug mentioned by Jason. Furthermore there are a couple of new features - Enjoy.

24 Jul 2009 text2speech - tts Converts text to speech. Author: Wolfgang Garn

Speed tag: <rate absspeed="5">, relative speed <rate speed="2"> Values are between -10 and +10.
See XML TTS tutorial (http://msdn.microsoft.com/en-us/library/ms717077(VS.85).aspx ) for more information.

Comments and Ratings on Wolfgang's Files View all
Updated File Comment by Comments Rating
11 Oct 2011 text2speech - tts Converts text to speech. Author: Wolfgang Garn Chakraborty, Debejyo
20 Jul 2011 Chess with "Greedy Edi" Play chess against "Greedy Edi". Author: Wolfgang Garn Bojan

Edi is not a good player, but it's fun to play chess.

12 Jul 2011 Chess with "Greedy Edi" Play chess against "Greedy Edi". Author: Wolfgang Garn Fabián

I discovered and fixed a bug in your Greedy EDI program that prevents it from running in UNIX environments. The culprit is a line of code near line 82 of show.m where you hard-code path delimiters as \

MATLAB provides the fullfile function for constructing platform-appropriate paths. Below is the code with some original lines commented that should work on all platforms and resolve this issue:

if fig ~='x'
            % directory = 'images\basic\';
            name = '120px-Chess_tile_';
            ext = '.png';
            if color %white (attention - transparency issues)
                color_letter='l';
            else
                color_letter='d';
            end
            % file_name = [directory name lower(fig) color_letter ext];
            file_name = fullfile('images','basic',[name lower(fig) color_letter ext]);
            [X, map, alpha] = imread(file_name);
            %handle = image(pos(2)-1+[0 1],8-pos(1)+[0 1],mirrorImage(X),'AlphaData',mirrorImage(alpha));
            handle = image(pos(2)-1+[.1 .9],rows-pos(1)+[.1 .9],mirrorImage(X),'AlphaData',mirrorImage(alpha));
            
            % There are some major transparency issues!!!
            set(handle,'AlphaDataMapping','direct');
end

02 Apr 2011 Chess with "Greedy Edi" Play chess against "Greedy Edi". Author: Wolfgang Garn Joachim

it's fun

08 Feb 2011 text2speech - tts Converts text to speech. Author: Wolfgang Garn grega
Top Tags Applied by Wolfgang
data export, data import, ai, alternative oop, artificial intelligence
Files Tagged by Wolfgang View all
Updated   File Tags Downloads
(last 30 days)
Comments Rating
24 Jan 2012 Screenshot Chess with "Greedy Edi" Play chess against "Greedy Edi". Author: Wolfgang Garn chess, artificial intelligen..., ai, event programming, alternative oop, game 69 5
  • 4.5
4.5 | 4 ratings
25 Jan 2011 Published MATLAB Files text2speech - tts Converts text to speech. Author: Wolfgang Garn sapi, text2speech, tts, text to speech, sound, potw 107 12
  • 5.0
5.0 | 5 ratings
10 Jul 2006 str2file writes a cell array of strings into a file Author: Wolfgang Garn data import, data export, writes a cell array o... 4 6
  • 4.66667
4.7 | 6 ratings
10 Jul 2006 file2str converts a text file into a cell array Author: Wolfgang Garn data import, data export, file2str, file to string cell a..., read text file, text file into a c 6 1
  • 1.0
1.0 | 1 rating
19 Jan 2006 Screenshot Generate help files from m-files Help files are generated from m-files. Author: Wolfgang Garn development environme..., doc, publish create genera..., latex form 8 4
  • 3.5
3.5 | 2 ratings

Contact us at files@mathworks.com