File tree Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Expand file tree Collapse file tree 6 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919- ** Comprehensive XML Documentation** : Complete API documentation for all public classes and methods
2020
2121### π§ Improved
22- - ** Audio Processing Pipeline** : Complete replacement of Azure Speech Services with Google Speech-to-Text
22+ - ** Audio Processing Pipeline** : Enhanced audio processing with Google Cloud AI
2323- ** Configuration Management** : Updated all configuration files to use GoogleSpeechConfig
2424- ** Error Handling** : Enhanced error handling for audio transcription operations
2525- ** Documentation** : Updated all language versions with Google Speech-to-Text examples
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ var answer = await documentSearchService
173173 <i class="fas fa-microphone"></i>
174174 </div>
175175 <h3>Audiodatei-UnterstΓΌtzung</h3>
176- <p>Textextraktion aus Audiodateien und Analyse mit Azure Speech Services .</p>
176+ <p>Textextraktion aus Audiodateien und Analyse mit Google Speech-to-Text .</p>
177177 </div>
178178 </div>
179179 </div>
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ var answer = await documentSearchService
173173 <i class="fas fa-microphone"></i>
174174 </div>
175175 <h3>ΠΠΎΠ΄Π΄Π΅ΡΠΆΠΊΠ° Π°ΡΠ΄ΠΈΠΎΡΠ°ΠΉΠ»ΠΎΠ²</h3>
176- <p>ΠΠ·Π²Π»Π΅ΡΠ΅Π½ΠΈΠ΅ ΡΠ΅ΠΊΡΡΠ° ΠΈΠ· Π°ΡΠ΄ΠΈΠΎΡΠ°ΠΉΠ»ΠΎΠ² ΠΈ Π°Π½Π°Π»ΠΈΠ· Ρ ΠΏΠΎΠΌΠΎΡΡΡ Azure Speech Services .</p>
176+ <p>ΠΠ·Π²Π»Π΅ΡΠ΅Π½ΠΈΠ΅ ΡΠ΅ΠΊΡΡΠ° ΠΈΠ· Π°ΡΠ΄ΠΈΠΎΡΠ°ΠΉΠ»ΠΎΠ² ΠΈ Π°Π½Π°Π»ΠΈΠ· Ρ ΠΏΠΎΠΌΠΎΡΡΡ Google Speech-to-Text .</p>
177177 </div>
178178 </div>
179179 </div>
Original file line number Diff line number Diff line change @@ -173,7 +173,7 @@ hide_title: true
173173 <i class="fas fa-microphone"></i>
174174 </div>
175175 <h3>Ses DosyasΔ± DesteΔi</h3>
176- <p>Azure Speech Services ile ses dosyalarΔ±ndan metin Γ§Δ±karma ve analiz.</p>
176+ <p>Google Speech-to-Text ile ses dosyalarΔ±ndan metin Γ§Δ±karma ve analiz.</p>
177177 </div>
178178 </div>
179179 </div>
Original file line number Diff line number Diff line change @@ -593,12 +593,12 @@ public static class ServiceLogMessages
593593 public static readonly Action < ILogger , string , Exception > LogAudioServiceInitialized = LoggerMessage . Define < string > (
594594 LogLevel . Debug ,
595595 new EventId ( 80004 , "AudioServiceInitialized" ) ,
596- "Azure Speech Service initialized for region: {Region} " ) ;
596+ "Google Speech-to-Text service initialized" ) ;
597597
598598 public static readonly Action < ILogger , Exception > LogAudioServiceInitializationFailed = LoggerMessage . Define (
599599 LogLevel . Error ,
600600 new EventId ( 80005 , "AudioServiceInitializationFailed" ) ,
601- "Azure Speech Service initialization failed" ) ;
601+ "Google Speech-to-Text service initialization failed" ) ;
602602
603603 public static readonly Action < ILogger , Exception > LogAudioNoMatch = LoggerMessage . Define (
604604 LogLevel . Warning ,
Original file line number Diff line number Diff line change 3232β’ Performance optimized audio processing with minimal memory footprint
3333
3434π§ Technical Improvements:
35- β’ Complete replacement of Azure Speech Services with Google Speech-to-Text
3635β’ Enhanced audio processing pipeline with Google Cloud AI
3736β’ Updated configuration management with GoogleSpeechConfig
3837β’ Improved error handling for audio transcription operations
You canβt perform that action at this time.
0 commit comments