Skip to content

Commit

Permalink
fix: use @sobird/opusscript
Browse files Browse the repository at this point in the history
  • Loading branch information
sobird committed Feb 19, 2025
1 parent 731c590 commit 014d571
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion services/AudioService.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { spawn, ChildProcessWithoutNullStreams } from 'node:child_process';

import OpusScript from 'opusscript';
import OpusScript from '@sobird/opusscript';

import { aesCtrEncrypt, aesCtrDecrypt } from '@/utils/crypto';
import { tipSpinner } from '@/utils/spinner';
Expand Down

0 comments on commit 014d571

Please sign in to comment.