utilitas 1999.1.70 → 1999.1.71

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -54,6 +54,7 @@ Works in Node.js and modern browsers.
54
54
  | getSession | AsyncFunction | sessionId, options |
55
55
  | init | AsyncFunction | options |
56
56
  | initChat | AsyncFunction | options |
57
+ | k | Function | |
57
58
  | listFiles | AsyncFunction | aiId, options |
58
59
  | listGptFineTuningEvents | AsyncFunction | aiId, job_id, options |
59
60
  | listGptFineTuningJobs | AsyncFunction | aiId, options |
@@ -278,6 +279,7 @@ Works in Node.js and modern browsers.
278
279
  | convertAudioTo16kNanoPcmWave | Function | input, options |
279
280
  | createWavHeader | Function | dataSize, sampleRate, numChannels, bitsPerSample |
280
281
  | getFfmpeg | AsyncFunction | options |
282
+ | packPcmToWav | AsyncFunction | audio, options |
281
283
 
282
284
  ### [memory](./lib/memory.mjs)
283
285
 
@@ -331,7 +333,7 @@ Works in Node.js and modern browsers.
331
333
 
332
334
  | symbol | type | params / value |
333
335
  | :--- | :--- | :--- |
334
- | _NEED | Array | @google-cloud/speech,@google-cloud/text-to-speech,OpenAI,whisper-node |
336
+ | _NEED | Array | @google-cloud/speech,@google/genai,OpenAI,whisper-node |
335
337
  | default | AsyncFunction | options |
336
338
  | OPENAI_TTS_MAX_LENGTH | Number | 4096 |
337
339
  | checkSay | AsyncFunction | options |
@@ -342,7 +344,7 @@ Works in Node.js and modern browsers.
342
344
  | sttOpenAI | AsyncFunction | audio, options |
343
345
  | sttWhisper | AsyncFunction | audio, options |
344
346
  | tts | AsyncFunction | text, options |
345
- | ttsGoogle | AsyncFunction | text, options |
347
+ | ttsGoogle | AsyncFunction | contents, options |
346
348
  | ttsOpenAI | AsyncFunction | input, options |
347
349
  | ttsSay | AsyncFunction | text, options |
348
350