Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
csteinmetz1
/
auraloss
Public
Notifications
You must be signed in to change notification settings
Fork
81
Star
884
Code
Issues
19
Pull requests
9
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 9, 2024
Merge pull request #68 from simonschwaer/sjs-smoothmss
Show description for 0853e9e
csteinmetz1
authored
0853e9e
View commit details
Copy full SHA for 0853e9e
Browse repository at this point
Compute torch.angle of STFT only when needed
Show description for d96315e
simonschwaer
committed
d96315e
View commit details
Copy full SHA for d96315e
Browse repository at this point
Allow for more flexible log compression
Show description for a346832
simonschwaer
committed
a346832
View commit details
Copy full SHA for a346832
Browse repository at this point
Commits on Dec 19, 2023
Add option to use any window function available in scipy.signal
Show description for ffe2db7
simonschwaer
committed
ffe2db7
View commit details
Copy full SHA for ffe2db7
Browse repository at this point
Commits on Apr 21, 2023
Merge pull request #58 from csteinmetz1/docs
Show description for 1576b0c
csteinmetz1
authored
1576b0c
View commit details
Copy full SHA for 1576b0c
Browse repository at this point
adding updates to README to prepare for new release (0.4.0)
csteinmetz1
committed
10b9f7f
View commit details
Copy full SHA for 10b9f7f
Browse repository at this point
Commits on Apr 19, 2023
Merge pull request #48 from csteinmetz1/psumdiff
Show description for 5daecee
csteinmetz1
authored
5daecee
View commit details
Copy full SHA for 5daecee
Browse repository at this point
adding mag_distance parameter back
csteinmetz1
committed
b5bc058
View commit details
Copy full SHA for b5bc058
Browse repository at this point
adding __init__ to test directory
csteinmetz1
committed
9be46b6
View commit details
Copy full SHA for 9be46b6
Browse repository at this point
formatting
csteinmetz1
committed
9e99098
View commit details
Copy full SHA for 9e99098
Browse repository at this point
Merge branch 'main' into psumdiff
csteinmetz1
authored
e0502e1
View commit details
Copy full SHA for e0502e1
Browse repository at this point
Commits on Mar 10, 2023
Merge pull request #54 from christhetree/cm--dc_fix_esr_refactor
Show description for c4f16e7
csteinmetz1
authored
c4f16e7
View commit details
Copy full SHA for c4f16e7
Browse repository at this point
[cm] Fix DCLoss numerator
christhetree
committed
bc811d1
View commit details
Copy full SHA for bc811d1
Browse repository at this point
Update .gitignore
csteinmetz1
authored
263143b
View commit details
Copy full SHA for 263143b
Browse repository at this point
[cm] Fix DCLoss and refactor ESRLoss
christhetree
committed
a3319b7
View commit details
Copy full SHA for a3319b7
Browse repository at this point
Commits on Feb 8, 2023
Merge pull request #53 from ben-hayes/feature/select-distance-fn
Show description for 5830708
csteinmetz1
authored
5830708
View commit details
Copy full SHA for 5830708
Browse repository at this point
Commits on Feb 6, 2023
Add mag_distance to docstring
ben-hayes
committed
a025836
View commit details
Copy full SHA for a025836
Browse repository at this point
Rename distance to mag_distance for clarity
ben-hayes
committed
5a0aca9
View commit details
Copy full SHA for 5a0aca9
Browse repository at this point
Add test for L2 MultiResolutionSTFTLoss
ben-hayes
committed
5756142
View commit details
Copy full SHA for 5756142
Browse repository at this point
Add distance kwarg to STFTLoss
ben-hayes
committed
8462180
View commit details
Copy full SHA for 8462180
Browse repository at this point
Commits on Jan 25, 2023
Merge pull request #51 from csteinmetz1/test-name-fix
Show description for af783ef
csteinmetz1
authored
af783ef
View commit details
Copy full SHA for af783ef
Browse repository at this point
renaming the test github action
csteinmetz1
committed
55b26d9
View commit details
Copy full SHA for 55b26d9
Browse repository at this point
Commits on Jan 22, 2023
adding perceptual weighting and mel to more interfaces
csteinmetz1
committed
538c19f
View commit details
Copy full SHA for 538c19f
Browse repository at this point
adding mel option and adding mel filterbanks as buffers in STFTLoss
csteinmetz1
committed
4e8c4ee
View commit details
Copy full SHA for 4e8c4ee
Browse repository at this point
Commits on Jan 11, 2023
first pass rework on the sum and difference loss to include perceptual weighting
csteinmetz1
committed
0d4d0b5
View commit details
Copy full SHA for 0d4d0b5
Browse repository at this point
bugfix where w_sum and w_diff parameters were unused
csteinmetz1
committed
ff47ac5
View commit details
Copy full SHA for ff47ac5
Browse repository at this point
Commits on Jan 9, 2023
Merge pull request #46 from csteinmetz1/requirements
Show description for 9bdabe0
csteinmetz1
authored
9bdabe0
View commit details
Copy full SHA for 9bdabe0
Browse repository at this point
removing requirements.txt file
csteinmetz1
committed
2f194cf
View commit details
Copy full SHA for 2f194cf
Browse repository at this point
Merge pull request #45 from csteinmetz1/tests
Show description for ffeedec
csteinmetz1
authored
ffeedec
View commit details
Copy full SHA for ffeedec
Browse repository at this point
requires libsndfile
csteinmetz1
committed
70eef0b
View commit details
Copy full SHA for 70eef0b
Browse repository at this point
install auraloss[all] to run testes
csteinmetz1
committed
e309185
View commit details
Copy full SHA for e309185
Browse repository at this point
setting simple tests with Actions
csteinmetz1
committed
1d05aeb
View commit details
Copy full SHA for 1d05aeb
Browse repository at this point
Merge pull request #44 from csteinmetz1/librosa-warn
Show description for 6ae5cef
csteinmetz1
authored
6ae5cef
View commit details
Copy full SHA for 6ae5cef
Browse repository at this point
fixing mel/chroma librosa func call to remove warning
csteinmetz1
committed
bb3d09b
View commit details
Copy full SHA for bb3d09b
Browse repository at this point
Merge pull request #43 from csteinmetz1/build
Show description for 1dcba44
csteinmetz1
authored
1dcba44
View commit details
Copy full SHA for 1dcba44
Browse repository at this point
Previous
Next
You can’t perform that action at this time.