{"about":{"site":"https://codewithpapers.app","non_affiliation":"Code with Papers and Syntology are not affiliated with, endorsed by, or sponsored by Papers with Code, Meta, or the pwc-archive mirror.","licence":"CC BY-SA 4.0","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","attribution":"https://codewithpapers.app/attribution","modified":"archive material modified by Syntology; see the attribution page"},"url":"/paper/string-sound-synthesizer-on-gpu-accelerated","title":"String Sound Synthesizer on GPU-accelerated Finite Difference Scheme","arxiv_id":"2311.18505","date":"2023-11-30","proceeding":null,"authors":["Jin Woo Lee","Min Jun Choi","Kyogu Lee"],"abstract":"This paper introduces a nonlinear string sound synthesizer, based on a finite difference simulation of the dynamic behavior of strings under various excitations. The presented synthesizer features a versatile string simulation engine capable of stochastic parameterization, encompassing fundamental frequency modulation, stiffness, tension, frequency-dependent loss, and excitation control. This open-source physical model simulator not only benefits the audio signal processing community but also contributes to the burgeoning field of neural network-based audio synthesis by serving as a novel dataset construction tool. Implemented in PyTorch, this synthesizer offers flexibility, facilitating both CPU and GPU utilization, thereby enhancing its applicability as a simulator. GPU utilization expedites computation by parallelizing operations across spatial and batch dimensions, further enhancing its utility as a data generator.","url_abs":"https://arxiv.org/abs/2311.18505v2","url_pdf":"https://arxiv.org/pdf/2311.18505v2.pdf","source":{"archive":"pwc-archive (Hugging Face), CC BY-SA 4.0","snapshot":"2025-07-28","licence_url":"https://creativecommons.org/licenses/by-sa/4.0/legalcode","row_kind":"links_only","authors_date_abstract":"arXiv metadata, CC0 1.0 (https://info.arxiv.org/help/license), from the Kaggle arXiv metadata snapshot of 2026-09-12"},"code_links":[{"paper_slug":"string-sound-synthesizer-on-gpu-accelerated","repo_url":"https://github.com/jin-woo-lee/torch-fdtd-string","is_official":1,"mentioned_in_paper":1,"mentioned_in_github":1,"framework":"pytorch","reach":{"status":"ok","spdx":"GPL-3.0"}}],"tasks":[],"methods":[],"datasets_introduced":[],"methods_introduced":[],"results":[],"syntology":{"atlas_url":"https://app.syntology.ai/?focus=2311.18505","mcp":{"get_harvested_code_for_paper":{"arxiv_id":"2311.18505"}},"developers":"https://syntology.ai/developers","read_at":"2026-09-24T18:15:14+00:00","read_at_is":"when the build read Syntology's graph, not when any sample ran","claim":"Per-sample execution status on synthesized fixtures; not a correctness claim about the paper. Samples come from repositories linked to the paper, official or community; repo_kind says which.","repos":[{"provenance":"external:paperswithcode_snapshot_2025-07-28","url":"https://github.com/jin-woo-lee/torch-fdtd-string","reach":{"status":"ok","spdx":"GPL-3.0"}}],"summary":{"ran":16,"unverified":1},"by_repo_kind":{"official":{"samples":17,"ran":16,"repositories":1}},"repo_kind_vocabulary":{"official":"The archive marks this repository official for the paper","named_in_paper":"The archive records that the paper mentions this repository; it is not marked official","listed":"In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper","found_in_text":"Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted","community":"Not in the archive's code links for this paper; a community repository Syntology harvested"},"n_pointer_only_for_licence":17,"samples":[{"code_sha256_prefix":"e375ad9a677a0a5b","entry":"amp2dB","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/audio.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/audio.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"e375ad9a677a0a5b"}},{"code_sha256_prefix":"f511c9318cede288","entry":"calculate_rms","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/audio.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/audio.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"f511c9318cede288"}},{"code_sha256_prefix":"5a5eb58c13df0b83","entry":"constant","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/control.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/control.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"5a5eb58c13df0b83"}},{"code_sha256_prefix":"20f2031ab6a511f5","entry":"dB2amp","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/audio.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/audio.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"20f2031ab6a511f5"}},{"code_sha256_prefix":"c65690986e92c61d","entry":"get_checkpoint","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/trainer.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"c65690986e92c61d"}},{"code_sha256_prefix":"6bf11fe594845b50","entry":"get_data","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/model/analytic.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/model/analytic.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"6bf11fe594845b50"}},{"code_sha256_prefix":"09b23f0584960821","entry":"get_proj_dir","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/trainer.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/trainer.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"09b23f0584960821"}},{"code_sha256_prefix":"9317ca31d682a516","entry":"glissando","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/control.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/control.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"9317ca31d682a516"}},{"code_sha256_prefix":"c6a8baefcf0306e9","entry":"is_dict","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/config.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"c6a8baefcf0306e9"}},{"code_sha256_prefix":"677788a0f35c1ea3","entry":"is_list","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/config.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":true,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"677788a0f35c1ea3"}},{"code_sha256_prefix":"c41e07fda56f9e16","entry":"is_processed","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/task/process_training_data.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/task/process_training_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"c41e07fda56f9e16"}},{"code_sha256_prefix":"a59fbe0c2c8e45ca","entry":"linear","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/control.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/control.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"a59fbe0c2c8e45ca"}},{"code_sha256_prefix":"a04b21c6d6c02dd7","entry":"load_data","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/task/process_training_data.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/task/process_training_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"a04b21c6d6c02dd7"}},{"code_sha256_prefix":"085711d9d80fa331","entry":"manufactured_solution","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/model/analytic.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/model/analytic.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"085711d9d80fa331"}},{"code_sha256_prefix":"c843b14e0b0a798b","entry":"rms","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/task/process_training_data.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/task/process_training_data.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"c843b14e0b0a798b"}},{"code_sha256_prefix":"d38c605ce5b4324c","entry":"to_dict","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/utils/config.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/utils/config.py","link_basis":"first_harvest_node","language":"python","status":"ran","verification_level":1,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"d38c605ce5b4324c"}},{"code_sha256_prefix":"20d4ce4e268dce35","entry":"lossless_nonstiff_solution","repo":"jin-woo-lee/torch-fdtd-string","repo_kind":"official","path":"src/model/analytic.py","file_url":"https://github.com/jin-woo-lee/torch-fdtd-string/blob/HEAD/src/model/analytic.py","link_basis":"first_harvest_node","language":"python","status":"unverified","verification_level":0,"contract_check":null,"metamorphic_tier":null,"behaviour_fingerprint":false,"licence":"GPL-3.0","inline_ok":false,"mcp_get_code":{"code_sha256":"20d4ce4e268dce35"}}]},"arxiv_metadata":null,"syntology_extracted_results":null}