Skip to content
View fayevans's full-sized avatar
🏠
Working from home
🏠
Working from home
  • The Chinese University of Hong Kong
  • Hong Kong

Block or report fayevans

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
fayevans/README.md

Lu Wenjing

CUHK · I connect natural language to audio operations — say what you want, and the model separates or edits the sound.

Two things you can ask for:

"the dog barking, without the music"      ->  promptsep   (isolate a sound by description)
"remove the siren; add rain after 3s"     ->  sonoscript  (edit the clip from text)
  • promptsep — language-queried audio source separation Isolate a target sound from a mixture using a natural-language query; a text encoder conditions the separation model.

  • sonoscript — text-guided audio editing Insert, delete, and replace sound events from text instructions, with time-aligned edits and evaluation.

NumPy core, optional PyTorch backend — offline-first, CI green.

Pinned Loading

  1. promptsep promptsep Public

    Language-queried audio source separation: isolate a target sound from a mixture with a natural-language query. NumPy core, interpretable, offline-first.

    Python 1

  2. sonoscript sonoscript Public

    Text-guided audio editing in Python: insert, delete and replace sound events from plain-text instructions, with time-aligned edits and evaluation

    Python 1