SpeakLine



SpeakSpeakLine

Jul 30th, 2017
Never

Free software to convert wma to mp3 for mac. Speakline, LLC is a New Mexico Domestic Limited-Liability Company filed on December 9, 2020. The company's filing status is listed as Active and its File Number is 6323022. The Registered Agent on file for this company is New Mexico Systems Group, LLC and is located at 150 Central Park Square, Los Alamos, NM 87544. Lucy was in for a speak-session to create a speakline with her tiny voice on the song, and at the same time assert that she actually is the greatest Wasted fan on planet earht and ready to bet a lollipop and a happy meal from Mc. D if it were not to be true.

Modi twitter. The latest tweets from @narendramodi. The latest tweets from @modirojgardo. The latest tweets from @PMOIndia.

Not a member of Pastebin yet?Sign Up, it unlocks many cool features!
SpeakLine
  1. // AppContorller.h
  2. //
  3. // Copyright 2011 vpon. All rights reserved.
  4. @interface AppContorller : NSObject <NSSpeechSynthesizerDelegate>
  5. IBOutlet NSTextField *textField;
  6. IBOutlet NSButton *startButton;
  7. IBOutlet NSTableView *tableView;
  8. }
  9. - (IBAction)sayIt: (id)sender;
  10. - (IBAction)stopIt: (id) sender;
  11. - (void) speechSyntheizer: (NSSpeechSynthesizer *) sender
  12. */
  13. @end
  14. // AppContorller.m
  15. //
  16. // Copyright 2011 vpon. All rights reserved.
  17. @implementation AppContorller
  18. - (id) init
  19. [super init];
  20. NSLog(@'init');
  21. speechSYnth = [[NSSpeechSynthesizer alloc]initWithVoice:nil];
  22. [speechSYnth setDelegate:self];
  23. voiceList = [[NSSpeechSynthesizer availableVoices] retain];
  24. return self;
  25. }
  26. - (IBAction) sayIt: (id) sender
  27. NSString *string = [textField stringValue];
  28. if ([string length] 0)
  29. NSLog(@'string from %@ is of zero length', textField);
  30. return;
  31. [tableView setDataSource:<#(id <NSTableViewDataSource>)aSource#>
  32. [stopButton setEnabled:YES];
  33. [startButton setEnabled:NO];
  34. }
  35. - (IBAction) stopIt: (id) sender
  36. NSLog(@'Stopping');
  37. [speechSYnth stopSpeaking];
  38. }
  39. - (void)speechSynthesizer:(NSSpeechSynthesizer *)sender didFinishSpeaking:(BOOL)success
  40. NSLog(@'hello');
  41. [stopButton setEnabled:NO];
  42. [startButton setEnabled:YES];
  43. }
  44. // could be wrong, may be no such a API exist, check twice
  45. - (int) numberOfRowIsInTableView: (NSTableView *)tv
  46. }
  47. - (id) tableView:(NSTableView *)tv objectValueForTableColumn:(NSTableColumn *)tableColumn
  48. {
  49. NSString *v = [voiceList objectAtIndex:row];
  50. return v;
  51. /*
  52. - (void) speechSyntheizer: (NSSpeechSynthesizer *) sender didFinishSpeaking:(BOOL)complete
  53. int a;
  54. */
SpeakLineSpeakLine

Speakline 使い方

RAW Paste Data

Speaking Spanish